Module implementing the IRC data structures and their manager.
None |
IrcChannel | Class implementing the IRC channel object. |
IrcIdentity | Class implementing the IRC identity object. |
IrcNetwork | Class implementing the IRC network object. |
IrcNetworkManager | Class implementing the IRC identity object. |
IrcServer | Class implementing the IRC identity object. |
None |
Class implementing the IRC channel object.
None |
None |
IrcChannel | Constructor |
autoJoin | Public method to check the auto join status. |
getKey | Public method to get the channel key. |
getName | Public method to get the channel name. |
load | Public method to load the network data. |
save | Public method to save the channel data. |
setAutoJoin | Public method to set the auto join status of the channel. |
setKey | Public method to set a new channel key. |
None |
Constructor
Public method to check the auto join status.
Public method to get the channel key.
Public method to get the channel name.
Public method to load the network data.
Public method to save the channel data.
Public method to set the auto join status of the channel.
Public method to set a new channel key.
Class implementing the IRC identity object.
DefaultAwayMessage |
DefaultIdentityDisplay |
DefaultIdentityName |
DefaultPartMessage |
DefaultQuitMessage |
createDefaultIdentity | Class method to create the default identity. |
IrcIdentity | Constructor |
getAwayMessage | Public method to get the AWAY message. |
getIdent | Public method to get the real identity name. |
getName | Public method to get the identity name. |
getNickNames | Public method to get the nick names. |
getPartMessage | Public method to get the PART message. |
getPassword | Public method to get the password. |
getQuitMessage | Public method to get the QUIT message. |
getRealName | Public method to get the real name. |
getServiceName | Public method to get the service name of the identity used for identification. |
load | Public method to load the identity data. |
rememberAwayPosition | Public method to get a flag indicating to remember the chat position upon AWAY. |
save | Public method to save the identity data. |
setAwayMessage | Public method to set the AWAY message. |
setIdent | Public method to set the real identity name. |
setName | Public method to set the identity name. |
setNickNames | Public method to set the nick names of the identity. |
setPartMessage | Public method to set the PART message. |
setPassword | Public method to set a new password. |
setQuitMessage | Public method to set the QUIT message. |
setRealName | Public method to set the real name of the identity. |
setRememberAwayPosition | Public method to set to remember the chat position upon AWAY. |
setServiceName | Public method to set the service name of the identity used for identification. |
None |
Class method to create the default identity.
Constructor
Public method to get the AWAY message.
Public method to get the real identity name.
Public method to get the identity name.
Public method to get the nick names.
Public method to get the PART message.
Public method to get the password.
Public method to get the QUIT message.
Public method to get the real name.
Public method to get the service name of the identity used for identification.
Public method to load the identity data.
Public method to get a flag indicating to remember the chat position upon AWAY.
Public method to save the identity data.
Public method to set the AWAY message.
Public method to set the real identity name.
Public method to set the identity name.
Public method to set the nick names of the identity.
Public method to set the PART message.
Public method to set a new password.
Public method to set the QUIT message.
Public method to set the real name of the identity.
Public method to set to remember the chat position upon AWAY.
Public method to set the service name of the identity used for identification.
Class implementing the IRC network object.
None |
createDefaultNetwork | Class method to create the default network. |
IrcNetwork | Constructor |
addChannel | Public method to add a channel. |
autoConnect | Public method to check, if the network should be connected to at start-up. |
deleteChannel | Public method to delete the given channel. |
getChannel | Public method to get a channel. |
getChannelNames | Public method to get the list of channels. |
getChannels | Public method to get the channels. |
getIdentityName | Public method to get the name of the identity. |
getName | Public method to get the network name. |
getServer | Public method to get the server object. |
getServerName | Public method to get the server name. |
load | Public method to load the network data. |
save | Public method to save the network data. |
setAutoConnect | Public method to set the auto connect flag. |
setChannel | Public method to set a channel. |
setChannels | Public method to set the list of channels. |
setIdentityName | Public method to set the name of the identity. |
setName | Public method to set the network name. |
setServer | Public method to set the server. |
None |
Class method to create the default network.
Constructor
Public method to add a channel.
Public method to check, if the network should be connected to at start-up.
Public method to delete the given channel.
Public method to get a channel.
Public method to get the list of channels.
Public method to get the channels.
Public method to get the name of the identity.
Public method to get the network name.
Public method to get the server object.
Public method to get the server name.
Public method to load the network data.
Public method to save the network data.
Public method to set the auto connect flag.
Public method to set a channel.
Public method to set the list of channels.
Public method to set the name of the identity.
Public method to set the network name.
Public method to set the server.
Class implementing the IRC identity object.
None |
None |
IrcNetworkManager | Constructor |
__load | Private slot to load the IRC data. |
__loadDefaults | Private method to load default values. |
addIdentity | Public method to add a new identity. |
addNetwork | Public method to add a network. |
close | Public method to close the open search engines manager. |
deleteIdentity | Public method to delete the given identity. |
deleteNetwork | Public method to delete the given network. |
getIdentities | Public method to get a copy of all identities. |
getIdentity | Public method to get an identity object. |
getIdentityNames | Public method to get the names of all identities. |
getNetwork | Public method to get a network object. |
getNetworkNames | Public method to get a list of all known network names. |
identityChanged | Public method to indicate a change of an identity object. |
networkChanged | Public method to indicate a change of a network object. |
renameIdentity | Public method to rename an identity. |
save | Public slot to save the IRC data. |
setIdentities | Public method to set the identities. |
setNetwork | Public method to set a network. |
None |
Constructor
Private slot to load the IRC data.
Private method to load default values.
Public method to add a new identity.
Public method to add a network.
Public method to close the open search engines manager.
Public method to delete the given identity.
Public method to delete the given network.
Public method to get a copy of all identities.
Public method to get an identity object.
Public method to get the names of all identities.
Public method to get a network object.
Public method to get a list of all known network names.
Public method to indicate a change of an identity object.
Public method to indicate a change of a network object.
Public method to rename an identity.
Public slot to save the IRC data.
Public method to set the identities.
Public method to set a network.
Class implementing the IRC identity object.
DefaultPort |
DefaultSslPort |
None |
IrcServer | Constructor |
getName | Public method to get the server name. |
getPassword | Public method to get the password. |
getPort | Public method to get the server port number. |
load | Public method to load the server data. |
save | Public method to save the server data. |
setName | Public method to set the server name. |
setPassword | Public method to set a new password. |
setPort | Public method to set the server port number. |
setUseSSL | Public method to set the SSL usage. |
useSSL | Public method to check for SSL usage. |
None |
Constructor
Public method to get the server name.
Public method to get the password.
Public method to get the server port number.
Public method to load the server data.
Public method to save the server data.
Public method to set the server name.
Public method to set a new password.
Public method to set the server port number.
Public method to set the SSL usage.
Public method to check for SSL usage.