#include <vtkKWUserInterfacePanel.h>
Public Types | |
typedef vtkKWObject | Superclass |
typedef vtkKWObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetUserInterfaceManager (vtkKWUserInterfaceManager *) |
virtual vtkKWUserInterfaceManager * | GetUserInterfaceManager () |
virtual char * | GetName () |
virtual void | SetName (const char *) |
virtual void | Create () |
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 () |
virtual void | Update () |
virtual void | UpdateEnableState () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetUserInterfaceManager (vtkKWUserInterfaceManager *) |
virtual vtkKWUserInterfaceManager * | GetUserInterfaceManager () |
virtual char * | GetName () |
virtual void | SetName (const char *) |
virtual void | Create () |
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 () |
virtual void | Update () |
virtual void | UpdateEnableState () |
Static Public Member Functions | |
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) |
Protected Member Functions | |
vtkKWUserInterfacePanel () | |
~vtkKWUserInterfacePanel () | |
vtkKWUserInterfacePanel () | |
~vtkKWUserInterfacePanel () | |
Protected Attributes | |
vtkKWUserInterfaceManager * | UserInterfaceManager |
char * | Name |
Definition at line 50 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfacePanel.h.
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
Definition at line 54 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfacePanel.h.
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
Definition at line 54 of file vtkKWUserInterfacePanel.h.
vtkKWUserInterfacePanel::vtkKWUserInterfacePanel | ( | ) | [protected] |
vtkKWUserInterfacePanel::~vtkKWUserInterfacePanel | ( | ) | [protected] |
vtkKWUserInterfacePanel::vtkKWUserInterfacePanel | ( | ) | [protected] |
vtkKWUserInterfacePanel::~vtkKWUserInterfacePanel | ( | ) | [protected] |
static vtkKWUserInterfacePanel* vtkKWUserInterfacePanel::New | ( | ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual const char* vtkKWUserInterfacePanel::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
static int vtkKWUserInterfacePanel::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual int vtkKWUserInterfacePanel::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
static vtkKWUserInterfacePanel* vtkKWUserInterfacePanel::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
void vtkKWUserInterfacePanel::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual void vtkKWUserInterfacePanel::SetUserInterfaceManager | ( | vtkKWUserInterfaceManager * | ) | [virtual] |
virtual vtkKWUserInterfaceManager* vtkKWUserInterfacePanel::GetUserInterfaceManager | ( | ) | [virtual] |
virtual char* vtkKWUserInterfacePanel::GetName | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetName | ( | const char * | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::Create | ( | ) | [virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual int vtkKWUserInterfacePanel::IsCreated | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetEnabled | ( | int | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::EnabledOn | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::EnabledOff | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::GetEnabled | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::AddPage | ( | const char * | title, |
const char * | balloon = 0 , |
||
vtkKWIcon * | icon = 0 |
||
) | [virtual] |
virtual int vtkKWUserInterfacePanel::RemovePage | ( | const char * | title ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageTitle | ( | int | id, |
const char * | title | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageBalloonHelpString | ( | int | id, |
const char * | str | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageIcon | ( | int | id, |
vtkKWIcon * | icon | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageIconToPredefinedIcon | ( | int | id, |
int | icon_index | ||
) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPageWidget | ( | int | id ) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPageWidget | ( | const char * | title ) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPagesParentWidget | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::RaisePage | ( | int | id ) | [virtual] |
virtual void vtkKWUserInterfacePanel::RaisePage | ( | const char * | title ) | [virtual] |
virtual int vtkKWUserInterfacePanel::Show | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::Raise | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::IsVisible | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::Update | ( | ) | [virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual void vtkKWUserInterfacePanel::UpdateEnableState | ( | ) | [inline, virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
Definition at line 155 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfacePanel.h.
static vtkKWUserInterfacePanel* vtkKWUserInterfacePanel::New | ( | ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual const char* vtkKWUserInterfacePanel::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
static int vtkKWUserInterfacePanel::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual int vtkKWUserInterfacePanel::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
static vtkKWUserInterfacePanel* vtkKWUserInterfacePanel::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
void vtkKWUserInterfacePanel::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual void vtkKWUserInterfacePanel::SetUserInterfaceManager | ( | vtkKWUserInterfaceManager * | ) | [virtual] |
virtual vtkKWUserInterfaceManager* vtkKWUserInterfacePanel::GetUserInterfaceManager | ( | ) | [virtual] |
virtual char* vtkKWUserInterfacePanel::GetName | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetName | ( | const char * | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::Create | ( | ) | [virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual int vtkKWUserInterfacePanel::IsCreated | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetEnabled | ( | int | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::EnabledOn | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::EnabledOff | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::GetEnabled | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::AddPage | ( | const char * | title, |
const char * | balloon = 0 , |
||
vtkKWIcon * | icon = 0 |
||
) | [virtual] |
virtual int vtkKWUserInterfacePanel::RemovePage | ( | const char * | title ) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageTitle | ( | int | id, |
const char * | title | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageBalloonHelpString | ( | int | id, |
const char * | str | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageIcon | ( | int | id, |
vtkKWIcon * | icon | ||
) | [virtual] |
virtual void vtkKWUserInterfacePanel::SetPageIconToPredefinedIcon | ( | int | id, |
int | icon_index | ||
) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPageWidget | ( | int | id ) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPageWidget | ( | const char * | title ) | [virtual] |
virtual vtkKWWidget* vtkKWUserInterfacePanel::GetPagesParentWidget | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::RaisePage | ( | int | id ) | [virtual] |
virtual void vtkKWUserInterfacePanel::RaisePage | ( | const char * | title ) | [virtual] |
virtual int vtkKWUserInterfacePanel::Show | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::Raise | ( | ) | [virtual] |
virtual int vtkKWUserInterfacePanel::IsVisible | ( | ) | [virtual] |
virtual void vtkKWUserInterfacePanel::Update | ( | ) | [virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
virtual void vtkKWUserInterfacePanel::UpdateEnableState | ( | ) | [inline, virtual] |
Reimplemented in vtkKWApplicationSettingsInterface, and vtkKWApplicationSettingsInterface.
Definition at line 155 of file vtkKWUserInterfacePanel.h.
Definition at line 161 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfacePanel.h.
char * vtkKWUserInterfacePanel::Name [protected] |
Definition at line 163 of file debian/tmp/usr/include/KWWidgets/vtkKWUserInterfacePanel.h.