IRCFrame

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
createBody
Widget createBody()

create app body widget

createMainMenu
MainMenu createMainMenu()

create main menu

createToolbars
ToolBarHost createToolbars()

create app toolbars

getOrCreateWindowFor
IRCWindow getOrCreateWindowFor(string party, bool activate)
Undocumented in source. Be warned that the author may not have intended to support it.
handleAction
bool handleAction(Action a)

override to handle specific actions

handleActionStateRequest
bool handleActionStateRequest(Action a)

override to handle specific actions state (e.g. change enabled state for supported actions)

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onCanClose
bool onCanClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCConnect
void onIRCConnect(IRCClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCDisconnect
void onIRCDisconnect(IRCClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCMessage
void onIRCMessage(IRCClient client, IRCMessage message)
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCNotice
void onIRCNotice(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCPing
void onIRCPing(IRCClient client, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
onIRCPrivmsg
void onIRCPrivmsg(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
showPreferences
void showPreferences()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_client
IRCClient _client;
Undocumented in source.
_settings
IRCSettings _settings;
Undocumented in source.
_tabs
TabWidget _tabs;
Undocumented in source.
mainMenuItems
MenuItem mainMenuItems;
Undocumented in source.

Inherited Members

From IRCClientCallback

onIRCConnect
void onIRCConnect(IRCClient client)
Undocumented in source.
onIRCDisconnect
void onIRCDisconnect(IRCClient client)
Undocumented in source.
onIRCMessage
void onIRCMessage(IRCClient client, IRCMessage message)
Undocumented in source.
onIRCPing
void onIRCPing(IRCClient client, string message)
Undocumented in source.
onIRCPrivmsg
void onIRCPrivmsg(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source.
onIRCNotice
void onIRCNotice(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source.

Meta