knode
Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
KNode::Appearance Class Reference
#include <knconfig.h>
Inheritance diagram for KNode::Appearance:
Public Types | |
enum | IconIndex { greyBall =0, redBall =1, greyBallChkd =2, redBallChkd =3, newFups =4, eyes =5, ignore =6, mail =7, posting =8, canceledPosting =9, savedRemote =10, group =11, null =12 } |
Public Member Functions | |
Appearance () | |
const QPixmap & | icon (IconIndex i) |
Public Member Functions inherited from KNode::ConfigBase | |
ConfigBase () | |
virtual | ~ConfigBase () |
bool | dirty () const |
virtual void | save () |
void | setDirty (bool b) |
Protected Member Functions | |
void | recreateLVIcons () |
Protected Attributes | |
QPixmap | i_cons [ICON_CNT] |
Protected Attributes inherited from KNode::ConfigBase | |
bool | d_irty |
Detailed Description
Ex-Appearance settings.
- Deprecated:
- Move the remaining parts either to their only users or to the KConfigXT generated Settings class.
Definition at line 55 of file knconfig.h.
Member Enumeration Documentation
Enumerator | |
---|---|
greyBall | |
redBall | |
greyBallChkd | |
redBallChkd | |
newFups | |
eyes | |
ignore | |
posting | |
canceledPosting | |
savedRemote | |
group | |
null |
Definition at line 62 of file knconfig.h.
Constructor & Destructor Documentation
KNode::Appearance::Appearance | ( | ) |
Definition at line 29 of file knconfig.cpp.
Member Function Documentation
|
inline |
Definition at line 69 of file knconfig.h.
|
protected |
Definition at line 43 of file knconfig.cpp.
Member Data Documentation
|
protected |
Definition at line 74 of file knconfig.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 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:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.