Public Member Functions | |
QList< IRCNetworkEntity > | autoJoinNetworks () const |
bool | isAnyNetworkOnAutoJoin () const |
IRCNetworkEntity | lastUsedNetwork () const |
IRCNetworkEntity | network (const QString &description) |
QList< IRCNetworkEntity > | networks () const |
void | removeNetwork (const IRCNetworkEntity &network) |
Remove network definition from config. | |
bool | replaceNetwork (const QString &oldDescription, const IRCNetworkEntity &newNetwork, QWidget *errorDisplayParentWidget) |
Replace network definition in config and move around log files. | |
void | setLastUsedNetwork (const IRCNetworkEntity &network) |
void | setNetworks (const QList< IRCNetworkEntity > &networks) |
Definition at line 34 of file chatnetworkscfg.h.
void ChatNetworksCfg::removeNetwork | ( | const IRCNetworkEntity & | network | ) |
Remove network definition from config.
Definition at line 110 of file chatnetworkscfg.cpp.
bool ChatNetworksCfg::replaceNetwork | ( | const QString & | oldDescription, |
const IRCNetworkEntity & | newNetwork, | ||
QWidget * | errorDisplayParentWidget | ||
) |
Replace network definition in config and move around log files.
Method may fail if chat logs fail to be moved.
Definition at line 126 of file chatnetworkscfg.cpp.