#include <pawsconfigcamera.h>
List of all members.
Detailed Description
Definition at line 40 of file pawsconfigcamera.h.
Constructor & Destructor Documentation
| pawsConfigCamera::pawsConfigCamera |
( |
| ) |
|
| virtual pawsConfigCamera::~pawsConfigCamera |
( |
| ) |
[virtual] |
Member Function Documentation
| bool pawsConfigCamera::CreateTree |
( |
| ) |
[protected] |
Creates the tree that makes the whole GUI.
- Returns:
- success.
| void pawsConfigCamera::CreateTreeWidgets |
( |
pawsTreeNode * |
subtreeRoot | ) |
[protected] |
| float pawsConfigCamera::GetCameraSetting |
( |
const csString & |
settingName, |
|
|
int |
mode |
|
) |
| const [protected] |
Grabs a camera setting from the camera.
- Parameters:
-
| settingName | the name of the setting |
| mode | the camera mode |
- Returns:
- the value of the specific camera setting (for bool: +ve means true, -ve means false)
| virtual bool pawsConfigCamera::Initialize |
( |
| ) |
[virtual] |
| virtual bool pawsConfigCamera::LoadConfig |
( |
| ) |
[virtual] |
| virtual bool pawsConfigCamera::OnButtonPressed |
( |
int |
button, |
|
|
int |
keyModifier, |
|
|
pawsWidget * |
widget |
|
) |
| [virtual] |
Called whenever a button is pressed.
- Parameters:
-
| button | The button pressed. |
| keyModifier | Modifier key in effect. |
| widget | The widget the button belongs to. |
- Returns:
- bool Parent's result or FALSE if no parent.
Reimplemented from pawsWidget.
| virtual bool pawsConfigCamera::SaveConfig |
( |
| ) |
[virtual] |
| void pawsConfigCamera::SaveConfigByTreeNodes |
( |
pawsTreeNode * |
subtreeRoot | ) |
[protected] |
a recursive function to apply the tree's settings to the camera
- Parameters:
-
| subtreeRoot | the root of the current subtree |
| void pawsConfigCamera::SetCameraSetting |
( |
const csString & |
settingName, |
|
|
float |
value, |
|
|
int |
mode |
|
) |
| const [protected] |
applies a camera setting to the camera
- Parameters:
-
| settingName | the name of the setting |
| value | the new value (for bool: +ve means true, -ve means false) |
| mode | the camera mode |
| void pawsConfigCamera::SetCameraValues |
( |
pawsTreeNode * |
subtreeRoot | ) |
[protected] |
Sets all values to the ones that have the camera (in subtree with root 'subtreeRoot')
| virtual void pawsConfigCamera::SetDefault |
( |
| ) |
[virtual] |
| void pawsConfigCamera::SetLabels |
( |
pawsTreeNode * |
subtreeRoot | ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: