UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QfLabel Class Reference

#include <QfLabel.H>

Inheritance diagram for QfLabel:
QfBrick

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
 
QRadioActiveqRA
 

Detailed Description

Simple label object. Provides static label with possibility to change the text.

Constructor & Destructor Documentation

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 QfLabel::~QfLabel ( )
virtual

Destroy the object

Member Function Documentation

virtual void QfLabel::create_self ( Widget  wParent)
protectedvirtual

Create the Motif part.

Implements QfBrick.

Member Data Documentation

char* QfLabel::szLabel
protected

Actual label in char* format


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