kopete/libkopete
kopeteglobal.cpp
Go to the documentation of this file.
235 d->mTemplates.insert(key, PropertyTmpl(key, label, icon, persistent ? PropertyTmpl::PersistentProperty : PropertyTmpl::NoProperty));
const PropertyTmpl & privatePhone() const
Definition: kopeteglobal.cpp:175
const PropertyTmpl & nickName() const
Definition: kopeteglobal.cpp:205
QMap< QString, PropertyTmpl > Map
A Map of QString and PropertyTmpl objects, based on QMap.
Definition: kopeteproperty.h:135
const PropertyTmpl & firstName() const
Definition: kopeteglobal.cpp:163
Global facility to query/store templates that are needed by KopeteProperty.
Definition: kopeteglobal.h:45
const PropertyTmpl & privateMobilePhone() const
Definition: kopeteglobal.cpp:181
const PropertyTmpl & workPhone() const
Definition: kopeteglobal.cpp:187
bool isRegistered(const QString &key)
return true if a template with key key is already registered, false otherwise
Definition: kopeteglobal.cpp:122
const PropertyTmpl::Map & templateMap() const
Definition: kopeteglobal.cpp:240
const PropertyTmpl & fullName() const
Definition: kopeteglobal.cpp:127
const PropertyTmpl & tmpl(const QString &key) const
Return a template with defined by key, if no such template has been registered PropertyTmpl::null wil...
Definition: kopeteglobal.cpp:88
const PropertyTmpl & isAlwaysVisible() const
Definition: kopeteglobal.cpp:211
Definition: kopeteproperty.h:41
const PropertyTmpl & emailAddress() const
Definition: kopeteglobal.cpp:199
const PropertyTmpl & lastSeen() const
Definition: kopeteglobal.cpp:145
const PropertyTmpl & statusMessage() const
Definition: kopeteglobal.cpp:157
const PropertyTmpl & photo() const
default template for a contact's photo.
Definition: kopeteglobal.cpp:217
const PropertyTmpl & workMobilePhone() const
Definition: kopeteglobal.cpp:193
const PropertyTmpl & onlineSince() const
Return default template for a contact's online-since time (i.e.
Definition: kopeteglobal.cpp:139
const PropertyTmpl & idleTime() const
Return default template for a contact's idle-time.
Definition: kopeteglobal.cpp:133
const PropertyTmpl & lastName() const
Definition: kopeteglobal.cpp:169
static PropertyTmpl null
An empty template, check for it using isNull()
Definition: kopeteproperty.h:125
const PropertyTmpl & statusTitle() const
Definition: kopeteglobal.cpp:151
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.