#include <LabelCounterInputDialog.h>

Inheritance diagram for LabelCounterInputDialog:
Inheritance graph
Collaboration diagram for LabelCounterInputDialog:
Collaboration graph

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
 

Detailed Description

Definition at line 22 of file LabelCounterInputDialog.h.

Constructor & Destructor Documentation

LabelCounterInputDialog::LabelCounterInputDialog ( Labeller *  labeller,
QWidget *  parent 
)
LabelCounterInputDialog::~LabelCounterInputDialog ( )
virtual

Definition at line 66 of file LabelCounterInputDialog.cpp.

Member Function Documentation

void LabelCounterInputDialog::counterChanged ( int  value)
protectedslot

Definition at line 71 of file LabelCounterInputDialog.cpp.

References m_labeller.

Referenced by LabelCounterInputDialog().

void LabelCounterInputDialog::secondCounterChanged ( int  value)
protectedslot

Definition at line 77 of file LabelCounterInputDialog.cpp.

References m_labeller.

Referenced by LabelCounterInputDialog().

void LabelCounterInputDialog::cancelClicked ( )
protectedslot

Definition at line 83 of file LabelCounterInputDialog.cpp.

References m_labeller, m_origCounter, and m_origSecondCounter.

Referenced by LabelCounterInputDialog().

Member Data Documentation

Labeller* LabelCounterInputDialog::m_labeller
protected
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().


The documentation for this class was generated from the following files: