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().
LabelCounterInputDialog::~LabelCounterInputDialog | ( | ) | [virtual] |
Definition at line 66 of file LabelCounterInputDialog.cpp.
void LabelCounterInputDialog::counterChanged | ( | int | value | ) | [protected, slot] |
Definition at line 71 of file LabelCounterInputDialog.cpp.
References m_labeller.
Referenced by LabelCounterInputDialog().
void LabelCounterInputDialog::secondCounterChanged | ( | int | value | ) | [protected, slot] |
Definition at line 77 of file LabelCounterInputDialog.cpp.
References m_labeller.
Referenced by LabelCounterInputDialog().
void LabelCounterInputDialog::cancelClicked | ( | ) | [protected, slot] |
Definition at line 83 of file LabelCounterInputDialog.cpp.
References m_labeller, m_origCounter, and m_origSecondCounter.
Referenced by LabelCounterInputDialog().
Labeller* LabelCounterInputDialog::m_labeller [protected] |
Definition at line 36 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), counterChanged(), LabelCounterInputDialog(), and secondCounterChanged().
int LabelCounterInputDialog::m_origCounter [protected] |
Definition at line 37 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), and LabelCounterInputDialog().
int LabelCounterInputDialog::m_origSecondCounter [protected] |
Definition at line 38 of file LabelCounterInputDialog.h.
Referenced by cancelClicked(), and LabelCounterInputDialog().