Namespaces |
namespace | Authorization |
namespace | Emoticons |
namespace | Json |
namespace | QtWin |
namespace | Settings |
Classes |
class | AbstractDataForm |
class | AbstractSearchFactory |
class | AbstractSearchRequest |
class | AbstractWizardPage |
class | Account |
| Account is base class for all account entites. More...
|
class | AccountCreationWizard |
class | ActionBox |
class | ActionBoxGenerator |
class | ActionBoxModule |
class | ActionContainer |
class | ActionCreatedEvent |
class | ActionGenerator |
class | ActionHandler |
class | ActionToolBar |
class | ActionVisibilityChangedEvent |
class | AutoSettingsComboBox |
class | AutoSettingsFileChooser |
class | AutoSettingsItem |
class | Buddy |
class | ChatLayer |
class | ChatSession |
class | ChatStateEvent |
| The ChatStateEvent class provides events for change chat state. More...
|
class | ChatUnit |
| ChatUnit is base class for all chat members. More...
|
struct | CommandArgumentDescription |
class | CommandArgumentsHandler |
class | Conference |
class | Config |
class | ConfigBackend |
class | Contact |
| Contact is base class for all contactlist members. More...
|
class | ContactSearchFactory |
class | ContactSearchRequest |
class | ContactsFactory |
class | CryptoService |
class | DataFormsBackend |
class | DataItem |
| The DataItem class specifies one field or a group of fields in a data form. More...
|
class | DataSettingsItem |
class | DoubleDataItem |
class | EmoticonsBackend |
class | EmoticonsProvider |
class | EmoticonsTheme |
class | Event |
class | ExtendedInfosEvent |
| The ExtendedInfosEvent class is used to request supported extended status infos from a protocol. More...
|
class | ExtensionIcon |
class | ExtensionInfo |
class | FileTransferFactory |
class | FileTransferInfo |
class | FileTransferJob |
class | FileTransferManager |
class | FileTransferObserver |
class | GeneralContactSearchFactory |
class | GeneralGenerator |
class | GeneralSettingsItem |
class | GlobalShortcut |
class | GroupChatManager |
class | History |
class | HttpProxyInfo |
| Default implementation of http proxy. More...
|
class | Icon |
class | IconDataItem |
class | IconLoader |
class | IconWrapper |
class | ImageDataItem |
class | InfoObserver |
class | InfoRequest |
class | InfoRequestFactory |
class | IntDataItem |
class | JsonFile |
| JsonFile provides high-level api for fast writing and reading files with JSON content. More...
|
struct | KeySequence |
class | LocalizedString |
class | MenuActionGenerator |
class | MenuController |
| MenuController is base type for objects which are able to have menu. More...
|
class | Message |
class | MessageHandler |
class | MessageReceiptEvent |
class | MetaContact |
class | MetaContactChangeEvent |
class | MetaContactManager |
class | MetaObjectBuilder |
class | MimeObjectData |
class | ModuleManager |
| ModuleManager class used to manage plug-ins and extensions/ ModuleManagerImpl inherit this class and used to hide core layers and protect those. More...
|
class | MultiLineStringDataItem |
class | NetworkProxyInfo |
| The NetworkProxyInfo class describes a proxy type. More...
|
class | NetworkProxyManager |
| The NetworkProxyManager class provides an interface to manipulate proxies. More...
|
class | Notification |
class | NotificationAction |
class | NotificationBackend |
class | NotificationFilter |
class | NotificationManager |
class | NotificationRequest |
class | ObjectGenerator |
| ObjectGenerator is general type for object initiatizations. More...
|
class | ObjectGeneratorHolderData |
class | PasswordDialog |
class | PersonInfo |
| PersonInfo is container of information about person. More...
|
class | PixmapDataItem |
class | Plugin |
class | PluginFactory |
class | PluginInfo |
class | Profile |
class | ProfileCreatorPage |
class | Protocol |
class | ReadOnlyDataItem |
class | RosterStorage |
class | ScriptTools |
class | ServiceManager |
class | ServicePointer |
class | ServicePointerData |
class | SettingsItem |
class | SettingsLayer |
class | SettingsWidget |
class | Shortcut |
class | SingletonGenerator |
class | Socks5ProxyInfo |
| Default implementation of sock5 proxy. More...
|
class | Sound |
class | SoundBackend |
class | SoundTheme |
class | SoundThemeBackend |
class | SoundThemeProvider |
class | SpellChecker |
| The SpellChecker class is used for spell checking. More...
|
class | StartupModule |
class | Status |
class | StatusActionGenerator |
class | StringChooserDataItem |
class | StringDataItem |
class | StringListDataItem |
class | SystemInfo |
class | SystemIntegration |
class | TcpSocket |
class | ThemeManager |
class | ToolTip |
class | ToolTipEvent |
class | WidgetActionGenerator |
Typedefs |
typedef QList< Account * > | AccountList |
typedef QList< ChatUnit * > | ChatUnitList |
typedef QList
< CommandArgumentDescription > | CommandArgumentDescriptions |
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 * > | ProtocolMap |
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,
Info = DebugInfo,
Verbose = DebugVerbose,
VeryVerbose = 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=Info) |
QDebug | debug (DebugLevel level=Info) |
Q_DECL_IMPORT QDebug | debug_helper (quint64, DebugLevel, QtMsgType) |
Q_DECL_IMPORT void | debugClearConfig () |
Q_DECL_IMPORT ExtensionInfoList | extensionList () |
QDebug | fatal (DebugLevel level=Info) |
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=Info) |