KWWidgets
|
#include <vtkKWPushButtonWithMenu.h>
Public Types | |
typedef vtkKWCompositeWidget | Superclass |
typedef vtkKWCompositeWidget | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWMenu * | GetMenu () |
virtual vtkKWMenuButton * | GetMenuButton () |
virtual vtkKWPushButton * | GetPushButton () |
virtual void | UpdateEnableState () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWMenu * | GetMenu () |
virtual vtkKWMenuButton * | GetMenuButton () |
virtual vtkKWPushButton * | GetPushButton () |
virtual void | UpdateEnableState () |
Static Public Member Functions | |
static vtkKWPushButtonWithMenu * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWPushButtonWithMenu * | SafeDownCast (vtkObject *o) |
static vtkKWPushButtonWithMenu * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWPushButtonWithMenu * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWPushButtonWithMenu () | |
~vtkKWPushButtonWithMenu () | |
virtual void | CreateWidget () |
vtkKWPushButtonWithMenu () | |
~vtkKWPushButtonWithMenu () | |
virtual void | CreateWidget () |
Protected Attributes | |
vtkKWMenuButton * | MenuButton |
vtkKWPushButton * | PushButton |
Definition at line 28 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 32 of file vtkKWPushButtonWithMenu.h.
vtkKWPushButtonWithMenu::vtkKWPushButtonWithMenu | ( | ) | [protected] |
vtkKWPushButtonWithMenu::~vtkKWPushButtonWithMenu | ( | ) | [protected] |
vtkKWPushButtonWithMenu::vtkKWPushButtonWithMenu | ( | ) | [protected] |
vtkKWPushButtonWithMenu::~vtkKWPushButtonWithMenu | ( | ) | [protected] |
static vtkKWPushButtonWithMenu* vtkKWPushButtonWithMenu::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWPushButtonWithMenu::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWPushButtonWithMenu::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWPushButtonWithMenu::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWPushButtonWithMenu* vtkKWPushButtonWithMenu::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWPushButtonWithMenu::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual vtkKWMenu* vtkKWPushButtonWithMenu::GetMenu | ( | ) | [virtual] |
virtual vtkKWMenuButton* vtkKWPushButtonWithMenu::GetMenuButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWPushButtonWithMenu::GetPushButton | ( | ) | [virtual] |
virtual void vtkKWPushButtonWithMenu::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWPushButtonWithMenu::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWPushButtonWithMenu* vtkKWPushButtonWithMenu::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWPushButtonWithMenu::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWPushButtonWithMenu::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWPushButtonWithMenu::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWPushButtonWithMenu* vtkKWPushButtonWithMenu::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWPushButtonWithMenu::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual vtkKWMenu* vtkKWPushButtonWithMenu::GetMenu | ( | ) | [virtual] |
virtual vtkKWMenuButton* vtkKWPushButtonWithMenu::GetMenuButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWPushButtonWithMenu::GetPushButton | ( | ) | [virtual] |
virtual void vtkKWPushButtonWithMenu::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWPushButtonWithMenu::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
vtkKWMenuButton * vtkKWPushButtonWithMenu::MenuButton [protected] |
Definition at line 58 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
vtkKWPushButton * vtkKWPushButtonWithMenu::PushButton [protected] |
Definition at line 59 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.