Relacs
0.9.8
|
#include <optwidgetbase.h>
Public Member Functions | |
OptWidgetSection (Options::section_iterator sec, Options *oo, OptWidget *ow, QMutex *mutex=0, QWidget *parent=0) | |
Public Member Functions inherited from OptWidgetBase | |
OptWidgetBase (Options::iterator param, QWidget *label, Options *oo, OptWidget *ow, QMutex *mutex) | |
virtual | ~OptWidgetBase (void) |
virtual void | get (void) |
virtual void | reset (void) |
virtual void | resetDefault (void) |
virtual void | update (void) |
void | setMutex (QMutex *mutex) |
void | lockMutex (void) |
bool | tryLockMutex (int timeout=1) |
void | unlockMutex (void) |
void | addActivation (int index, OptWidgetBase *w) |
void | activateOption (bool eq) |
QWidget * | valueWidget (void) |
bool | editable (void) const |
Options::const_iterator | param (void) const |
Options::iterator | param (void) |
void | setUnitLabel (QLabel *l) |
Additional Inherited Members | |
Protected Member Functions inherited from OptWidgetBase | |
virtual void | initActivation (void) |
Protected Attributes inherited from OptWidgetBase | |
Options::iterator | Param |
Options * | OO |
OptWidget * | OW |
QWidget * | LabelW |
QWidget * | W |
QLabel * | UnitLabel |
QWidget * | UnitBrowseW |
QMutex * | OMutex |
bool | Editable |
bool | ContUpdate |
bool | InternChanged |
bool | InternRead |
deque< OptWidgetBase * > | Widgets |
deque< int > | Index |
OptWidgetSection | ( | Options::section_iterator | sec, |
Options * | oo, | ||
OptWidget * | ow, | ||
QMutex * | mutex = 0 , |
||
QWidget * | parent = 0 |
||
) |
References Str::html(), Str::htmlUnit(), OptWidget::MathLabel, name, and OptWidgetBase::W.