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

Public Member Functions | |
| VariableBoolItem (const QString &variable, bool value) | |
| virtual VariableEditor * | createEditor (QWidget *parent) | 
| void | setValue (bool enabled) | 
| virtual void | setValueByString (const QString &value) | 
| bool | 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 117 of file variableitem.h.
Constructor & Destructor Documentation
| VariableBoolItem::VariableBoolItem | ( | const QString & | variable, | 
| bool | value | ||
| ) | 
Definition at line 159 of file variableitem.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 187 of file variableitem.cpp.
| void VariableBoolItem::setValue | ( | bool | enabled | ) | 
Definition at line 170 of file variableitem.cpp.
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 175 of file variableitem.cpp.
| bool VariableBoolItem::value | ( | ) | const | 
Definition at line 165 of file variableitem.cpp.
      
  | 
  virtual | 
Implements VariableItem.
Definition at line 182 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-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 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