#include <YACSGuiLoader.hxx>

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 |
Definition at line 40 of file YACSGuiLoader.hxx.
|
inline |
Definition at line 49 of file YACSGuiLoader.hxx.
References _expanded, _expHeight, _expWidth, _expx, _expy, _height, _shownState, _width, _x, and _y.
|
inline |
Definition at line 59 of file YACSGuiLoader.hxx.
References _expanded, _expHeight, _expWidth, _expx, _expy, _height, _shownState, _width, _x, and _y.
| 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().