casa
$Rev:20696$
|
#include <QtGuiEntry.qo.h>
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. |
Definition at line 257 of file QtGuiEntry.qo.h.
casa::QtSliderEditor::QtSliderEditor | ( | QDomElement & | ele, |
QWidget * | parent = 0 |
||
) |
casa::QtSliderEditor::~QtSliderEditor | ( | ) | [inline] |
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.
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().