Kate
VariableColorItem Class Reference
  #include <variableitem.h>
Inheritance diagram for VariableColorItem:

Public Member Functions | |
| VariableColorItem (const QString &variable, const QColor &value) | |
| virtual VariableEditor * | createEditor (QWidget *parent) | 
| void | setValue (const QColor &color) | 
| virtual void | setValueByString (const QString &value) | 
| QColor | value () const | 
| virtual QString | valueAsString () const | 
  Public Member Functions inherited from VariableItem | |
| VariableItem (const QString &variable) | |
| virtual | ~VariableItem () | 
| QString | helpText () const | 
| bool | isActive () const | 
| void | setActive (bool active) | 
| void | setHelpText (const QString &text) | 
| QString | variable () const | 
Detailed Description
Definition at line 138 of file variableitem.h.
Constructor & Destructor Documentation
Definition at line 196 of file variableitem.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 222 of file variableitem.cpp.
| void VariableColorItem::setValue | ( | const QColor & | color | ) | 
Definition at line 207 of file variableitem.cpp.
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 212 of file variableitem.cpp.
| QColor VariableColorItem::value | ( | ) | const | 
Definition at line 202 of file variableitem.cpp.
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 217 of file variableitem.cpp.
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:31:54 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:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from