libqutim
0.3.1.0
|
#include <profile.h>
Public Slots | |
bool | acceptData (const QVariantMap &profilesData, const QString &password, QString *error=NULL) |
bool | acceptData (const QVariantMap &profilesData, const QString &password, bool checkHash, QString *error=NULL) |
QString | configPath () |
QString | configPath (bool *isSystem) |
Signals | |
void | error (const QString &text) |
Public Member Functions | |
virtual | ~Profile () |
Config | config () |
void | setValue (const QString &key, const QVariant &value) |
QVariant | value (const QString &key) const |
Static Public Member Functions | |
static Profile * | instance () |
virtual qutim_sdk_0_3::Profile::~Profile | ( | ) | [virtual] |
bool qutim_sdk_0_3::Profile::acceptData | ( | const QVariantMap & | profilesData, |
const QString & | password, | ||
QString * | error = NULL |
||
) | [slot] |
bool qutim_sdk_0_3::Profile::acceptData | ( | const QVariantMap & | profilesData, |
const QString & | password, | ||
bool | checkHash, | ||
QString * | error = NULL |
||
) | [slot] |
QString qutim_sdk_0_3::Profile::configPath | ( | ) | [slot] |
QString qutim_sdk_0_3::Profile::configPath | ( | bool * | isSystem | ) | [slot] |
void qutim_sdk_0_3::Profile::error | ( | const QString & | text | ) | [signal] |
static Profile* qutim_sdk_0_3::Profile::instance | ( | ) | [static] |
void qutim_sdk_0_3::Profile::setValue | ( | const QString & | key, |
const QVariant & | value | ||
) |
QVariant qutim_sdk_0_3::Profile::value | ( | const QString & | key | ) | const |