The Vish Visualization Shell 0.3
Vish
Public Types | Public Member Functions | Public Attributes | List of all members
Wizt::VObjectStatus Class Reference

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.
 

Detailed Description

Description of the status of an object, primarily to be used within a GUI display.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
italic 

Italic flag for font specials.