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

#include <vtkKWCheckButtonWithChangeColorButton.h>

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

Public Types

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 vtkKWCheckButtonGetCheckButton ()
virtual vtkKWChangeColorButtonGetChangeColorButton ()
virtual void Update ()
virtual void SetDisableChangeColorButtonWhenNotChecked (int)
virtual void DisableChangeColorButtonWhenNotCheckedOn ()
virtual void DisableChangeColorButtonWhenNotCheckedOff ()
virtual int GetDisableChangeColorButtonWhenNotChecked ()
virtual void UpdateEnableState ()
virtual void UpdateVariableCallback (const char *, const char *, const char *)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWCheckButtonGetCheckButton ()
virtual vtkKWChangeColorButtonGetChangeColorButton ()
virtual void Update ()
virtual void SetDisableChangeColorButtonWhenNotChecked (int)
virtual void DisableChangeColorButtonWhenNotCheckedOn ()
virtual void DisableChangeColorButtonWhenNotCheckedOff ()
virtual int GetDisableChangeColorButtonWhenNotChecked ()
virtual void UpdateEnableState ()
virtual void UpdateVariableCallback (const char *, const char *, const char *)

Static Public Member Functions

static
vtkKWCheckButtonWithChangeColorButton
New ()
static int IsTypeOf (const char *type)
static
vtkKWCheckButtonWithChangeColorButton
SafeDownCast (vtkObject *o)
static
vtkKWCheckButtonWithChangeColorButton
New ()
static int IsTypeOf (const char *type)
static
vtkKWCheckButtonWithChangeColorButton
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWCheckButtonWithChangeColorButton ()
 ~vtkKWCheckButtonWithChangeColorButton ()
virtual void CreateWidget ()
virtual void Pack ()
virtual void UpdateVariableBindings ()
 vtkKWCheckButtonWithChangeColorButton ()
 ~vtkKWCheckButtonWithChangeColorButton ()
virtual void CreateWidget ()
virtual void Pack ()
virtual void UpdateVariableBindings ()
- 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

vtkKWCheckButtonCheckButton
vtkKWChangeColorButtonChangeColorButton
int DisableChangeColorButtonWhenNotChecked

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 26 of file debian/tmp/usr/include/KWWidgets/vtkKWCheckButtonWithChangeColorButton.h.

Member Typedef Documentation

Definition at line 30 of file vtkKWCheckButtonWithChangeColorButton.h.

Constructor & Destructor Documentation

vtkKWCheckButtonWithChangeColorButton::vtkKWCheckButtonWithChangeColorButton ( )
protected
vtkKWCheckButtonWithChangeColorButton::~vtkKWCheckButtonWithChangeColorButton ( )
protected
vtkKWCheckButtonWithChangeColorButton::vtkKWCheckButtonWithChangeColorButton ( )
protected
vtkKWCheckButtonWithChangeColorButton::~vtkKWCheckButtonWithChangeColorButton ( )
protected

Member Function Documentation

static vtkKWCheckButtonWithChangeColorButton* vtkKWCheckButtonWithChangeColorButton::New ( )
static

Reimplemented from vtkKWCompositeWidget.

virtual const char* vtkKWCheckButtonWithChangeColorButton::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

virtual vtkKWCheckButton* vtkKWCheckButtonWithChangeColorButton::GetCheckButton ( )
virtual
virtual vtkKWChangeColorButton* vtkKWCheckButtonWithChangeColorButton::GetChangeColorButton ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::Update ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::SetDisableChangeColorButtonWhenNotChecked ( int  )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOn ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOff ( )
virtual
virtual int vtkKWCheckButtonWithChangeColorButton::GetDisableChangeColorButtonWhenNotChecked ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableCallback ( const char *  ,
const char *  ,
const char *   
)
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWCheckButtonWithChangeColorButton::Pack ( )
protectedvirtual
virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableBindings ( )
protectedvirtual
static vtkKWCheckButtonWithChangeColorButton* vtkKWCheckButtonWithChangeColorButton::New ( )
static

Reimplemented from vtkKWCompositeWidget.

virtual const char* vtkKWCheckButtonWithChangeColorButton::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWCompositeWidget.

virtual vtkKWCheckButton* vtkKWCheckButtonWithChangeColorButton::GetCheckButton ( )
virtual
virtual vtkKWChangeColorButton* vtkKWCheckButtonWithChangeColorButton::GetChangeColorButton ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::Update ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::SetDisableChangeColorButtonWhenNotChecked ( int  )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOn ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOff ( )
virtual
virtual int vtkKWCheckButtonWithChangeColorButton::GetDisableChangeColorButtonWhenNotChecked ( )
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableCallback ( const char *  ,
const char *  ,
const char *   
)
virtual
virtual void vtkKWCheckButtonWithChangeColorButton::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWCheckButtonWithChangeColorButton::Pack ( )
protectedvirtual
virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableBindings ( )
protectedvirtual

Member Data Documentation

vtkKWCheckButton * vtkKWCheckButtonWithChangeColorButton::CheckButton
protected
vtkKWChangeColorButton * vtkKWCheckButtonWithChangeColorButton::ChangeColorButton
protected
int vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotChecked
protected

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