vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
APHUD::HUDWindow Struct Reference

#include <HUDDisplay.h>

Public Attributes

osg::ref_ptr< osg::Geometry > geometry
 
string name
 
int sizeX
 
int sizeY
 
int posX
 
int posY
 
osg::Vec4f color
 
bool visible
 
list< HUDFieldfields
 

Detailed Description

definition of a window struct. It holds an list of a hudFields

Member Data Documentation

osg::Vec4f APHUD::HUDWindow::color

Background color

list<HUDField> APHUD::HUDWindow::fields

list of HUDField

osg::ref_ptr<osg::Geometry> APHUD::HUDWindow::geometry
string APHUD::HUDWindow::name

Name of the window (serve as ID)

int APHUD::HUDWindow::posX
int APHUD::HUDWindow::posY

Sizes and positions of the field

int APHUD::HUDWindow::sizeX
int APHUD::HUDWindow::sizeY
bool APHUD::HUDWindow::visible

Denotes whether the field is visible


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