Version: 8.3.0
YACS::HMI::PrsData Struct Reference

#include <YACSGuiLoader.hxx>

Collaboration diagram for YACS::HMI::PrsData:

Public Member Functions

 PrsData ()
 
 PrsData (float x, float y, float width, float height, float expx, float expy, float expWidth, float expHeight, bool expanded, int shownState)
 

Public Attributes

float _x
 
float _y
 
float _width
 
float _height
 
float _expx
 
float _expy
 
float _expWidth
 
float _expHeight
 
bool _expanded
 
int _shownState
 

Detailed Description

Definition at line 40 of file YACSGuiLoader.hxx.

Constructor & Destructor Documentation

YACS::HMI::PrsData::PrsData ( )
inline

Definition at line 49 of file YACSGuiLoader.hxx.

References _expanded, _expHeight, _expWidth, _expx, _expy, _height, _shownState, _width, _x, and _y.

50  {
51  _x = _y = 0;
52  _width = _height = 1.;
53  _expx = _expy = 0;
54  _expWidth = _expHeight = 0;
55  _expanded = true;
56  _shownState = 0;
57  }
YACS::HMI::PrsData::PrsData ( float  x,
float  y,
float  width,
float  height,
float  expx,
float  expy,
float  expWidth,
float  expHeight,
bool  expanded,
int  shownState 
)
inline

Definition at line 59 of file YACSGuiLoader.hxx.

References _expanded, _expHeight, _expWidth, _expx, _expy, _height, _shownState, _width, _x, and _y.

69  {
70  _x = x;
71  _y = y;
72  _width = width;
73  _height = height;
74  _expx = expx;
75  _expy = expy;
76  _expWidth = expWidth;
77  _expHeight = expHeight;
78  _expanded = expanded;
80  }

Member Data Documentation

bool YACS::HMI::PrsData::_expanded

Definition at line 46 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_expHeight

Definition at line 45 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_expWidth

Definition at line 45 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_expx

Definition at line 44 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_expy

Definition at line 44 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_height

Definition at line 43 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

int YACS::HMI::PrsData::_shownState

Definition at line 47 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_width

Definition at line 43 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_x

Definition at line 42 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().

float YACS::HMI::PrsData::_y

Definition at line 42 of file YACSGuiLoader.hxx.

Referenced by PrsData(), and YACS::HMI::GenericGui::setLoadedPresentation().


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