C# Class Smuxi.Frontend.Gnome.TwitterGroupChatView

Inheritance: Smuxi.Frontend.Gnome.GroupChatView
Mostra file Open project: meebey/smuxi

Private Properties

Property Type Description
OnUserListMenuDirectMessageActivated void
OnUserListMenuFollowActivated void
OnUserListMenuTimelineActivated void
OnUserListMenuUnfollowActivated void
_ string

Public Methods

Method Description
Sync ( ) : void
TwitterGroupChatView ( Smuxi.Engine.GroupChatModel groupChat ) : System

Protected Methods

Method Description
CreateMainMessageTextView ( ) : MessageTextView
OnPersonMenuShown ( object sender, EventArgs e ) : void

Private Methods

Method Description
OnUserListMenuDirectMessageActivated ( object sender, EventArgs e ) : void
OnUserListMenuFollowActivated ( object sender, EventArgs e ) : void
OnUserListMenuTimelineActivated ( object sender, EventArgs e ) : void
OnUserListMenuUnfollowActivated ( object sender, EventArgs e ) : void
_ ( string msg ) : string

Method Details

CreateMainMessageTextView() protected method

protected CreateMainMessageTextView ( ) : MessageTextView
return MessageTextView

OnPersonMenuShown() protected method

protected OnPersonMenuShown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Sync() public method

public Sync ( ) : void
return void

TwitterGroupChatView() public method

public TwitterGroupChatView ( Smuxi.Engine.GroupChatModel groupChat ) : System
groupChat Smuxi.Engine.GroupChatModel
return System