kopete/kopete
#include <contactlistlayoutmanager.h>

Public Types | |
enum | TokenTypes { PlaceHolder = 0, DisplayName = 1, StatusTitle = 2, StatusMessage = 3, ContactIcons = 4 } |
Signals | |
void | activeLayoutChanged () |
void | layoutListChanged () |
Public Member Functions | |
ContactListLayout | activeLayout () |
QString | activeLayoutName () const |
bool | addUserLayout (const QString &name, ContactListLayout layout) |
bool | deleteLayout (const QString &layout) |
bool | isDefaultLayout (const QString &layout) const |
ContactListLayout | layout (const QString &layout) |
QStringList | layouts () const |
void | setActiveLayout (const QString &layout) |
void | setPreviewLayout (const ContactListLayout &layout) |
ContactListTokenConfig | token (int tokenType) const |
QList< ContactListTokenConfig > | tokens () const |
Static Public Member Functions | |
static LayoutManager * | instance () |
Detailed Description
Definition at line 53 of file contactlistlayoutmanager.h.
Member Enumeration Documentation
Enumerator | |
---|---|
PlaceHolder | |
DisplayName | |
StatusTitle | |
StatusMessage | |
ContactIcons |
Definition at line 72 of file contactlistlayoutmanager.h.
Member Function Documentation
ContactListLayout ContactList::LayoutManager::activeLayout | ( | ) |
Definition at line 99 of file contactlistlayoutmanager.cpp.
|
signal |
QString ContactList::LayoutManager::activeLayoutName | ( | ) | const |
Definition at line 339 of file contactlistlayoutmanager.cpp.
bool ContactList::LayoutManager::addUserLayout | ( | const QString & | name, |
ContactListLayout | layout | ||
) |
Definition at line 248 of file contactlistlayoutmanager.cpp.
bool ContactList::LayoutManager::deleteLayout | ( | const QString & | layout | ) |
Definition at line 344 of file contactlistlayoutmanager.cpp.
|
static |
Definition at line 47 of file contactlistlayoutmanager.cpp.
bool ContactList::LayoutManager::isDefaultLayout | ( | const QString & | layout | ) | const |
Definition at line 331 of file contactlistlayoutmanager.cpp.
ContactListLayout ContactList::LayoutManager::layout | ( | const QString & | layout | ) |
Definition at line 243 of file contactlistlayoutmanager.cpp.
|
signal |
QStringList ContactList::LayoutManager::layouts | ( | ) | const |
Definition at line 78 of file contactlistlayoutmanager.cpp.
void ContactList::LayoutManager::setActiveLayout | ( | const QString & | layout | ) |
Definition at line 83 of file contactlistlayoutmanager.cpp.
void ContactList::LayoutManager::setPreviewLayout | ( | const ContactListLayout & | layout | ) |
Definition at line 92 of file contactlistlayoutmanager.cpp.
|
inline |
Definition at line 81 of file contactlistlayoutmanager.h.
|
inline |
Definition at line 80 of file contactlistlayoutmanager.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.