KWWidgets
|
#include <vtkKWFrameWithLabel.h>
Public Types | |
enum | { LabelCaseUserSpecified = 0, LabelCaseUppercaseFirst, LabelCaseLowercaseFirst } |
enum | { LabelFontWeightNormal = 0, LabelFontWeightBold } |
enum | { LabelCaseUserSpecified = 0, LabelCaseUppercaseFirst, LabelCaseLowercaseFirst } |
enum | { LabelFontWeightNormal = 0, LabelFontWeightBold } |
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 |
Protected Member Functions | |
vtkKWFrameWithLabel () | |
~vtkKWFrameWithLabel () | |
virtual void | CreateWidget () |
virtual vtkKWLabel * | GetLabelIcon () |
vtkKWFrameWithLabel () | |
~vtkKWFrameWithLabel () | |
virtual void | CreateWidget () |
virtual vtkKWLabel * | GetLabelIcon () |
![]() | |
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 | |
vtkKWFrame * | Frame |
vtkKWFrame * | LabelFrame |
vtkKWLabelWithLabel * | Label |
vtkKWFrame * | ExternalMarginFrame |
vtkKWFrame * | InternalMarginFrame |
vtkKWFrame * | CollapsibleFrame |
vtkKWLabel * | Icon |
vtkKWIcon * | IconData |
int | AllowFrameToCollapse |
int | ChangePackingOnCollapse |
int | LimitedEditionModeIconVisibility |
Static Protected Attributes | |
static int | DefaultAllowFrameToCollapse |
static int | DefaultLabelFontWeight |
static int | DefaultLabelCase |
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 30 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
Definition at line 34 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
Definition at line 34 of file vtkKWFrameWithLabel.h.
anonymous enum |
Definition at line 89 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
anonymous enum |
Definition at line 116 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
anonymous enum |
Definition at line 89 of file vtkKWFrameWithLabel.h.
anonymous enum |
Definition at line 116 of file vtkKWFrameWithLabel.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 vtkKWFrameWithLabel::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
void vtkKWFrameWithLabel::SetLabelText | ( | const char * | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
inlinestatic |
Definition at line 75 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 77 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 98 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 101 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 104 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 124 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 127 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWFrameWithLabel::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
void vtkKWFrameWithLabel::SetLabelText | ( | const char * | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
inlinestatic |
Definition at line 75 of file vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 77 of file vtkKWFrameWithLabel.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 98 of file vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 101 of file vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 104 of file vtkKWFrameWithLabel.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 124 of file vtkKWFrameWithLabel.h.
|
inlinestatic |
Definition at line 127 of file vtkKWFrameWithLabel.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
Reimplemented from vtkKWFrame.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
protected |
Definition at line 199 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 200 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 201 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 202 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 203 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 204 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 205 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 206 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 208 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 209 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
protected |
Definition at line 210 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
staticprotected |
Definition at line 212 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
staticprotected |
Definition at line 213 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.
|
staticprotected |
Definition at line 214 of file debian/tmp/usr/include/KWWidgets/vtkKWFrameWithLabel.h.