vtkKWPopupFrame Class Reference

a popup frame More...

#include <vtkKWPopupFrame.h>

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

List of all members.

Public Types

typedef vtkKWCompositeWidget Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void UpdateEnableState ()



virtual void SetPopupMode (int)
virtual int GetPopupMode ()
virtual void PopupModeOn ()
virtual void PopupModeOff ()
virtual vtkKWPopupButtonGetPopupButton ()
virtual vtkKWFrameWithLabelGetFrame ()

Static Public Member Functions

static vtkKWPopupFrameNew ()
static int IsTypeOf (const char *type)
static vtkKWPopupFrameSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWPopupFrame ()
 ~vtkKWPopupFrame ()
virtual void CreateWidget ()

Protected Attributes

int PopupMode
vtkKWPopupButtonPopupButton
vtkKWFrameWithLabelFrame

Detailed Description

a popup frame

A class that provides a frame that can be collapsed as a popup button.

Definition at line 28 of file vtkKWPopupFrame.h.


Member Typedef Documentation


Constructor & Destructor Documentation

vtkKWPopupFrame::vtkKWPopupFrame (  )  [protected]
vtkKWPopupFrame::~vtkKWPopupFrame (  )  [protected]

Member Function Documentation

static vtkKWPopupFrame* vtkKWPopupFrame::New (  )  [static]
virtual const char* vtkKWPopupFrame::GetClassName (  )  [virtual]
static int vtkKWPopupFrame::IsTypeOf ( const char *  type  )  [static]
virtual int vtkKWPopupFrame::IsA ( const char *  type  )  [virtual]
static vtkKWPopupFrame* vtkKWPopupFrame::SafeDownCast ( vtkObject o  )  [static]
void vtkKWPopupFrame::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
virtual void vtkKWPopupFrame::SetPopupMode ( int   )  [virtual]

Display the frame as a popup. This has to be called before Create().

virtual int vtkKWPopupFrame::GetPopupMode (  )  [virtual]

Display the frame as a popup. This has to be called before Create().

virtual void vtkKWPopupFrame::PopupModeOn (  )  [virtual]

Display the frame as a popup. This has to be called before Create().

virtual void vtkKWPopupFrame::PopupModeOff (  )  [virtual]

Display the frame as a popup. This has to be called before Create().

virtual vtkKWPopupButton* vtkKWPopupFrame::GetPopupButton (  )  [virtual]

Access to sub-widgets

virtual vtkKWFrameWithLabel* vtkKWPopupFrame::GetFrame (  )  [virtual]

Display the frame as a popup. This has to be called before Create().

virtual void vtkKWPopupFrame::UpdateEnableState (  )  [virtual]

Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.

Reimplemented from vtkKWWidget.

Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.

virtual void vtkKWPopupFrame::CreateWidget (  )  [protected, virtual]

Member Data Documentation

int vtkKWPopupFrame::PopupMode [protected]

Definition at line 68 of file vtkKWPopupFrame.h.

Definition at line 70 of file vtkKWPopupFrame.h.

Definition at line 71 of file vtkKWPopupFrame.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Tue Apr 27 02:36:27 2010 for KWWidgets by  doxygen 1.6.1