Home
last modified time | relevance | path

Searched refs:getRunAwayCommands (Results 1 – 7 of 7) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/
H A Didentity.cpp87 setRunAwayCommands(original.getRunAwayCommands()); in copy()
138 bool Identity::getRunAwayCommands() const { return runAwayCommands; } in getRunAwayCommands() function in Identity
H A Didentity.h75 bool getRunAwayCommands() const;
H A Ddbus.h100 bool getRunAwayCommands(const QString &identity);
H A Ddbus.cpp365 bool IdentDBus::getRunAwayCommands(const QString &identity) in getRunAwayCommands() function in IdentDBus
367 return Preferences::identityByName(sterilizeUnicode(identity))->getRunAwayCommands(); in getRunAwayCommands()
H A Didentitydialog.cpp176 awayCommandsGroup->setChecked(m_currentIdentity->getRunAwayCommands()); in updateIdentity()
H A Dapplication.cpp787 cgIdentity.writeEntry("ShowAwayMessage",identity->getRunAwayCommands()); in saveOptions()
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dserver.cpp4126 if (identity && identity->getRunAwayCommands()) in setAway()
4152 if (identity && identity->getRunAwayCommands()) in setAway()