casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Slots | Protected Member Functions
casa::QtSliderEditor Class Reference

#include <QtGuiEntry.qo.h>

Inheritance diagram for casa::QtSliderEditor:
casa::QtSliderBase

List of all members.

Public Member Functions

 QtSliderEditor (QDomElement &ele, QWidget *parent=0)
 ~QtSliderEditor ()

Protected Slots

virtual void edited ()

Protected Member Functions

 QtSliderEditor (QWidget *parent=0)
 (not intended for use at present).
void updateText ()
 Sets text box to (normalized) current value.
void textChg (QString strval)
 main validation/update routine for changes to text version of value.

Detailed Description

Definition at line 257 of file QtGuiEntry.qo.h.


Constructor & Destructor Documentation

casa::QtSliderEditor::QtSliderEditor ( QDomElement &  ele,
QWidget *  parent = 0 
)

Definition at line 266 of file QtGuiEntry.qo.h.

casa::QtSliderEditor::QtSliderEditor ( QWidget *  parent = 0) [inline, protected]

(not intended for use at present).

Definition at line 271 of file QtGuiEntry.qo.h.


Member Function Documentation

virtual void casa::QtSliderEditor::edited ( ) [inline, protected, virtual, slot]

Definition at line 286 of file QtGuiEntry.qo.h.

References textChg().

void casa::QtSliderEditor::textChg ( QString  strval) [protected]

main validation/update routine for changes to text version of value.

strval is the candidate text, which is still to be validated/normalized.

Referenced by edited().

void casa::QtSliderEditor::updateText ( ) [inline, protected, virtual]

Sets text box to (normalized) current value.

(Should not trigger class's own slots either).

Implements casa::QtSliderBase.

Definition at line 277 of file QtGuiEntry.qo.h.

References casa::QtSliderBase::textVal().


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