KConfig 5.109.0
|
Interface-related functions. More...
Functions | |
bool | hasSessionConfig () |
Indicates if a session config has been created for that application (i.e. if sessionConfig() got called at least once) | |
KConfig * | sessionConfig () |
Returns the current application session config object. | |
QString | sessionConfigName () |
Returns the name of the application session. | |
void | setSessionConfig (const QString &id, const QString &key) |
Replaces the current application session config object. | |
Interface-related functions.
bool KConfigGui::hasSessionConfig | ( | ) |
Indicates if a session config has been created for that application (i.e. if sessionConfig() got called at least once)
true
if a sessionConfig object was created, false
otherwise KConfig * KConfigGui::sessionConfig | ( | ) |
Returns the current application session config object.
setSessionConfig
.QString KConfigGui::sessionConfigName | ( | ) |
Returns the name of the application session.
void KConfigGui::setSessionConfig | ( | const QString & | id, |
const QString & | key | ||
) |
Replaces the current application session config object.
id | new session id |
key | new session key |