| 
    Cppcheck
    
   | 
 
#include <codeeditstylecontrols.h>
 Public Slots | |
| void | updateWeight () | 
| void | changeWeight (int index) | 
Signals | |
| void | weightChanged (QFont::Weight newWeight) | 
Public Member Functions | |
| SelectFontWeightCombo (QWidget *parent) | |
| void | setWeight (QFont::Weight weight) | 
| const QFont::Weight & | getWeight () | 
Private Attributes | |
| QFont::Weight | mWeight = QFont::Normal | 
Definition at line 55 of file codeeditstylecontrols.h.
      
  | 
  explicit | 
Definition at line 71 of file codeeditstylecontrols.cpp.
References addItem(), changeWeight(), and updateWeight().
      
  | 
  slot | 
Definition at line 108 of file codeeditstylecontrols.cpp.
References mWeight, setWeight(), and weightChanged().
Referenced by SelectFontWeightCombo().
| const QFont::Weight & SelectFontWeightCombo::getWeight | ( | ) | 
Definition at line 123 of file codeeditstylecontrols.cpp.
References mWeight.
| void SelectFontWeightCombo::setWeight | ( | QFont::Weight | weight | ) | 
Definition at line 116 of file codeeditstylecontrols.cpp.
References mWeight, and updateWeight().
Referenced by changeWeight(), and StyleEditDialog::updateControls().
      
  | 
  slot | 
Definition at line 97 of file codeeditstylecontrols.cpp.
References mWeight.
Referenced by SelectFontWeightCombo(), and setWeight().
      
  | 
  signal | 
Referenced by changeWeight().
      
  | 
  private | 
Definition at line 72 of file codeeditstylecontrols.h.
Referenced by changeWeight(), getWeight(), setWeight(), and updateWeight().