| 
    Cppcheck
    
   | 
 
#include <codeeditstylecontrols.h>
 Public Slots | |
| void | updateColor () | 
| void | changeColor () | 
Signals | |
| void | colorChanged (const QColor &newColor) | 
Public Member Functions | |
| SelectColorButton (QWidget *parent) | |
| void | setColor (const QColor &color) | 
| const QColor & | getColor () | 
Private Attributes | |
| QColor | mColor | 
Definition at line 34 of file codeeditstylecontrols.h.
      
  | 
  explicit | 
Definition at line 27 of file codeeditstylecontrols.cpp.
References changeColor(), and updateColor().
      
  | 
  slot | 
Definition at line 48 of file codeeditstylecontrols.cpp.
References colorChanged(), mColor, and setColor().
Referenced by SelectColorButton().
      
  | 
  signal | 
Referenced by changeColor().
| const QColor & SelectColorButton::getColor | ( | ) | 
Definition at line 66 of file codeeditstylecontrols.cpp.
References mColor.
| void SelectColorButton::setColor | ( | const QColor & | color | ) | 
Definition at line 59 of file codeeditstylecontrols.cpp.
References mColor, and updateColor().
Referenced by changeColor(), and StyleEditDialog::updateControls().
      
  | 
  slot | 
Definition at line 35 of file codeeditstylecontrols.cpp.
References mColor.
Referenced by SelectColorButton(), and setColor().
      
  | 
  private | 
Definition at line 51 of file codeeditstylecontrols.h.
Referenced by changeColor(), getColor(), setColor(), and updateColor().