Struct containing information about client's connection to the IRC server. More...
#include <ircnetworkconnectioninfo.h>
Public Member Functions | |
| void | fillInMissingFields () |
| Fills missing data with presets. More... | |
Public Attributes | |
| QString | alternateNick |
| Alternate nickname in case if ' nick ' is taken when connecting. More... | |
| IRCNetworkEntity | networkEntity |
| Information about the network to which we will connect. More... | |
| QString | nick |
| Original nickname. This variable will always store the current nickname of the client. More... | |
| QString | realName |
| User's real name. Optional. More... | |
Struct containing information about client's connection to the IRC server.
Definition at line 35 of file ircnetworkconnectioninfo.h.
|
inline |
Fills missing data with presets.
Definition at line 68 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::alternateNick |
Alternate nickname in case if ' nick ' is taken when connecting.
Definition at line 42 of file ircnetworkconnectioninfo.h.
| IRCNetworkEntity IRCNetworkConnectionInfo::networkEntity |
Information about the network to which we will connect.
Definition at line 47 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::nick |
Original nickname. This variable will always store the current nickname of the client.
Definition at line 53 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::realName |
User's real name. Optional.
Definition at line 58 of file ircnetworkconnectioninfo.h.