프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChangeTreeNodeState | void | ||
HandleCollapseAndExpansion | void | ||
Initialise | void | ||
InitialiseWebView | void | ||
RemoveUserFromList | bool | ||
RemoveUserFromTopLevelNodes | bool | ||
SetSplashText | void | ||
SetupConsoleContent | void | ||
UserTreeView_AfterCollapse | void | ||
UserTreeView_AfterExpand | void | ||
WebView_PreviewKeyDown | void | ||
WebView_PropertyChanged | void |
메소드 | 설명 | |
---|---|---|
AddUserToList ( |
Adds a user to the tree view list.
|
|
AddUserToList ( |
Adds a user to the tree view list.
|
|
AppendMessage ( string command, string source, string payload, MessageType type ) : void |
Appends a message to the tab's browser control and transforms the payload accordingly to show custom font styles / colours.
|
|
AppendMessage ( string command, string source, string payload, MessageType type, string>.Func |
Appends a message to the tab's browser control.
|
|
ClearLog ( ) : void |
Clear the message log.
|
|
FlushQueuedMessages ( ) : void |
Flush queued messages to the chat log.
|
|
IRCTabPage ( MainForm owningForm, string name, string text, IRCTabType type ) : System |
Initialises a new instance of the IRCTabPage class.
|
|
ListEmoticons ( ) : void |
Lists the supported emoticons in the tab.
|
|
LoadTheme ( string path ) : void |
Load a theme into the web browser control.
|
|
RefreshTreeNodeCollapseState ( ) : void |
Refreshes the collapse state of each tree node.
|
|
RemoveUserFromList ( |
Removes a user from the user tree view.
|
|
ScrollToBottom ( ) : void |
Scrolls to the bottom of the chat log.
|
|
SortByMode ( bool sortByMode ) : void |
Sets the sorting mode of the user tree view.
|
|
ToggleGrouping ( ) : void |
Toggles whether or not grouping is enabled.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.
|
메소드 | 설명 | |
---|---|---|
ChangeTreeNodeState ( string name, bool collapsed ) : void |
Change the collapsed state of a node in UserTreeView.
|
|
HandleCollapseAndExpansion ( |
Update the fields that store the collapse state of the various "group nodes".
|
|
Initialise ( ) : void |
Initialise the required components
|
|
InitialiseWebView ( ) : void |
Initialise the WebView control
|
|
RemoveUserFromList ( |
Removes a user from the user tree view.
|
|
RemoveUserFromTopLevelNodes ( |
Removes a user from the top level nodes in UserTreeView.
|
|
SetSplashText ( ) : void |
Set the splash text that is shown at the top of a tab's browser control
|
|
SetupConsoleContent ( ) : void |
Sets up the default content for the console tab.
|
|
UserTreeView_AfterCollapse ( object sender, |
Handles the AfterCollapse event of System.Windows.Forms.TreeView
|
|
UserTreeView_AfterExpand ( object sender, |
Handles the AfterExpand event of System.Windows.Forms.TreeView
|
|
WebView_PreviewKeyDown ( object sender, |
Handles the PreviewKeyDown event of System.Windows.Forms.WebBrowser.
|
|
WebView_PropertyChanged ( object sender, System e ) : void |
Handles the PropertyChanged event of CefSharp.WinForms.WebView.
|
public AddUserToList ( |
||
user | The user to add. | |
리턴 |
public AddUserToList ( |
||
user | The user to add. | |
refresh | bool | A value indicating whether or not to refresh the sorting. |
리턴 | void |
public AppendMessage ( string command, string source, string payload, MessageType type ) : void | ||
command | string | The command that invoked the call. |
source | string | The source of the message. |
payload | string | The message's payload. |
type | MessageType | The type of message. |
리턴 | void |
public AppendMessage ( string command, string source, string payload, MessageType type, string>.Func |
||
command | string | The command that invoked the call. |
source | string | The source of the message. |
payload | string | The message's payload. |
type | MessageType | The type of message. |
transform | string>.Func | A delegate that will be called to transform the payload content before appending. |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
public IRCTabPage ( MainForm owningForm, string name, string text, IRCTabType type ) : System | ||
owningForm | MainForm | The form that the tab page is displayed on. |
name | string | The name of the tab page. |
text | string | The text to display in the caption. |
type | IRCTabType | The type of IRC entity being represented. |
리턴 | System |
public LoadTheme ( string path ) : void | ||
path | string | The full path of the theme to load. |
리턴 | void |
public RemoveUserFromList ( |
||
user | The user to remove. | |
리턴 | void |
public SortByMode ( bool sortByMode ) : void | ||
sortByMode | bool | A value indicating whether or not to sort by mode. |
리턴 | void |