KWWidgets
|
#include <vtkKWUserInterfaceManager.h>
Classes | |
class | PanelSlot |
Public Types | |
typedef vtkKWObject | Superclass |
typedef vtkKWObject | Superclass |
![]() | |
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 int | IsCreated () |
virtual void | SetEnabled (int) |
virtual void | UpdateEnableState () |
virtual void | Update () |
virtual int | AddPanel (vtkKWUserInterfacePanel *panel) |
virtual int | HasPanel (vtkKWUserInterfacePanel *panel) |
virtual int | GetNumberOfPanels () |
virtual vtkKWUserInterfacePanel * | GetPanel (const char *panel_name) |
virtual vtkKWUserInterfacePanel * | GetPanel (int id) |
virtual vtkKWUserInterfacePanel * | GetPanelFromPageId (int id)=0 |
virtual vtkKWUserInterfacePanel * | GetNthPanel (int rank) |
virtual int | RemovePanel (vtkKWUserInterfacePanel *panel) |
virtual void | RemoveAllPanels () |
virtual int | AddPage (vtkKWUserInterfacePanel *panel, const char *title, const char *balloon=0, vtkKWIcon *icon=0)=0 |
virtual int | RemovePage (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual void | SetPageTitle (int id, const char *title)=0 |
virtual void | SetPageBalloonHelpString (int id, const char *str)=0 |
virtual void | SetPageIcon (int id, vtkKWIcon *icon)=0 |
virtual void | SetPageIconToPredefinedIcon (int id, int icon_index)=0 |
virtual vtkKWWidget * | GetPageWidget (int id)=0 |
virtual vtkKWWidget * | GetPageWidget (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual vtkKWWidget * | GetPagesParentWidget (vtkKWUserInterfacePanel *panel)=0 |
virtual void | RaisePage (int id)=0 |
virtual void | RaisePage (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual int | ShowPanel (vtkKWUserInterfacePanel *panel)=0 |
virtual int | HidePanel (vtkKWUserInterfacePanel *panel)=0 |
virtual int | IsPanelVisible (vtkKWUserInterfacePanel *panel)=0 |
virtual int | RaisePanel (vtkKWUserInterfacePanel *panel) |
virtual void | ShowAllPanels () |
virtual void | HideAllPanels () |
virtual void | UpdatePanel (vtkKWUserInterfacePanel *) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create () |
virtual int | IsCreated () |
virtual void | SetEnabled (int) |
virtual void | UpdateEnableState () |
virtual void | Update () |
virtual int | AddPanel (vtkKWUserInterfacePanel *panel) |
virtual int | HasPanel (vtkKWUserInterfacePanel *panel) |
virtual int | GetNumberOfPanels () |
virtual vtkKWUserInterfacePanel * | GetPanel (const char *panel_name) |
virtual vtkKWUserInterfacePanel * | GetPanel (int id) |
virtual vtkKWUserInterfacePanel * | GetPanelFromPageId (int id)=0 |
virtual vtkKWUserInterfacePanel * | GetNthPanel (int rank) |
virtual int | RemovePanel (vtkKWUserInterfacePanel *panel) |
virtual void | RemoveAllPanels () |
virtual int | AddPage (vtkKWUserInterfacePanel *panel, const char *title, const char *balloon=0, vtkKWIcon *icon=0)=0 |
virtual int | RemovePage (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual void | SetPageTitle (int id, const char *title)=0 |
virtual void | SetPageBalloonHelpString (int id, const char *str)=0 |
virtual void | SetPageIcon (int id, vtkKWIcon *icon)=0 |
virtual void | SetPageIconToPredefinedIcon (int id, int icon_index)=0 |
virtual vtkKWWidget * | GetPageWidget (int id)=0 |
virtual vtkKWWidget * | GetPageWidget (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual vtkKWWidget * | GetPagesParentWidget (vtkKWUserInterfacePanel *panel)=0 |
virtual void | RaisePage (int id)=0 |
virtual void | RaisePage (vtkKWUserInterfacePanel *panel, const char *title)=0 |
virtual int | ShowPanel (vtkKWUserInterfacePanel *panel)=0 |
virtual int | HidePanel (vtkKWUserInterfacePanel *panel)=0 |
virtual int | IsPanelVisible (vtkKWUserInterfacePanel *panel)=0 |
virtual int | RaisePanel (vtkKWUserInterfacePanel *panel) |
virtual void | ShowAllPanels () |
virtual void | HideAllPanels () |
virtual void | UpdatePanel (vtkKWUserInterfacePanel *) |
![]() | |
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 () |
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 int | IsTypeOf (const char *type) |
static vtkKWUserInterfaceManager * | SafeDownCast (vtkObject *o) |
static int | IsTypeOf (const char *type) |
static vtkKWUserInterfaceManager * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkKWObject * | New () |
static vtkKWObject * | New () |
Protected Member Functions | |
vtkKWUserInterfaceManager () | |
~vtkKWUserInterfaceManager () | |
virtual int | RemovePageWidgets (vtkKWUserInterfacePanel *) |
PanelSlot * | GetPanelSlot (vtkKWUserInterfacePanel *panel) |
PanelSlot * | GetPanelSlot (int id) |
PanelSlot * | GetPanelSlot (const char *panel_name) |
PanelSlot * | GetNthPanelSlot (int rank) |
int | GetPanelId (vtkKWUserInterfacePanel *panel) |
virtual void | NumberOfPanelsChanged () |
vtkKWUserInterfaceManager () | |
~vtkKWUserInterfaceManager () | |
virtual int | RemovePageWidgets (vtkKWUserInterfacePanel *) |
PanelSlot * | GetPanelSlot (vtkKWUserInterfacePanel *panel) |
PanelSlot * | GetPanelSlot (int id) |
PanelSlot * | GetPanelSlot (const char *panel_name) |
PanelSlot * | GetNthPanelSlot (int rank) |
int | GetPanelId (vtkKWUserInterfacePanel *panel) |
virtual void | NumberOfPanelsChanged () |
![]() | |
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) |
Protected Attributes | |
int | IdCounter |
vtkKWUserInterfaceManagerInternals * | Internals |
Friends | |
class | vtkKWUserInterfaceManagerInternals |
Additional Inherited Members | |
![]() | |
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 45 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
Definition at line 48 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
Definition at line 48 of file vtkKWUserInterfaceManager.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
static |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
static |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
void vtkKWUserInterfaceManager::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
Definition at line 163 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
virtual |
|
virtual |
|
inlinevirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
Definition at line 176 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
inlineprotectedvirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, vtkKWUserInterfaceManagerNotebook, vtkKWUserInterfaceManagerDialog, and vtkKWUserInterfaceManagerDialog.
Definition at line 187 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in vtkKWUserInterfaceManagerDialog, and vtkKWUserInterfaceManagerDialog.
Definition at line 223 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
static |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
static |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
void vtkKWUserInterfaceManager::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerDialog, vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
Definition at line 163 of file vtkKWUserInterfaceManager.h.
|
virtual |
|
virtual |
|
inlinevirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, and vtkKWUserInterfaceManagerNotebook.
Definition at line 176 of file vtkKWUserInterfaceManager.h.
|
inlineprotectedvirtual |
Reimplemented in vtkKWUserInterfaceManagerNotebook, vtkKWUserInterfaceManagerNotebook, vtkKWUserInterfaceManagerDialog, and vtkKWUserInterfaceManagerDialog.
Definition at line 187 of file vtkKWUserInterfaceManager.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in vtkKWUserInterfaceManagerDialog, and vtkKWUserInterfaceManagerDialog.
Definition at line 223 of file vtkKWUserInterfaceManager.h.
|
friend |
Definition at line 206 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
protected |
Definition at line 188 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.
|
protected |
Definition at line 205 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfaceManager.h.