Struct containing information about client's connection to the IRC server. More...
#include <ircnetworkconnectioninfo.h>
Public Member Functions | |
| IRCNetworkConnectionInfo | autoFilled () const | 
| 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... | |
| QString | userName | 
| User name sent in /user command.  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 73 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::alternateNick | 
Alternate nickname in case if ' nick ' is taken when connecting.
Definition at line 41 of file ircnetworkconnectioninfo.h.
| IRCNetworkEntity IRCNetworkConnectionInfo::networkEntity | 
Information about the network to which we will connect.
Definition at line 46 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::nick | 
Original nickname. This variable will always store the current nickname of the client.
Definition at line 52 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::realName | 
User's real name. Optional.
Definition at line 57 of file ircnetworkconnectioninfo.h.
| QString IRCNetworkConnectionInfo::userName | 
User name sent in /user command.
Definition at line 62 of file ircnetworkconnectioninfo.h.