#include <Txq3dFontLabel.h>
Inheritance diagram for Txq3dFontLabel::

Public Methods | |
| Txq3dFontLabel () | |
| This constructor is default. More... | |
| Txq3dFontLabel (QString thisLabel, double sx, double sy, double sz) | |
| This constructor takes a label and x,y postion. More... | |
| virtual | ~Txq3dFontLabel () |
| The destructor is default. More... | |
| void | setFont (QFont f) |
| Sets the font from a QFont. More... | |
| void | paintGL () |
| Paints the label text. More... | |
Protected Attributes | |
| GLuint | FontBase |
| the font callbase. More... | |
This class can only be built on Unix since it uses the GL/glx.h incude file. It is included but not compiled into the library.
Copyright 1998 - 2001 by Tech-X Corporation
Definition at line 34 of file Txq3dFontLabel.h.
|
|
This constructor is default.
|
|
|
This constructor takes a label and x,y postion.
|
|
|
The destructor is default.
|
|
|
Paints the label text.
Reimplemented from Txq3dLabel. |
|
|
Sets the font from a QFont.
Reimplemented from Txq3dLabel. |
|
|
the font callbase.
Definition at line 74 of file Txq3dFontLabel.h. |
Copyright Tech-X Corporation, all rights reserved.