#include <chansetup.h>
Public Types | |
| enum | Orientation { Up, Down, Left, Right } |
Public Member Functions | |
| INLINE | SetupItem (void) |
| INLINE | SetupItem (const SetupItem &) |
| INLINE | ~SetupItem (void) |
| INLINE SetupItem & | operator= (const SetupItem &) |
| INLINE void | setState (const bool, const bool, const int, const ChanViewport &, const SetupFOV &, const Orientation &) |
| INLINE SetupSyms | getLayouts (void) const |
| INLINE SetupSyms | getSetups (void) const |
| INLINE bool | getStereo (void) const |
| INLINE bool | getHWChan (void) const |
| INLINE int | getChan (void) const |
| INLINE ChanViewport | getViewport (void) const |
| INLINE SetupFOV | getFOV (void) const |
| INLINE 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 54 of file chansetup.h. Referenced by SetupParseFunctor::operator()(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 61 of file chansetup.h. |
|
|
Definition at line 63 of file chansetup.h. |
|
|
Definition at line 60 of file chansetup.h. |
|
|
Definition at line 56 of file chansetup.h. |
|
|
Definition at line 64 of file chansetup.h. |
|
|
Definition at line 57 of file chansetup.h. |
|
|
Definition at line 59 of file chansetup.h. |
|
|
Definition at line 62 of file chansetup.h. |
1.3