|
libqutim
0.3.2.0
|
Namespaces | |
| Authorization | |
| Emoticons | |
| Json | |
| QtWin | |
| Settings | |
Typedefs | |
| typedef QList< Account * > | AccountList |
| typedef QList< ChatUnit * > | ChatUnitList |
| typedef Config | ConfigBase |
| typedef Config | ConfigGroup |
| typedef QList< ExtensionInfo > | ExtensionInfoList |
| typedef QList< const ObjectGenerator * > | GeneratorList |
| typedef QPair< LocalizedString, QVariant > | InfoField |
| typedef QList< InfoField > | InfoFieldList |
| typedef QList< LocalizedString > | LocalizedStringList |
| typedef QList< Message > | MessageList |
| typedef QList< Notification * > | NotificationList |
| typedef QHash< QString, Protocol * > | ProtocolHash |
| typedef QList< SettingsItem * > | SettingsItemList |
Enumerations | |
| enum | ActionHandlerType { ActionCreatedHandler, ActionVisibilityChangedHandler } |
| enum | ActionType { ActionTypeContactList = 0x01, ActionTypeChatButton = 0x02, ActionTypeAdditional = 0x04, ActionTypeAccount = 0x8, ActionTypePreferences = 0x10, ActionTypeContactInfo = 0x20 } |
| enum | ChatState { ChatStateActive = 0, ChatStateInActive, ChatStateGone, ChatStateComposing, ChatStatePaused } |
| enum | DebugLevel { DebugInfo = 0, DebugVerbose, DebugVeryVerbose } |
Functions | |
| Q_DECL_IMPORT void | centerizeWidget (QWidget *widget) |
| template<typename T > | |
| void | configLoadHelper (const QVariant &var, T *t) |
| template<typename T > | |
| void | configSaveHelper (QVariant &var, const T *t) |
| QDebug | critical (DebugLevel level=DebugInfo) |
| QDebug | debug (DebugLevel level=DebugInfo) |
| Q_DECL_IMPORT QDebug | debug_helper (quint64, DebugLevel, QtMsgType) |
| Q_DECL_IMPORT void | debugAddPluginId (quint64, const QMetaObject *meta) |
| Q_DECL_IMPORT void | debugClearConfig () |
| Q_DECL_IMPORT ExtensionInfoList | extensionList () |
| QDebug | fatal (DebugLevel level=DebugInfo) |
| Q_DECL_IMPORT QDebug | operator<< (QDebug, const Event &) |
| Q_DECL_IMPORT QList< QPointer < Plugin > > | pluginsList () |
| template<typename T > | |
| void | registerConfigType (T *=0) |
| template<typename T > | |
| Q_INLINE_TEMPLATE T | sender_cast (QObject *sender) |
| Q_DECL_IMPORT QString | unescape (const QString &html) |
| QDebug | warning (DebugLevel level=DebugInfo) |
| typedef QList<Account*> qutim_sdk_0_3::AccountList |
| typedef QList<ChatUnit *> qutim_sdk_0_3::ChatUnitList |
| typedef Config qutim_sdk_0_3::ConfigBase |
| typedef Config qutim_sdk_0_3::ConfigGroup |
| typedef QList<ExtensionInfo> qutim_sdk_0_3::ExtensionInfoList |
| typedef QList<const ObjectGenerator *> qutim_sdk_0_3::GeneratorList |
| typedef QPair<LocalizedString, QVariant> qutim_sdk_0_3::InfoField |
| typedef QList<InfoField> qutim_sdk_0_3::InfoFieldList |
| typedef QList<LocalizedString> qutim_sdk_0_3::LocalizedStringList |
| typedef QList<Message> qutim_sdk_0_3::MessageList |
| typedef QList<Notification*> qutim_sdk_0_3::NotificationList |
| typedef QHash<QString, Protocol *> qutim_sdk_0_3::ProtocolHash |
| typedef QList< SettingsItem * > qutim_sdk_0_3::SettingsItemList |
| Q_DECL_IMPORT void qutim_sdk_0_3::centerizeWidget | ( | QWidget * | widget | ) |
| void qutim_sdk_0_3::configLoadHelper | ( | const QVariant & | var, |
| T * | t | ||
| ) |
| void qutim_sdk_0_3::configSaveHelper | ( | QVariant & | var, |
| const T * | t | ||
| ) |
|
inline |
|
inline |
| Q_DECL_IMPORT QDebug qutim_sdk_0_3::debug_helper | ( | quint64 | , |
| DebugLevel | , | ||
| QtMsgType | |||
| ) |
| Q_DECL_IMPORT void qutim_sdk_0_3::debugAddPluginId | ( | quint64 | , |
| const QMetaObject * | meta | ||
| ) |
| Q_DECL_IMPORT void qutim_sdk_0_3::debugClearConfig | ( | ) |
| Q_DECL_IMPORT ExtensionInfoList qutim_sdk_0_3::extensionList | ( | ) |
|
inline |
| Q_DECL_IMPORT QDebug qutim_sdk_0_3::operator<< | ( | QDebug | , |
| const Event & | |||
| ) |
| Q_DECL_IMPORT QList<QPointer<Plugin> > qutim_sdk_0_3::pluginsList | ( | ) |
| void qutim_sdk_0_3::registerConfigType | ( | T * | = 0 | ) |
| Q_INLINE_TEMPLATE T qutim_sdk_0_3::sender_cast | ( | QObject * | sender | ) |
| Q_DECL_IMPORT QString qutim_sdk_0_3::unescape | ( | const QString & | html | ) |
|
inline |