Small widget that displays a checkbox to enable/disable one painter plugin. More...
#include <PainterCheckBox.h>
Public Slots | |
| void | setVisible (int state) |
Signals | |
| void | changed () |
Public Member Functions | |
| PainterCheckBox (PainterPlugin *plugin, bool visible=true) | |
| The constructor. | |
| void | setChecked (bool visible) |
| ~PainterCheckBox () | |
| The destructor. | |
Private Attributes | |
| QCheckBox * | m_CheckBox |
| PainterPlugin * | m_Plugin |
Small widget that displays a checkbox to enable/disable one painter plugin.
Definition at line 25 of file PainterCheckBox.h.
| PainterCheckBox::PainterCheckBox | ( | PainterPlugin * | plugin, |
| bool | visible = true |
||
| ) |
The constructor.
The destructor.
| void PainterCheckBox::changed | ( | ) | [signal] |
| void PainterCheckBox::setChecked | ( | bool | visible | ) | [inline] |
Definition at line 37 of file PainterCheckBox.h.
| void PainterCheckBox::setVisible | ( | int | state | ) | [slot] |
QCheckBox* PainterCheckBox::m_CheckBox [private] |
Definition at line 50 of file PainterCheckBox.h.
PainterPlugin* PainterCheckBox::m_Plugin [private] |
Definition at line 49 of file PainterCheckBox.h.