![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
| QfTrigger (char *szLabel, Logic *bState) | |
| QfTrigger (ZmBitmapSource *icon, Logic *bState) | |
| QfTrigger (char *szLabel) | |
| QfTrigger (ZmBitmapSource *icon) | |
| virtual Logic | state () |
| virtual void | store_gui () |
| virtual void | load_gui () |
| virtual void | add_callback (const QCallback &qcb) |
Public Member Functions inherited from QfBrick | |
| QfBrick () | |
| virtual | ~QfBrick () |
| operator Widget () const | |
| Widget | widget () const |
| virtual QfType | type () const |
| virtual void | manage () |
| virtual void | radio_sensitive () |
| virtual void | set_sensitive (Logic flag) |
| virtual Logic | get_sensitive () |
| virtual void | be_radio_active (const QRadioActive &qra) |
| virtual void | realized () |
Protected Member Functions | |
| virtual void | create_self (Widget wParent) |
Protected Member Functions inherited from QfBrick | |
| virtual void | radio_activity () |
Protected Attributes | |
| XmString | xmsLabel |
| ZmBitmapSource | iconSource |
| int | eState |
| Logic | bBuf |
| Logic * | bExtBuf |
Protected Attributes inherited from QfBrick | |
| Widget | wSelf |
| QCBDescrAr | cbList |
| QRadioActive * | qRA |
|
virtual |
Methods to hang callbacks at creation stage.
Reimplemented from QfBrick.
|
protectedvirtual |
XToolkit object creation - producing Widget/Gadget: Phase 3.
Implements QfBrick.
|
virtual |
Load value(s) from GUI-independent buffers to display them and allow user to edit them.
Reimplemented from QfBrick.
|
virtual |
Store entered value(s) in GUI-independent buffers, that can be accessed externally.
Reimplemented from QfBrick.
1.8.5