|
The Vish Visualization Shell 0.3
Vish
|
Description of the status of an object, primarily to be used within a GUI display. More...
#include <ocean/shrimp/VObjectStatus.hpp>
Public Types | |
| enum | { italic = 1<<0 , bold = 1<<1 , underline = 1<<2 } |
Public Member Functions | |
| VObjectStatus (const string &initialtext="") | |
| Default constructor, creates empty text in black on gray. | |
| ~VObjectStatus () | |
| Destructor. | |
Public Attributes | |
| int | font |
| Bitmap for font specials. | |
| string | status |
| A textual description of the current status. | |
| rgba_t | TextBackgroundColor |
| Background color of the field that displays the text. | |
| rgba_t | TextColor |
| Color of the text to be displayed. | |
Description of the status of an object, primarily to be used within a GUI display.