|
svgui
1.9
|
#include <LabelCounterInputDialog.h>


Public Member Functions | |
| LabelCounterInputDialog (Labeller *labeller, QWidget *parent) | |
| virtual | ~LabelCounterInputDialog () |
Protected Slots | |
| void | counterChanged (int) |
| void | secondCounterChanged (int) |
| void | cancelClicked () |
Protected Attributes | |
| Labeller * | m_labeller |
| int | m_origCounter |
| int | m_origSecondCounter |
Definition at line 22 of file LabelCounterInputDialog.h.
| LabelCounterInputDialog::LabelCounterInputDialog | ( | Labeller * | labeller, |
| QWidget * | parent | ||
| ) |
Definition at line 24 of file LabelCounterInputDialog.cpp.
References cancelClicked(), counterChanged(), m_labeller, m_origCounter, m_origSecondCounter, and secondCounterChanged().
|
virtual |
Definition at line 66 of file LabelCounterInputDialog.cpp.
|
protectedslot |
Definition at line 71 of file LabelCounterInputDialog.cpp.
References m_labeller.
Referenced by LabelCounterInputDialog().
|
protectedslot |
Definition at line 77 of file LabelCounterInputDialog.cpp.
References m_labeller.
Referenced by LabelCounterInputDialog().
|
protectedslot |
Definition at line 83 of file LabelCounterInputDialog.cpp.
References m_labeller, m_origCounter, and m_origSecondCounter.
Referenced by LabelCounterInputDialog().
|
protected |
Definition at line 36 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), counterChanged(), LabelCounterInputDialog(), and secondCounterChanged().
|
protected |
Definition at line 37 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), and LabelCounterInputDialog().
|
protected |
Definition at line 38 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), and LabelCounterInputDialog().