Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

vtkKWPopupButton Class Reference

#include <vtkKWPopupButton.h>

Inheritance diagram for vtkKWPopupButton:
Inheritance graph
[legend]
Collaboration diagram for vtkKWPopupButton:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkKWPushButton Superclass
typedef vtkKWPushButton Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWTopLevelGetPopupTopLevel ()
virtual vtkKWFrameGetPopupFrame ()
virtual vtkKWPushButtonGetPopupCloseButton ()
virtual void SetPopupTitle (const char *title)
virtual void UpdateEnableState ()
virtual void SetWithdrawCommand (vtkObject *object, const char *command)
virtual void DisplayPopupCallback ()
virtual void WithdrawPopupCallback ()
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWTopLevelGetPopupTopLevel ()
virtual vtkKWFrameGetPopupFrame ()
virtual vtkKWPushButtonGetPopupCloseButton ()
virtual void SetPopupTitle (const char *title)
virtual void UpdateEnableState ()
virtual void SetWithdrawCommand (vtkObject *object, const char *command)
virtual void DisplayPopupCallback ()
virtual void WithdrawPopupCallback ()

Static Public Member Functions

static vtkKWPopupButtonNew ()
static int IsTypeOf (const char *type)
static vtkKWPopupButtonSafeDownCast (vtkObject *o)
static vtkKWPopupButtonNew ()
static int IsTypeOf (const char *type)
static vtkKWPopupButtonSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWPopupButton ()
 ~vtkKWPopupButton ()
virtual void CreateWidget ()
virtual void InvokeWithdrawCommand ()
virtual void Bind ()
virtual void UnBind ()
 vtkKWPopupButton ()
 ~vtkKWPopupButton ()
virtual void CreateWidget ()
virtual void InvokeWithdrawCommand ()
virtual void Bind ()
virtual void UnBind ()

Protected Attributes

vtkKWTopLevelPopupTopLevel
vtkKWFramePopupFrame
vtkKWPushButtonPopupCloseButton
char * WithdrawCommand

Detailed Description

Definition at line 28 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.


Member Typedef Documentation

Reimplemented from vtkKWPushButton.

Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWPopupButton.h.

Reimplemented from vtkKWPushButton.

Definition at line 32 of file vtkKWPopupButton.h.


Constructor & Destructor Documentation

vtkKWPopupButton::vtkKWPopupButton (  )  [protected]
vtkKWPopupButton::~vtkKWPopupButton (  )  [protected]
vtkKWPopupButton::vtkKWPopupButton (  )  [protected]
vtkKWPopupButton::~vtkKWPopupButton (  )  [protected]

Member Function Documentation

static vtkKWPopupButton* vtkKWPopupButton::New (  )  [static]

Reimplemented from vtkKWPushButton.

virtual const char* vtkKWPopupButton::GetClassName (  )  [virtual]

Reimplemented from vtkKWPushButton.

static int vtkKWPopupButton::IsTypeOf ( const char *  type  )  [static]

Reimplemented from vtkKWPushButton.

virtual int vtkKWPopupButton::IsA ( const char *  type  )  [virtual]

Reimplemented from vtkKWPushButton.

static vtkKWPopupButton* vtkKWPopupButton::SafeDownCast ( vtkObject *  o  )  [static]

Reimplemented from vtkKWPushButton.

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

Reimplemented from vtkKWPushButton.

virtual vtkKWTopLevel* vtkKWPopupButton::GetPopupTopLevel (  )  [virtual]
virtual vtkKWFrame* vtkKWPopupButton::GetPopupFrame (  )  [virtual]
virtual vtkKWPushButton* vtkKWPopupButton::GetPopupCloseButton (  )  [virtual]
virtual void vtkKWPopupButton::SetPopupTitle ( const char *  title  )  [virtual]
virtual void vtkKWPopupButton::UpdateEnableState (  )  [virtual]

Reimplemented from vtkKWPushButton.

virtual void vtkKWPopupButton::SetWithdrawCommand ( vtkObject *  object,
const char *  command 
) [virtual]
virtual void vtkKWPopupButton::DisplayPopupCallback (  )  [virtual]
virtual void vtkKWPopupButton::WithdrawPopupCallback (  )  [virtual]
virtual void vtkKWPopupButton::CreateWidget (  )  [protected, virtual]

Reimplemented from vtkKWPushButton.

virtual void vtkKWPopupButton::InvokeWithdrawCommand (  )  [protected, virtual]
virtual void vtkKWPopupButton::Bind (  )  [protected, virtual]
virtual void vtkKWPopupButton::UnBind (  )  [protected, virtual]
static vtkKWPopupButton* vtkKWPopupButton::New (  )  [static]

Reimplemented from vtkKWPushButton.

virtual const char* vtkKWPopupButton::GetClassName (  )  [virtual]

Reimplemented from vtkKWPushButton.

static int vtkKWPopupButton::IsTypeOf ( const char *  type  )  [static]

Reimplemented from vtkKWPushButton.

virtual int vtkKWPopupButton::IsA ( const char *  type  )  [virtual]

Reimplemented from vtkKWPushButton.

static vtkKWPopupButton* vtkKWPopupButton::SafeDownCast ( vtkObject *  o  )  [static]

Reimplemented from vtkKWPushButton.

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

Reimplemented from vtkKWPushButton.

virtual vtkKWTopLevel* vtkKWPopupButton::GetPopupTopLevel (  )  [virtual]
virtual vtkKWFrame* vtkKWPopupButton::GetPopupFrame (  )  [virtual]
virtual vtkKWPushButton* vtkKWPopupButton::GetPopupCloseButton (  )  [virtual]
virtual void vtkKWPopupButton::SetPopupTitle ( const char *  title  )  [virtual]
virtual void vtkKWPopupButton::UpdateEnableState (  )  [virtual]

Reimplemented from vtkKWPushButton.

virtual void vtkKWPopupButton::SetWithdrawCommand ( vtkObject *  object,
const char *  command 
) [virtual]
virtual void vtkKWPopupButton::DisplayPopupCallback (  )  [virtual]
virtual void vtkKWPopupButton::WithdrawPopupCallback (  )  [virtual]
virtual void vtkKWPopupButton::CreateWidget (  )  [protected, virtual]

Reimplemented from vtkKWPushButton.

virtual void vtkKWPopupButton::InvokeWithdrawCommand (  )  [protected, virtual]
virtual void vtkKWPopupButton::Bind (  )  [protected, virtual]
virtual void vtkKWPopupButton::UnBind (  )  [protected, virtual]

Member Data Documentation


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