UNIVERS
15.3
UNIVERS base processing software API
|
#include <QfLabel.H>
Public Member Functions | |
QfLabel (const char *szFormat,...) | |
virtual | ~QfLabel () |
Public Member Functions inherited from QfBrick | |
QfBrick () | |
virtual | ~QfBrick () |
operator Widget () const | |
Widget | widget () const |
virtual QfType | type () const |
virtual void | manage () |
virtual void | store_gui () |
virtual void | load_gui () |
virtual void | radio_sensitive () |
virtual void | set_sensitive (Logic flag) |
virtual Logic | get_sensitive () |
virtual void | add_callback (const QCallback &qcb) |
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 | |
char * | szLabel |
Protected Attributes inherited from QfBrick | |
Widget | wSelf |
QCBDescrAr | cbList |
QRadioActive * | qRA |
Simple label object. Provides static label with possibility to change the text.
QfLabel::QfLabel | ( | const char * | szFormat, |
... | |||
) |
Create label with given string. Format may be used the same manner as in sprintf(). Target buffer of 10K is provided.
|
virtual |
Destroy the object
|
protectedvirtual |
Create the Motif part.
Implements QfBrick.
|
protected |
Actual label in char* format