|
KWWidgets
|
#include <vtkKWApplicationSettingsInterface.h>
Public Types | |
| typedef vtkKWUserInterfacePanel | Superclass |
| typedef vtkKWUserInterfacePanel | Superclass |
Public Types inherited from vtkKWUserInterfacePanel | |
| typedef vtkKWObject | Superclass |
| typedef vtkKWObject | Superclass |
Public Types inherited from vtkKWObject | |
| typedef vtkObject | Superclass |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create () |
| virtual vtkKWWindow * | GetWindow () |
| virtual void | SetWindow (vtkKWWindow *) |
| virtual void | Update () |
| virtual void | UpdateEnableState () |
| 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 () |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create () |
| virtual vtkKWWindow * | GetWindow () |
| virtual void | SetWindow (vtkKWWindow *) |
| virtual void | Update () |
| virtual void | UpdateEnableState () |
| 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 () |
Public Member Functions inherited from vtkKWUserInterfacePanel | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetUserInterfaceManager (vtkKWUserInterfaceManager *) |
| virtual vtkKWUserInterfaceManager * | GetUserInterfaceManager () |
| virtual char * | GetName () |
| virtual void | SetName (const char *) |
| virtual int | IsCreated () |
| virtual void | SetEnabled (int) |
| virtual void | EnabledOn () |
| virtual void | EnabledOff () |
| virtual int | GetEnabled () |
| virtual int | AddPage (const char *title, const char *balloon=0, vtkKWIcon *icon=0) |
| virtual int | RemovePage (const char *title) |
| virtual void | SetPageTitle (int id, const char *title) |
| virtual void | SetPageBalloonHelpString (int id, const char *str) |
| virtual void | SetPageIcon (int id, vtkKWIcon *icon) |
| virtual void | SetPageIconToPredefinedIcon (int id, int icon_index) |
| virtual vtkKWWidget * | GetPageWidget (int id) |
| virtual vtkKWWidget * | GetPageWidget (const char *title) |
| virtual vtkKWWidget * | GetPagesParentWidget () |
| virtual void | RaisePage (int id) |
| virtual void | RaisePage (const char *title) |
| virtual int | Show () |
| virtual int | Raise () |
| virtual int | IsVisible () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetUserInterfaceManager (vtkKWUserInterfaceManager *) |
| virtual vtkKWUserInterfaceManager * | GetUserInterfaceManager () |
| virtual char * | GetName () |
| virtual void | SetName (const char *) |
| virtual int | IsCreated () |
| virtual void | SetEnabled (int) |
| virtual void | EnabledOn () |
| virtual void | EnabledOff () |
| virtual int | GetEnabled () |
| virtual int | AddPage (const char *title, const char *balloon=0, vtkKWIcon *icon=0) |
| virtual int | RemovePage (const char *title) |
| virtual void | SetPageTitle (int id, const char *title) |
| virtual void | SetPageBalloonHelpString (int id, const char *str) |
| virtual void | SetPageIcon (int id, vtkKWIcon *icon) |
| virtual void | SetPageIconToPredefinedIcon (int id, int icon_index) |
| virtual vtkKWWidget * | GetPageWidget (int id) |
| virtual vtkKWWidget * | GetPageWidget (const char *title) |
| virtual vtkKWWidget * | GetPagesParentWidget () |
| virtual void | RaisePage (int id) |
| virtual void | RaisePage (const char *title) |
| virtual int | Show () |
| virtual int | Raise () |
| virtual int | IsVisible () |
Public Member Functions inherited from vtkKWObject | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| const char * | GetTclName () |
| virtual vtkKWApplication * | GetApplication () |
| virtual void | SetApplication (vtkKWApplication *arg) |
| virtual const char * | Script (const char *EventString,...) |
| virtual void | AddCallbackCommandObserver (vtkObject *object, unsigned long event) |
| virtual void | RemoveCallbackCommandObserver (vtkObject *object, unsigned long event) |
| virtual void | AddCallbackCommandObservers () |
| virtual void | RemoveCallbackCommandObservers () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| const char * | GetTclName () |
| virtual vtkKWApplication * | GetApplication () |
| virtual void | SetApplication (vtkKWApplication *arg) |
| virtual const char * | Script (const char *EventString,...) |
| virtual void | AddCallbackCommandObserver (vtkObject *object, unsigned long event) |
| virtual void | RemoveCallbackCommandObserver (vtkObject *object, unsigned long event) |
| virtual void | AddCallbackCommandObservers () |
| virtual void | RemoveCallbackCommandObservers () |
Static Public Member Functions | |
| static vtkKWApplicationSettingsInterface * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWApplicationSettingsInterface * | SafeDownCast (vtkObject *o) |
| static vtkKWApplicationSettingsInterface * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWApplicationSettingsInterface * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkKWUserInterfacePanel | |
| static vtkKWUserInterfacePanel * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWUserInterfacePanel * | SafeDownCast (vtkObject *o) |
| static vtkKWUserInterfacePanel * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWUserInterfacePanel * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkKWObject | |
| static vtkKWObject * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWObject * | SafeDownCast (vtkObject *o) |
| static vtkKWObject * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWApplicationSettingsInterface () | |
| ~vtkKWApplicationSettingsInterface () | |
| vtkKWApplicationSettingsInterface () | |
| ~vtkKWApplicationSettingsInterface () | |
Protected Member Functions inherited from vtkKWUserInterfacePanel | |
| vtkKWUserInterfacePanel () | |
| ~vtkKWUserInterfacePanel () | |
| vtkKWUserInterfacePanel () | |
| ~vtkKWUserInterfacePanel () | |
Protected Member Functions inherited from vtkKWObject | |
| vtkKWObject () | |
| ~vtkKWObject () | |
| virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
| virtual void | InvokeObjectMethodCommand (const char *command) |
| virtual vtkCallbackCommand * | GetCallbackCommand () |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
| vtkKWObject () | |
| ~vtkKWObject () | |
| virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
| virtual void | InvokeObjectMethodCommand (const char *command) |
| virtual vtkCallbackCommand * | GetCallbackCommand () |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
Additional Inherited Members | |
Static Protected Member Functions inherited from vtkKWObject | |
| static void | ProcessCallbackCommandEventsFunction (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
| static void | ProcessCallbackCommandEventsFunction (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Definition at line 33 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
Definition at line 37 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
Definition at line 37 of file vtkKWApplicationSettingsInterface.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
static |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
static |
| void vtkKWApplicationSettingsInterface::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
static |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
static |
| void vtkKWApplicationSettingsInterface::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
Reimplemented from vtkKWUserInterfacePanel.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 81 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 85 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 87 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 88 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 89 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 90 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 91 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 92 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 96 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 97 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 101 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 102 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 103 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 107 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
|
protected |
Definition at line 108 of file debian/tmp/usr/include/KWWidgets/vtkKWApplicationSettingsInterface.h.
1.8.3.1