ot::QtAppScreen::ASData Class Reference
Geometric 3D data specifying spatial location and extent of application desktop screen. More...Collaboration diagram for ot::QtAppScreen::ASData:

Public Member Functions | |
| ASData () | |
| ~ASData () | |
Public Attributes | |
| Event | as_cs_root |
| Event | as_screen_root |
| std::vector< float > | as_width_vec |
| std::vector< float > | as_height_vec |
| float | as_depth_scalar_front |
| float | as_depth_scalar_back |
Detailed Description
Geometric 3D data specifying spatial location and extent of application desktop screen.
Definition at line 217 of file QtAppScreen.h.
Constructor & Destructor Documentation
| ot::QtAppScreen::ASData::ASData | ( | ) | [inline] |
Definition at line 220 of file QtAppScreen.h.
| ot::QtAppScreen::ASData::~ASData | ( | ) | [inline] |
Definition at line 228 of file QtAppScreen.h.
Member Data Documentation
application screen coordinate system position and orientation (ASPD)
Definition at line 229 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), and ot::QtAppScreen::updateASPD().
negative scalar multiplier of screen plane depth unit vector (back of screen)
Definition at line 242 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), and ot::QtAppScreen::updateMPD().
positive scalar multiplier of screen plane depth unit vector (front of screen)
Definition at line 240 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), and ot::QtAppScreen::updateMPD().
| std::vector<float> ot::QtAppScreen::ASData::as_height_vec |
positional height vector spanning the screen plane (relative to screen plane root)
Definition at line 238 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), ot::QtAppScreen::updateASPD(), and ot::QtAppScreen::updateMPD().
screen plane root position
Definition at line 234 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), ot::QtAppScreen::updateASPD(), and ot::QtAppScreen::updateMPD().
| std::vector<float> ot::QtAppScreen::ASData::as_width_vec |
positional width vector spanning the screen plane (relative to screen plane root)
Definition at line 236 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::QtAppScreen(), ot::QtAppScreen::updateASPD(), and ot::QtAppScreen::updateMPD().
The documentation for this class was generated from the following file: