vtkKWApplicationSettingsInterface Class Reference

a user interface panel. More...

#include <vtkKWApplicationSettingsInterface.h>

Inheritance diagram for vtkKWApplicationSettingsInterface:
Inheritance graph
[legend]
Collaboration diagram for vtkKWApplicationSettingsInterface:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkKWUserInterfacePanel Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create ()
virtual void Update ()
virtual void UpdateEnableState ()



virtual vtkKWWindowGetWindow ()
virtual void SetWindow (vtkKWWindow *)
virtual void PromptBeforeExitCallback (int state)
virtual void SendErrorLogBeforeExitCallback (int state)
virtual void SaveUserInterfaceGeometryCallback (int state)
virtual void SplashScreenVisibilityCallback (int state)
virtual void BalloonHelpVisibilityCallback (int state)
virtual void ResetDragAndDropCallback ()
virtual void FlatToolbarsCallback (int state)
virtual void FlatToolbarWidgetsCallback (int state)
virtual void DPICallback (double dpi)
virtual void ViewPanelPositionCallback ()

Static Public Member Functions

static
vtkKWApplicationSettingsInterface
New ()
static int IsTypeOf (const char *type)
static
vtkKWApplicationSettingsInterface
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWApplicationSettingsInterface ()
 ~vtkKWApplicationSettingsInterface ()

Protected Attributes

vtkKWWindowWindow
vtkKWFrameWithLabelInterfaceSettingsFrame
vtkKWCheckButtonPromptBeforeExitCheckButton
vtkKWCheckButtonSendErrorLogBeforeExitCheckButton
vtkKWCheckButtonSaveUserInterfaceGeometryCheckButton
vtkKWCheckButtonSplashScreenVisibilityCheckButton
vtkKWCheckButtonBalloonHelpVisibilityCheckButton
vtkKWMenuButtonWithLabelViewPanelPositionOptionMenu
vtkKWFrameWithLabelInterfaceCustomizationFrame
vtkKWPushButtonResetDragAndDropButton
vtkKWFrameWithLabelToolbarSettingsFrame
vtkKWCheckButtonFlatToolbarsCheckButton
vtkKWCheckButtonFlatToolbarWidgetsCheckButton
vtkKWFrameWithLabelPrintSettingsFrame
vtkKWMenuButtonWithLabelDPIOptionMenu

Detailed Description

a user interface panel.

A concrete implementation of a user interface panel. See vtkKWUserInterfacePanel for a more detailed description.

See also:
vtkKWUserInterfacePanel vtkKWUserInterfaceManager

Definition at line 35 of file vtkKWApplicationSettingsInterface.h.


Member Typedef Documentation

Reimplemented from vtkKWUserInterfacePanel.

Definition at line 40 of file vtkKWApplicationSettingsInterface.h.


Constructor & Destructor Documentation

vtkKWApplicationSettingsInterface::vtkKWApplicationSettingsInterface (  )  [protected]
vtkKWApplicationSettingsInterface::~vtkKWApplicationSettingsInterface (  )  [protected]

Member Function Documentation

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).


Member Data Documentation

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.

Definition at line 93 of file vtkKWApplicationSettingsInterface.h.

Definition at line 94 of file vtkKWApplicationSettingsInterface.h.

Definition at line 95 of file vtkKWApplicationSettingsInterface.h.

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Tue Apr 27 02:33:22 2010 for KWWidgets by  doxygen 1.6.1