DisplayState is a ClientState sub-class for holding display data The display state keeps track of: FOV - The display FOV.
#include
<class_display_state_1_1_display_state.h>

Public Member Functions |
|
| __init__ () | |
| __eq__ () | |
| Returns True if the given client has the
same state as this client; False otherwise. |
|
| __ne__ () | |
| Returns True if the given client does not
have the same state as this client; False otherwise. |
|
| set () | |
| Set this state object to be equal to the
given state object. |
|
| getFOV () | |
| getIsOrtho () | |
| getZoomFactor () | |
| setFOV () | |
| setZoomFactor () | |
| setOrthographic () | |
| setFOVFromString () | |
| setOrthographicFromString () | |
| setZoomFactorFromString () | |
| dump () | |
| DisplayState.DisplayState.__init__ | ( | ) |
Reimplemented from ClientState.ClientState.
| DisplayState.DisplayState.__eq__ | ( | ) |
Returns True if the given client has the same state as this client; False otherwise.
Reimplemented from ClientState.ClientState.
| DisplayState.DisplayState.__ne__ | ( | ) |
Returns True if the given client does not have the same state as this client; False otherwise.
Reimplemented from ClientState.ClientState.
| DisplayState.DisplayState.set | ( | ) |
Set this state object to be equal to the given state object.
Reimplemented from ClientState.ClientState.
| DisplayState.DisplayState.getFOV | ( | ) |
| DisplayState.DisplayState.getIsOrtho | ( | ) |
| DisplayState.DisplayState.getZoomFactor | ( | ) |
| DisplayState.DisplayState.setFOV | ( | ) |
| DisplayState.DisplayState.setZoomFactor | ( | ) |
| DisplayState.DisplayState.setOrthographic | ( | ) |
| DisplayState.DisplayState.setFOVFromString | ( | ) |
| DisplayState.DisplayState.setOrthographicFromString | ( | ) |
| DisplayState.DisplayState.setZoomFactorFromString | ( | ) |
| DisplayState.DisplayState.dump | ( | ) |
Reimplemented from ClientState.ClientState.