KWWidgets
|
#include <vtkKWPopupButton.h>
Public Types | |
typedef vtkKWPushButton | Superclass |
typedef vtkKWPushButton | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWTopLevel * | GetPopupTopLevel () |
virtual vtkKWFrame * | GetPopupFrame () |
virtual vtkKWPushButton * | GetPopupCloseButton () |
virtual void | SetPopupTitle (const char *title) |
virtual void | UpdateEnableState () |
virtual void | SetWithdrawCommand (vtkObject *object, const char *command) |
virtual void | DisplayPopupCallback () |
virtual void | WithdrawPopupCallback () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWTopLevel * | GetPopupTopLevel () |
virtual vtkKWFrame * | GetPopupFrame () |
virtual vtkKWPushButton * | GetPopupCloseButton () |
virtual void | SetPopupTitle (const char *title) |
virtual void | UpdateEnableState () |
virtual void | SetWithdrawCommand (vtkObject *object, const char *command) |
virtual void | DisplayPopupCallback () |
virtual void | WithdrawPopupCallback () |
Static Public Member Functions | |
static vtkKWPopupButton * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWPopupButton * | SafeDownCast (vtkObject *o) |
static vtkKWPopupButton * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWPopupButton * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWPopupButton () | |
~vtkKWPopupButton () | |
virtual void | CreateWidget () |
virtual void | InvokeWithdrawCommand () |
virtual void | Bind () |
virtual void | UnBind () |
vtkKWPopupButton () | |
~vtkKWPopupButton () | |
virtual void | CreateWidget () |
virtual void | InvokeWithdrawCommand () |
virtual void | Bind () |
virtual void | UnBind () |
Protected Attributes | |
vtkKWTopLevel * | PopupTopLevel |
vtkKWFrame * | PopupFrame |
vtkKWPushButton * | PopupCloseButton |
char * | WithdrawCommand |
Definition at line 28 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.
Reimplemented from vtkKWPushButton.
Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.
Reimplemented from vtkKWPushButton.
Definition at line 32 of file vtkKWPopupButton.h.
vtkKWPopupButton::vtkKWPopupButton | ( | ) | [protected] |
vtkKWPopupButton::~vtkKWPopupButton | ( | ) | [protected] |
vtkKWPopupButton::vtkKWPopupButton | ( | ) | [protected] |
vtkKWPopupButton::~vtkKWPopupButton | ( | ) | [protected] |
static vtkKWPopupButton* vtkKWPopupButton::New | ( | ) | [static] |
Reimplemented from vtkKWPushButton.
virtual const char* vtkKWPopupButton::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPushButton.
static int vtkKWPopupButton::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPushButton.
virtual int vtkKWPopupButton::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPushButton.
static vtkKWPopupButton* vtkKWPopupButton::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPushButton.
void vtkKWPopupButton::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWPushButton.
virtual vtkKWTopLevel* vtkKWPopupButton::GetPopupTopLevel | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWPopupButton::GetPopupFrame | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWPopupButton::GetPopupCloseButton | ( | ) | [virtual] |
virtual void vtkKWPopupButton::SetPopupTitle | ( | const char * | title | ) | [virtual] |
virtual void vtkKWPopupButton::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWPushButton.
virtual void vtkKWPopupButton::SetWithdrawCommand | ( | vtkObject * | object, |
const char * | command | ||
) | [virtual] |
virtual void vtkKWPopupButton::DisplayPopupCallback | ( | ) | [virtual] |
virtual void vtkKWPopupButton::WithdrawPopupCallback | ( | ) | [virtual] |
virtual void vtkKWPopupButton::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPushButton.
virtual void vtkKWPopupButton::InvokeWithdrawCommand | ( | ) | [protected, virtual] |
virtual void vtkKWPopupButton::Bind | ( | ) | [protected, virtual] |
virtual void vtkKWPopupButton::UnBind | ( | ) | [protected, virtual] |
static vtkKWPopupButton* vtkKWPopupButton::New | ( | ) | [static] |
Reimplemented from vtkKWPushButton.
virtual const char* vtkKWPopupButton::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPushButton.
static int vtkKWPopupButton::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPushButton.
virtual int vtkKWPopupButton::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPushButton.
static vtkKWPopupButton* vtkKWPopupButton::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPushButton.
void vtkKWPopupButton::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWPushButton.
virtual vtkKWTopLevel* vtkKWPopupButton::GetPopupTopLevel | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWPopupButton::GetPopupFrame | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWPopupButton::GetPopupCloseButton | ( | ) | [virtual] |
virtual void vtkKWPopupButton::SetPopupTitle | ( | const char * | title | ) | [virtual] |
virtual void vtkKWPopupButton::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWPushButton.
virtual void vtkKWPopupButton::SetWithdrawCommand | ( | vtkObject * | object, |
const char * | command | ||
) | [virtual] |
virtual void vtkKWPopupButton::DisplayPopupCallback | ( | ) | [virtual] |
virtual void vtkKWPopupButton::WithdrawPopupCallback | ( | ) | [virtual] |
virtual void vtkKWPopupButton::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPushButton.
virtual void vtkKWPopupButton::InvokeWithdrawCommand | ( | ) | [protected, virtual] |
virtual void vtkKWPopupButton::Bind | ( | ) | [protected, virtual] |
virtual void vtkKWPopupButton::UnBind | ( | ) | [protected, virtual] |
vtkKWTopLevel * vtkKWPopupButton::PopupTopLevel [protected] |
Definition at line 77 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.
vtkKWFrame * vtkKWPopupButton::PopupFrame [protected] |
Definition at line 78 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.
vtkKWPushButton * vtkKWPopupButton::PopupCloseButton [protected] |
Definition at line 79 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.
char * vtkKWPopupButton::WithdrawCommand [protected] |
Definition at line 81 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.