Relacs Widgets Library  0.9.8
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
OptWidgetText Class Reference

#include <optwidgetbase.h>

Inheritance diagram for OptWidgetText:
Inheritance graph
[legend]
Collaboration diagram for OptWidgetText:
Collaboration graph
[legend]

Public Slots

void textChanged (const QString &s)
 
void browse (void)
 

Signals

void valueChanged (const Parameter &p)
 

Public Member Functions

 OptWidgetText (Options::iterator param, QWidget *label, Options *oo, OptWidget *ow, QMutex *mutex=0, QWidget *parent=0)
 
virtual void get (void)
 
virtual void reset (void)
 
virtual void resetDefault (void)
 
virtual void update (void)
 
QPushButton * browseButton (void)
 
virtual void initActivation (void)
 
void setUnitLabel (QLabel *l)
 
- Public Member Functions inherited from OptWidgetBase
 OptWidgetBase (Options::iterator param, QWidget *label, Options *oo, OptWidget *ow, QMutex *mutex)
 
virtual ~OptWidgetBase (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)
 

Protected Member Functions

void doTextChanged (const QString &s)
 
void doBrowse (Str filename)
 
virtual void customEvent (QEvent *e)
 

Additional Inherited Members

- Protected Attributes inherited from OptWidgetBase
Options::iterator Param
 
OptionsOO
 
OptWidgetOW
 
QWidget * LabelW
 
QWidget * W
 
QLabel * UnitLabel
 
QWidget * UnitBrowseW
 
QMutex * OMutex
 
bool Editable
 
bool ContUpdate
 
bool InternChanged
 
bool InternRead
 
deque< OptWidgetBase * > Widgets
 
deque< int > Index
 

Constructor & Destructor Documentation

OptWidgetText ( Options::iterator  param,
QWidget *  label,
Options oo,
OptWidget ow,
QMutex *  mutex = 0,
QWidget *  parent = 0 
)

Member Function Documentation

void get ( void  )
virtual
void reset ( void  )
virtual
void resetDefault ( void  )
virtual
void update ( void  )
virtual
QPushButton * browseButton ( void  )
void initActivation ( void  )
virtual
void setUnitLabel ( QLabel *  l)
void textChanged ( const QString &  s)
slot
void browse ( void  )
slot
void valueChanged ( const Parameter p)
signal
void doTextChanged ( const QString &  s)
protected
void doBrowse ( Str  filename)
protected
void customEvent ( QEvent *  e)
protectedvirtual

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