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

#include <vtkKWCheckButtonWithPopupFrame.h>

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

Public Types

typedef vtkKWPopupFrame Superclass
typedef vtkKWPopupFrame Superclass
- Public Types inherited from vtkKWPopupFrame
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 void SetDisablePopupButtonWhenNotChecked (int)
virtual void DisablePopupButtonWhenNotCheckedOn ()
virtual void DisablePopupButtonWhenNotCheckedOff ()
virtual int GetDisablePopupButtonWhenNotChecked ()
virtual vtkKWCheckButtonGetCheckButton ()
virtual void Update ()
virtual void UpdateEnableState ()
virtual void CheckButtonCallback (int state)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetDisablePopupButtonWhenNotChecked (int)
virtual void DisablePopupButtonWhenNotCheckedOn ()
virtual void DisablePopupButtonWhenNotCheckedOff ()
virtual int GetDisablePopupButtonWhenNotChecked ()
virtual vtkKWCheckButtonGetCheckButton ()
virtual void Update ()
virtual void UpdateEnableState ()
virtual void CheckButtonCallback (int state)
- Public Member Functions inherited from vtkKWPopupFrame
virtual void SetPopupMode (int)
virtual int GetPopupMode ()
virtual void PopupModeOn ()
virtual void PopupModeOff ()
virtual vtkKWPopupButtonGetPopupButton ()
virtual vtkKWFrameWithLabelGetFrame ()
virtual void SetPopupMode (int)
virtual int GetPopupMode ()
virtual void PopupModeOn ()
virtual void PopupModeOff ()
virtual vtkKWPopupButtonGetPopupButton ()
virtual vtkKWFrameWithLabelGetFrame ()

Static Public Member Functions

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

Protected Member Functions

 vtkKWCheckButtonWithPopupFrame ()
 ~vtkKWCheckButtonWithPopupFrame ()
virtual void CreateWidget ()
virtual int GetCheckButtonState ()
 vtkKWCheckButtonWithPopupFrame ()
 ~vtkKWCheckButtonWithPopupFrame ()
virtual void CreateWidget ()
virtual int GetCheckButtonState ()
- Protected Member Functions inherited from vtkKWPopupFrame
 vtkKWPopupFrame ()
 ~vtkKWPopupFrame ()
 vtkKWPopupFrame ()
 ~vtkKWPopupFrame ()
- 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 DisablePopupButtonWhenNotChecked
vtkKWCheckButtonCheckButton
- Protected Attributes inherited from vtkKWPopupFrame
int PopupMode
vtkKWPopupButtonPopupButton
vtkKWFrameWithLabelFrame

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

Member Typedef Documentation

Definition at line 32 of file vtkKWCheckButtonWithPopupFrame.h.

Constructor & Destructor Documentation

vtkKWCheckButtonWithPopupFrame::vtkKWCheckButtonWithPopupFrame ( )
protected
vtkKWCheckButtonWithPopupFrame::~vtkKWCheckButtonWithPopupFrame ( )
protected
vtkKWCheckButtonWithPopupFrame::vtkKWCheckButtonWithPopupFrame ( )
protected
vtkKWCheckButtonWithPopupFrame::~vtkKWCheckButtonWithPopupFrame ( )
protected

Member Function Documentation

static vtkKWCheckButtonWithPopupFrame* vtkKWCheckButtonWithPopupFrame::New ( )
static
virtual const char* vtkKWCheckButtonWithPopupFrame::GetClassName ( )
virtual
static int vtkKWCheckButtonWithPopupFrame::IsTypeOf ( const char *  type)
static
virtual int vtkKWCheckButtonWithPopupFrame::IsA ( const char *  type)
virtual
static vtkKWCheckButtonWithPopupFrame* vtkKWCheckButtonWithPopupFrame::SafeDownCast ( vtkObject *  o)
static
void vtkKWCheckButtonWithPopupFrame::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkKWCheckButtonWithPopupFrame::SetDisablePopupButtonWhenNotChecked ( int  )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::DisablePopupButtonWhenNotCheckedOn ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::DisablePopupButtonWhenNotCheckedOff ( )
virtual
virtual int vtkKWCheckButtonWithPopupFrame::GetDisablePopupButtonWhenNotChecked ( )
virtual
virtual vtkKWCheckButton* vtkKWCheckButtonWithPopupFrame::GetCheckButton ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::Update ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::UpdateEnableState ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::CheckButtonCallback ( int  state)
virtual
virtual void vtkKWCheckButtonWithPopupFrame::CreateWidget ( )
protectedvirtual
virtual int vtkKWCheckButtonWithPopupFrame::GetCheckButtonState ( )
inlineprotectedvirtual
static vtkKWCheckButtonWithPopupFrame* vtkKWCheckButtonWithPopupFrame::New ( )
static
virtual const char* vtkKWCheckButtonWithPopupFrame::GetClassName ( )
virtual
static int vtkKWCheckButtonWithPopupFrame::IsTypeOf ( const char *  type)
static
virtual int vtkKWCheckButtonWithPopupFrame::IsA ( const char *  type)
virtual
static vtkKWCheckButtonWithPopupFrame* vtkKWCheckButtonWithPopupFrame::SafeDownCast ( vtkObject *  o)
static
void vtkKWCheckButtonWithPopupFrame::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkKWCheckButtonWithPopupFrame::SetDisablePopupButtonWhenNotChecked ( int  )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::DisablePopupButtonWhenNotCheckedOn ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::DisablePopupButtonWhenNotCheckedOff ( )
virtual
virtual int vtkKWCheckButtonWithPopupFrame::GetDisablePopupButtonWhenNotChecked ( )
virtual
virtual vtkKWCheckButton* vtkKWCheckButtonWithPopupFrame::GetCheckButton ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::Update ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::UpdateEnableState ( )
virtual
virtual void vtkKWCheckButtonWithPopupFrame::CheckButtonCallback ( int  state)
virtual
virtual void vtkKWCheckButtonWithPopupFrame::CreateWidget ( )
protectedvirtual
virtual int vtkKWCheckButtonWithPopupFrame::GetCheckButtonState ( )
inlineprotectedvirtual

Member Data Documentation

int vtkKWCheckButtonWithPopupFrame::DisablePopupButtonWhenNotChecked
protected
vtkKWCheckButton * vtkKWCheckButtonWithPopupFrame::CheckButton
protected

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