#include <chansetup.h>
Public Types | |
enum | Orientation { Up, Down, Left, Right } |
Public Member Functions | |
SetupItem (void) | |
SetupItem (const SetupItem &) | |
~SetupItem (void) | |
SetupItem & | operator= (const SetupItem &) |
void | setState (const bool, const bool, const int, const ChanViewport &, const SetupFOV &, const Orientation &) |
SetupSyms | getLayouts (void) const |
SetupSyms | getSetups (void) const |
bool | getStereo (void) const |
bool | getHWChan (void) const |
int | getChan (void) const |
ChanViewport | getViewport (void) const |
SetupFOV | getFOV (void) const |
Orientation | getOrientation (void) const |
Private Attributes | |
SetupSyms | _layouts |
SetupSyms | _setups |
bool | _stereo |
bool | _hw_chan |
int | _chan |
ChanViewport | _viewport |
SetupFOV | _fov |
Orientation | _orientation |
|
Definition at line 57 of file chansetup.h. Referenced by getFOV(). |
|
Definition at line 66 of file chansetup.I. |
|
Definition at line 68 of file chansetup.I. |
|
Definition at line 78 of file chansetup.I. |
|
Definition at line 119 of file chansetup.I. |
|
Definition at line 127 of file chansetup.I. References _orientation, INLINE, and Orientation. |
|
Definition at line 115 of file chansetup.I. |
|
Definition at line 103 of file chansetup.I. |
|
Definition at line 131 of file chansetup.I. |
|
Definition at line 107 of file chansetup.I. |
|
Definition at line 111 of file chansetup.I. |
|
Definition at line 123 of file chansetup.I. |
|
Definition at line 80 of file chansetup.I. References _chan, _fov, _hw_chan, _orientation, _stereo, and _viewport. |
|
Definition at line 92 of file chansetup.I. References _chan, _fov, _hw_chan, _orientation, _stereo, and _viewport. |
|
Definition at line 64 of file chansetup.h. Referenced by getHWChan(), operator=(), and setState(). |
|
Definition at line 66 of file chansetup.h. Referenced by getViewport(), operator=(), and setState(). |
|
Definition at line 63 of file chansetup.h. Referenced by getStereo(), operator=(), and setState(). |
|
Definition at line 59 of file chansetup.h. Referenced by ~SetupItem(). |
|
Definition at line 67 of file chansetup.h. Referenced by getFOV(), operator=(), and setState(). |
|
Definition at line 60 of file chansetup.h. Referenced by getLayouts(), and ~SetupItem(). |
|
Definition at line 62 of file chansetup.h. Referenced by getSetups(), operator=(), and setState(). |
|
Definition at line 65 of file chansetup.h. Referenced by getChan(), operator=(), and setState(). |