#include <StateBar.h>
Public Member Functions | |
| StateBar (int mainWindowRef=0, int position=0) | |
| void | updateFileInfo (string fileInfoStr) |
| void | updateRenderInfo (string renderInfo) |
Private Attributes | |
| GLUI * | panel |
| GLUI_StaticText * | fileName |
| GLUI_StaticText * | modeState |
| GLUI_StaticText * | featureState |
| string | fileInfoText |
| string | modeStateText |
| string | featureStateText |
| string | featureStateText1 |
| string | featureStateText2 |
| string | fileDimensionsText |
|
||||||||||||
|
Constructor of the state bar creates a StateBar at the given position in the given window.
|
|
|
Function to updates the text shown as the fileName
|
|
|
Function to update the renderMode information |
|
|
Text to show state information about the activated features (zoom, seedpoint set, ...) |
|
|
Textcontent of features which are activated |
|
|
Textcontent of features which are activated |
|
|
|
|
|
Textcontent of the dimension information |
|
|
Textcontent of the fileName |
|
|
Text to show state information about file |
|
|
Text to show state information about the rendermode |
|
|
Textcontent of the rendering mode |
|
|
GLUI root element for this window |
1.4.1