KWWidgets
|
#include <vtkKWPushButtonWithMenu.h>
Public Types | |
typedef vtkKWCompositeWidget | Superclass |
typedef vtkKWCompositeWidget | Superclass |
![]() | |
typedef vtkKWFrame | Superclass |
typedef vtkKWFrame | Superclass |
![]() | |
typedef vtkKWCoreWidget | Superclass |
typedef vtkKWCoreWidget | Superclass |
![]() | |
typedef vtkKWWidget | Superclass |
typedef vtkKWWidget | Superclass |
![]() | |
enum | { WidgetCreatedEvent = 30000 } |
enum | { WidgetCreatedEvent = 30000 } |
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 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 () |
![]() | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
![]() | |
vtkKWFrame () | |
~vtkKWFrame () | |
vtkKWFrame () | |
~vtkKWFrame () | |
![]() | |
vtkKWCoreWidget () | |
~vtkKWCoreWidget () | |
virtual const char * | GetType () |
const char * | ConvertTclStringToInternalString (const char *source, int options=0) |
const char * | ConvertInternalStringToTclString (const char *source, int options=0) |
virtual void | SetTextOption (const char *option, const char *value) |
virtual const char * | GetTextOption (const char *option) |
vtkKWCoreWidget () | |
~vtkKWCoreWidget () | |
virtual const char * | GetType () |
const char * | ConvertTclStringToInternalString (const char *source, int options=0) |
const char * | ConvertInternalStringToTclString (const char *source, int options=0) |
virtual void | SetTextOption (const char *option, const char *value) |
virtual const char * | GetTextOption (const char *option) |
![]() | |
vtkKWWidget () | |
~vtkKWWidget () | |
virtual void | AddChild (vtkKWWidget *w) |
virtual void | RemoveChild (vtkKWWidget *w) |
virtual void | AddBalloonHelpBindings () |
virtual void | PropagateEnableState (vtkKWWidget *widget) |
virtual void | SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | RemoveGenericBinding (const char *target, const char *event) |
virtual void | RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
vtkKWWidget () | |
~vtkKWWidget () | |
virtual void | AddChild (vtkKWWidget *w) |
virtual void | RemoveChild (vtkKWWidget *w) |
virtual void | AddBalloonHelpBindings () |
virtual void | PropagateEnableState (vtkKWWidget *widget) |
virtual void | SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | RemoveGenericBinding (const char *target, const char *event) |
virtual void | RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
![]() | |
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 | |
vtkKWMenuButton * | MenuButton |
vtkKWPushButton * | PushButton |
Additional Inherited Members | |
![]() | |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
![]() | |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
Definition at line 28 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
Definition at line 32 of file vtkKWPushButtonWithMenu.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWPushButtonWithMenu::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWPushButtonWithMenu::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protected |
Definition at line 58 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.
|
protected |
Definition at line 59 of file debian/tmp/usr/include/KWWidgets/vtkKWPushButtonWithMenu.h.