#include <QtGuiEntry.qo.h>
|
| QtSliderLabel (QDomElement &ele, QWidget *parent=0) |
|
| ~QtSliderLabel () |
|
void | setLabelText (QString txt) |
| Set interface label text ('listname'). More...
|
|
QString | name () |
| Internal name ('dlformat') More...
|
|
void | reSet (QDomElement &ele) |
| Set up main state (value, etc.) and external appearance of this widget, according to options record (passed as a QDomElement). More...
|
|
|
| QtSliderLabel (QWidget *parent=0) |
| (not intended for use at present). More...
|
|
void | updateText () |
| Sets value label to (normalized) current value. More...
|
|
| QtSliderBase (QWidget *parent=0) |
| Only for use by derived classes. More...
|
|
| ~QtSliderBase () |
|
void | constructBase (QDomElement &ele, QSlider *slider, QLabel *nameLabel, QToolButton *menuBtn) |
| Derived class should call this within its constructor, after it has a valid QSlider, name QLabel and menu QToolButton (usually, after calling setUi()), passing them down in the parameters below. More...
|
|
void | getAttr (const QDomElement &ele, QString attnm, double &val) |
| Fetch numeric value of attribute of ele named attnm, into val. More...
|
|
int | round (double val) |
|
double | externalVal (int sldVal) |
| Integer values with in [0, slMax_] on the internal slider are scaled to external values within [dMin_, dMax_]. More...
|
|
int | sliderVal (double extVal) |
|
QString | toText (double val) |
| These two routines convert 'external' values between double and text. More...
|
|
double | toNumber (QString text, bool *ok=0) |
|
QString | textVal () |
| Current external value, as text. More...
|
|
void | adjSlIncr () |
| Adjusts integer slider range (slMax_) and the increment that each unit on the slider represents (dIncr_), according to latest increment and range request (dIncr0_, dMin_, dMax_). More...
|
|
void | updateSlider () |
| Sets slider to latest range and value (without triggering slider signals or slChg slot below). More...
|
|
void | emitVal () |
| emit current value – widget's main output. More...
|
|
void | update (double dval) |
| Accepts new value (if any), updates interface (without retriggering any internal slots). More...
|
|
Definition at line 320 of file QtGuiEntry.qo.h.
casa::QtSliderLabel::QtSliderLabel |
( |
QDomElement & |
ele, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
casa::QtSliderLabel::~QtSliderLabel |
( |
| ) |
|
|
inline |
casa::QtSliderLabel::QtSliderLabel |
( |
QWidget * |
parent = 0 | ) |
|
|
inlineprotected |
void casa::QtSliderLabel::updateText |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: