KWWidgets
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkKWEntryWithLabel Class Reference

#include <vtkKWEntryWithLabel.h>

Inheritance diagram for vtkKWEntryWithLabel:
[legend]
Collaboration diagram for vtkKWEntryWithLabel:
[legend]

Public Types

typedef vtkKWWidgetWithLabel Superclass
typedef vtkKWWidgetWithLabel Superclass
- Public Types inherited from vtkKWWidgetWithLabel
enum  {
  LabelPositionDefault = 0, LabelPositionTop, LabelPositionBottom, LabelPositionLeft,
  LabelPositionRight
}
enum  {
  LabelPositionDefault = 0, LabelPositionTop, LabelPositionBottom, LabelPositionLeft,
  LabelPositionRight
}
typedef vtkKWCompositeWidget Superclass
typedef vtkKWCompositeWidget Superclass
- Public Types inherited from vtkKWCompositeWidget
typedef vtkKWFrame Superclass
typedef vtkKWFrame Superclass
- Public Types inherited from vtkKWFrame
typedef vtkKWCoreWidget Superclass
typedef vtkKWCoreWidget Superclass
- Public Types inherited from vtkKWCoreWidget
typedef vtkKWWidget Superclass
typedef vtkKWWidget Superclass
- Public Types inherited from vtkKWWidget
enum  { WidgetCreatedEvent = 30000 }
enum  { WidgetCreatedEvent = 30000 }
typedef vtkKWObject Superclass
typedef vtkKWObject Superclass
- Public Types inherited from vtkKWObject
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 vtkKWEntryGetWidget ()
virtual void SetExpandWidget (int)
virtual void ExpandWidgetOn ()
virtual void ExpandWidgetOff ()
virtual int GetExpandWidget ()
virtual void SetBalloonHelpString (const char *str)
virtual void UpdateEnableState ()
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWEntryGetWidget ()
virtual void SetExpandWidget (int)
virtual void ExpandWidgetOn ()
virtual void ExpandWidgetOff ()
virtual int GetExpandWidget ()
virtual void SetBalloonHelpString (const char *str)
virtual void UpdateEnableState ()
- Public Member Functions inherited from vtkKWWidgetWithLabel
virtual void SetLabelVisibility (int)
virtual void LabelVisibilityOn ()
virtual void LabelVisibilityOff ()
virtual int GetLabelVisibility ()
virtual vtkKWLabelGetLabel ()
virtual int HasLabel ()
virtual void SetLabelText (const char *)
const char * GetLabelText ()
virtual void SetLabelWidth (int width)
virtual int GetLabelWidth ()
virtual void SetLabelPosition (int)
virtual int GetLabelPosition ()
virtual void SetLabelPositionToDefault ()
virtual void SetLabelPositionToTop ()
virtual void SetLabelPositionToBottom ()
virtual void SetLabelPositionToLeft ()
virtual void SetLabelPositionToRight ()
virtual void SetLabelVisibility (int)
virtual void LabelVisibilityOn ()
virtual void LabelVisibilityOff ()
virtual int GetLabelVisibility ()
virtual vtkKWLabelGetLabel ()
virtual int HasLabel ()
virtual void SetLabelText (const char *)
const char * GetLabelText ()
virtual void SetLabelWidth (int width)
virtual int GetLabelWidth ()
virtual void SetLabelPosition (int)
virtual int GetLabelPosition ()
virtual void SetLabelPositionToDefault ()
virtual void SetLabelPositionToTop ()
virtual void SetLabelPositionToBottom ()
virtual void SetLabelPositionToLeft ()
virtual void SetLabelPositionToRight ()

Static Public Member Functions

static vtkKWEntryWithLabelNew ()
static int IsTypeOf (const char *type)
static vtkKWEntryWithLabelSafeDownCast (vtkObject *o)
static vtkKWEntryWithLabelNew ()
static int IsTypeOf (const char *type)
static vtkKWEntryWithLabelSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWEntryWithLabel ()
 ~vtkKWEntryWithLabel ()
virtual void CreateWidget ()
virtual void Pack ()
 vtkKWEntryWithLabel ()
 ~vtkKWEntryWithLabel ()
virtual void CreateWidget ()
virtual void Pack ()
- Protected Member Functions inherited from vtkKWWidgetWithLabel
 vtkKWWidgetWithLabel ()
 ~vtkKWWidgetWithLabel ()
virtual void CreateLabel ()
 vtkKWWidgetWithLabel ()
 ~vtkKWWidgetWithLabel ()
virtual void CreateLabel ()
- Protected Member Functions inherited from vtkKWCompositeWidget
 vtkKWCompositeWidget ()
 ~vtkKWCompositeWidget ()
 vtkKWCompositeWidget ()
 ~vtkKWCompositeWidget ()
- Protected Member Functions inherited from vtkKWFrame
 vtkKWFrame ()
 ~vtkKWFrame ()
 vtkKWFrame ()
 ~vtkKWFrame ()
- Protected Member Functions inherited from vtkKWCoreWidget
 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)
- Protected Member Functions inherited from vtkKWWidget
 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)
- Protected Member Functions inherited from vtkKWObject
 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

int ExpandWidget
vtkKWEntryWidget
- Protected Attributes inherited from vtkKWWidgetWithLabel
int LabelVisibility
int LabelPosition

Additional Inherited Members

- Protected Types inherited from vtkKWCoreWidget
enum  { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 }
enum  { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 }
- Static Protected Member Functions inherited from vtkKWWidget
static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)
static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)

Detailed Description

Definition at line 40 of file DEB_build_shared/AutoGeneratedClasses/vtkKWEntryWithLabel.h.

Member Typedef Documentation

Constructor & Destructor Documentation

vtkKWEntryWithLabel::vtkKWEntryWithLabel ( )
protected
vtkKWEntryWithLabel::~vtkKWEntryWithLabel ( )
protected
vtkKWEntryWithLabel::vtkKWEntryWithLabel ( )
protected
vtkKWEntryWithLabel::~vtkKWEntryWithLabel ( )
protected

Member Function Documentation

static vtkKWEntryWithLabel* vtkKWEntryWithLabel::New ( )
static

Reimplemented from vtkKWWidgetWithLabel.

virtual const char* vtkKWEntryWithLabel::GetClassName ( )
virtual

Reimplemented from vtkKWWidgetWithLabel.

static int vtkKWEntryWithLabel::IsTypeOf ( const char *  type)
static

Reimplemented from vtkKWWidgetWithLabel.

virtual int vtkKWEntryWithLabel::IsA ( const char *  type)
virtual

Reimplemented from vtkKWWidgetWithLabel.

static vtkKWEntryWithLabel* vtkKWEntryWithLabel::SafeDownCast ( vtkObject *  o)
static

Reimplemented from vtkKWWidgetWithLabel.

void vtkKWEntryWithLabel::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWEntry* vtkKWEntryWithLabel::GetWidget ( )
virtual
virtual void vtkKWEntryWithLabel::SetExpandWidget ( int  )
virtual
virtual void vtkKWEntryWithLabel::ExpandWidgetOn ( )
virtual
virtual void vtkKWEntryWithLabel::ExpandWidgetOff ( )
virtual
virtual int vtkKWEntryWithLabel::GetExpandWidget ( )
virtual
virtual void vtkKWEntryWithLabel::SetBalloonHelpString ( const char *  str)
virtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::Pack ( )
protectedvirtual

Reimplemented from vtkKWWidgetWithLabel.

static vtkKWEntryWithLabel* vtkKWEntryWithLabel::New ( )
static

Reimplemented from vtkKWWidgetWithLabel.

virtual const char* vtkKWEntryWithLabel::GetClassName ( )
virtual

Reimplemented from vtkKWWidgetWithLabel.

static int vtkKWEntryWithLabel::IsTypeOf ( const char *  type)
static

Reimplemented from vtkKWWidgetWithLabel.

virtual int vtkKWEntryWithLabel::IsA ( const char *  type)
virtual

Reimplemented from vtkKWWidgetWithLabel.

static vtkKWEntryWithLabel* vtkKWEntryWithLabel::SafeDownCast ( vtkObject *  o)
static

Reimplemented from vtkKWWidgetWithLabel.

void vtkKWEntryWithLabel::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWEntry* vtkKWEntryWithLabel::GetWidget ( )
virtual
virtual void vtkKWEntryWithLabel::SetExpandWidget ( int  )
virtual
virtual void vtkKWEntryWithLabel::ExpandWidgetOn ( )
virtual
virtual void vtkKWEntryWithLabel::ExpandWidgetOff ( )
virtual
virtual int vtkKWEntryWithLabel::GetExpandWidget ( )
virtual
virtual void vtkKWEntryWithLabel::SetBalloonHelpString ( const char *  str)
virtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWEntryWithLabel::Pack ( )
protectedvirtual

Reimplemented from vtkKWWidgetWithLabel.

Member Data Documentation

int vtkKWEntryWithLabel::ExpandWidget
protected
vtkKWEntry * vtkKWEntryWithLabel::Widget
protected

The documentation for this class was generated from the following files: