Nepomuk-Core
KTp Namespace Reference
Namespaces | |
namespace | Actions |
namespace | Debug |
namespace | ErrorDictionary |
namespace | WalletUtils |
Classes | |
class | AbstractGroupingProxyModel |
class | AbstractMessageFilter |
class | AccountsComboBox |
class | AccountsListModel |
class | AccountsTreeProxyModel |
class | CircularCountdown |
class | Contact |
class | ContactFactory |
class | ContactGridDialog |
class | ContactGridWidget |
class | ContactInfoDialog |
class | ContactsFilterModel |
Class used to sort and filter the contacts. More... | |
class | ContactsListModel |
class | ContactsModel |
This class combines the list model and all the relevant filtering into a simple to use class In most cases you should use this as the entry point to the models in your application. More... | |
class | FavoriteRoomsModel |
class | GlobalContactManager |
class | GlobalPresence |
This class handles the presence between all enabled accounts It shows the highest current available presence, indicates if any accounts are changing, and what they are changing to. More... | |
class | GroupsTreeProxyModel |
class | JoinChatRoomDialog |
class | LogsImporter |
A class to import old logs from Kopete. More... | |
class | Message |
class | MessageContext |
class | MessageFilterConfigManager |
class | MessageProcessor |
class | NotificationConfigDialog |
class | OutgoingMessage |
class | PendingWallet |
class | PersistentContact |
Object monitors a specific account/contact identifier and will populate it with the most up-to-date contact as connections get destroyed/created. More... | |
class | Presence |
class | RoomsModel |
class | ServiceAvailabilityChecker |
This class watches if a given d-bus service is either available on the bus or can be activated on demand. More... | |
class | TelepathyHandlerApplication |
A KApplication that exits the application when there are no running jobs. More... | |
class | TextChannelWatcherProxyModel |
This class proxies the ContactsListModel, adding a role for ongoing chats. More... | |
class | TextParser |
TextParser. More... | |
struct | TextUrlData |
class | WalletInterface |
Class wraps interface around KWallet. More... |
Typedefs | |
typedef Tp::SharedPtr < KTp::Contact > | ContactPtr |
typedef Tp::SharedPtr < KTp::PersistentContact > | PersistentContactPtr |
Enumerations | |
enum | ContactsModelRole { RowTypeRole = Qt::UserRole, IdRole, ContactRole = Qt::UserRole + 1000, AccountRole, ContactClientTypesRole = Qt::UserRole + 2000, ContactAvatarPathRole, ContactAvatarPixmapRole, ContactGroupsRole, ContactPresenceNameRole, ContactPresenceMessageRole, ContactPresenceTypeRole, ContactPresenceIconRole, ContactSubscriptionStateRole, ContactPublishStateRole, ContactIsBlockedRole, ContactHasTextChannelRole, ContactUnreadMessageCountRole, ContactCanTextChatRole, ContactCanFileTransferRole, ContactCanAudioCallRole, ContactCanVideoCallRole, ContactTubesRole, HeaderTotalUsersRole = Qt::UserRole + 3000, HeaderOnlineUsersRole, CustomRole = Qt::UserRole + 4000 } |
enum | InfoRowIndex { FullName = 0, Nickname, Email, Phone, Homepage, Birthday, Organization, _InfoRowCount } |
enum | RowType { ContactRowType, PersonRowType, AccountRowType, GroupRowType, UserRowType } |
Functions | |
static QRegExp | s_urlPattern (QString::fromLatin1("\\b((?:(?:([a-z][\\w\\.-]+:/{1,3})|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|\\}\\]|[^\\s`!()\\[\\]{};:'\".,<>?%1%2%3%4%5%6])|[a-z0-9.\\-+_]+@[a-z0-9.\\-]+[.][a-z]{1,5}[^\\s/`!()\\[\\]{};:'\".,<>?%1%2%3%4%5%6]))").arg(QChar(0x00AB)).arg(QChar(0x00BB)).arg(QChar(0x201C)).arg(QChar(0x201D)).arg(QChar(0x2018)).arg(QChar(0x2019))) |
Variables | |
static struct KTp::InfoRow | InfoRows [] |
Typedef Documentation
typedef Tp::SharedPtr<KTp::Contact> KTp::ContactPtr |
typedef Tp::SharedPtr<KTp::PersistentContact> KTp::PersistentContactPtr |
Definition at line 70 of file persistent-contact.h.
Enumeration Type Documentation
- Enumerator:
enum KTp::InfoRowIndex |
Definition at line 51 of file contact-info-dialog.cpp.
enum KTp::RowType |
Function Documentation
|
static |
RegExp for url detection.
Variable Documentation
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.