a user interface panel. More...
#include <vtkKWApplicationSettingsInterface.h>


a user interface panel.
A concrete implementation of a user interface panel. See vtkKWUserInterfacePanel for a more detailed description.
Definition at line 35 of file vtkKWApplicationSettingsInterface.h.
Reimplemented from vtkKWUserInterfacePanel.
Definition at line 40 of file vtkKWApplicationSettingsInterface.h.
| vtkKWApplicationSettingsInterface::vtkKWApplicationSettingsInterface | ( | ) | [protected] |
| vtkKWApplicationSettingsInterface::~vtkKWApplicationSettingsInterface | ( | ) | [protected] |
| static vtkKWApplicationSettingsInterface* vtkKWApplicationSettingsInterface::New | ( | ) | [static] |
Reimplemented from vtkKWUserInterfacePanel.
| virtual const char* vtkKWApplicationSettingsInterface::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWUserInterfacePanel.
| static int vtkKWApplicationSettingsInterface::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWUserInterfacePanel.
| virtual int vtkKWApplicationSettingsInterface::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWUserInterfacePanel.
| static vtkKWApplicationSettingsInterface* vtkKWApplicationSettingsInterface::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWUserInterfacePanel.
| void vtkKWApplicationSettingsInterface::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWUserInterfacePanel.
| virtual void vtkKWApplicationSettingsInterface::Create | ( | ) | [virtual] |
Create the widget.
Reimplemented from vtkKWUserInterfacePanel.
| virtual vtkKWWindow* vtkKWApplicationSettingsInterface::GetWindow | ( | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::SetWindow | ( | vtkKWWindow * | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::Update | ( | ) | [virtual] |
Refresh the interface given the current value of the Window and its views/composites/widgets.
Reimplemented from vtkKWUserInterfacePanel.
| virtual void vtkKWApplicationSettingsInterface::UpdateEnableState | ( | ) | [virtual] |
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.
Reimplemented from vtkKWUserInterfacePanel.
| virtual void vtkKWApplicationSettingsInterface::PromptBeforeExitCallback | ( | int | state | ) | [virtual] |
Callbacks. Internal, do not use.
| virtual void vtkKWApplicationSettingsInterface::SendErrorLogBeforeExitCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::SaveUserInterfaceGeometryCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::SplashScreenVisibilityCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::BalloonHelpVisibilityCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::ResetDragAndDropCallback | ( | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::FlatToolbarsCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::FlatToolbarWidgetsCallback | ( | int | state | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::DPICallback | ( | double | dpi | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
| virtual void vtkKWApplicationSettingsInterface::ViewPanelPositionCallback | ( | ) | [virtual] |
Set/Get the window (do not ref count it since the window will ref count this widget).
vtkKWWindow* vtkKWApplicationSettingsInterface::Window [protected] |
Definition at line 85 of file vtkKWApplicationSettingsInterface.h.
Definition at line 89 of file vtkKWApplicationSettingsInterface.h.
Definition at line 91 of file vtkKWApplicationSettingsInterface.h.
Definition at line 92 of file vtkKWApplicationSettingsInterface.h.
vtkKWCheckButton* vtkKWApplicationSettingsInterface::SaveUserInterfaceGeometryCheckButton [protected] |
Definition at line 93 of file vtkKWApplicationSettingsInterface.h.
Definition at line 94 of file vtkKWApplicationSettingsInterface.h.
Definition at line 95 of file vtkKWApplicationSettingsInterface.h.
vtkKWMenuButtonWithLabel* vtkKWApplicationSettingsInterface::ViewPanelPositionOptionMenu [protected] |
Definition at line 96 of file vtkKWApplicationSettingsInterface.h.
Definition at line 100 of file vtkKWApplicationSettingsInterface.h.
Definition at line 101 of file vtkKWApplicationSettingsInterface.h.
Definition at line 105 of file vtkKWApplicationSettingsInterface.h.
Definition at line 106 of file vtkKWApplicationSettingsInterface.h.
Definition at line 107 of file vtkKWApplicationSettingsInterface.h.
Definition at line 111 of file vtkKWApplicationSettingsInterface.h.
Definition at line 112 of file vtkKWApplicationSettingsInterface.h.
1.6.1