Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkKWView Class Reference

a view superclass More...

#include <vtkKWView.h>

Inheritance diagram for vtkKWView:

Inheritance graph
[legend]
Collaboration diagram for vtkKWView:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWView, vtkPVTracedWidget)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetupBindings ()
virtual void EditCopy ()
virtual vtkWindow * GetVTKWindow ()
void CreateDefaultPropertiesParent ()
virtual void PackProperties ()
vtkKWWidgetGetVTKWidget ()
virtual void ShowViewProperties ()
virtual void UnRegister (vtkObjectBase *o)
virtual void SetTitle (const char *)
virtual void Close ()
virtual void CreateViewProperties ()
virtual void SetInteractiveUpdateRate (float)
virtual float GetInteractiveUpdateRate ()
void SetStillUpdateRates (int count, float *rates)
virtual int GetNumberOfStillUpdates ()
float * GetStillUpdateRates ()
float GetStillUpdateRate (int i)
virtual void SetRenderMode (int)
virtual int GetRenderMode ()
void SetRenderModeToInteractive ()
void SetRenderModeToStill ()
void SetRenderModeToSingle ()
void SetRenderModeToDisabled ()
virtual int GetRenderState ()
virtual void SetRenderState (int)
virtual void RenderStateOn ()
virtual void RenderStateOff ()
virtual void SetSupportPrint (int)
virtual int GetSupportPrint ()
virtual void SupportPrintOn ()
virtual void SupportPrintOff ()
virtual void SetSupportCopy (int)
virtual int GetSupportCopy ()
virtual void SupportCopyOn ()
virtual void SupportCopyOff ()
virtual void SetSupportControlFrame (int)
virtual int GetSupportControlFrame ()
virtual void SupportControlFrameOn ()
virtual void SupportControlFrameOff ()
int ShouldIAbort ()
virtual vtkKWSegmentedProgressGaugeGetProgressGauge ()
virtual int CheckForOtherAbort ()
virtual void UpdateEnableState ()
virtual void SetInExpose (int)
virtual int GetInExpose ()
virtual void AButtonPress (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AButtonRelease (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AShiftButtonPress (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AShiftButtonRelease (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AControlButtonPress (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AControlButtonRelease (int vtkNotUsed(num), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void AKeyPress (char vtkNotUsed(key), int vtkNotUsed(x), int vtkNotUsed(y))
virtual void Button1Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void Button2Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void Button3Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ShiftButton1Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ShiftButton2Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ShiftButton3Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ControlButton1Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ControlButton2Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void ControlButton3Motion (int vtkNotUsed(x), int vtkNotUsed(y))
virtual void Exposed ()
virtual void Enter (int x, int y)
virtual void SaveAsImage ()
virtual void SaveAsImage (const char *filename)
virtual void PrintView ()
int GetPrinting ()
virtual void SetPrinting (int)
virtual vtkKWWindowGetParentWindow ()
void SetParentWindow (vtkKWWindow *)
virtual vtkViewport * GetViewport ()
virtual void SetupMemoryRendering (int width, int height, void *cd)
virtual void ResumeScreenRendering ()
virtual unsigned char * GetMemoryData ()
virtual void * GetMemoryDC ()
virtual vtkKWFrameGetPropertiesParent ()
void SetPropertiesParent (vtkKWFrame *)
virtual void Render ()
virtual void Reset ()
virtual void Select (vtkKWWindow *)
virtual void Deselect (vtkKWWindow *)
virtual void MakeSelected ()
virtual vtkKWNotebookGetNotebook ()
virtual vtkPVCornerAnnotationEditorGetCornerAnnotation ()
virtual void SetCornerTextColor (double rgb[3])
virtual double * GetCornerTextColor ()
void InteractOn ()
void InteractOff ()
virtual void SetRendererBackgroundColor (double r, double g, double b)
virtual void GetRendererBackgroundColor (double *r, double *g, double *b)
virtual void SetMenuEntryName (const char *)
virtual char * GetMenuEntryName ()
virtual void SetMenuEntryHelp (const char *)
virtual char * GetMenuEntryHelp ()
virtual void SetMenuEntryUnderline (int)
virtual int GetMenuEntryUnderline ()
virtual void SetSupportSaveAsImage (int)
virtual int GetSupportSaveAsImage ()
virtual void SupportSaveAsImageOn ()
virtual void SupportSaveAsImageOff ()
virtual vtkKWFrameGetControlFrame ()
virtual vtkRenderWindow * GetRenderWindow ()
virtual vtkRenderer * GetRenderer ()
virtual vtkRenderer * GetRenderer2D ()
virtual void SetUseProgressGauge (int)
virtual int GetUseProgressGauge ()
virtual void UseProgressGaugeOn ()
virtual void UseProgressGaugeOff ()

Static Public Member Functions

vtkKWViewNew ()

Protected Member Functions

 vtkKWView ()
 ~vtkKWView ()

Protected Attributes

vtkPVCornerAnnotationEditorCornerAnnotation
vtkKWNotebookNotebook
int InExpose
int SharedPropertiesParent
float Center [2]
vtkKWWindowParentWindow
vtkKWFramePropertiesParent
vtkKWWidgetVTKWidget
vtkKWLabelLabel
int UseProgressGauge
vtkKWSegmentedProgressGaugeProgressGauge
vtkKWFrameFrame
vtkKWFrameFrame2
vtkKWFrameControlFrame
vtkKWFrameWithScrollbarAnnotationPropertiesFrame
vtkKWFrameWithScrollbarGeneralPropertiesFrame
vtkKWFrameWithLabelColorsFrame
vtkKWChangeColorButtonRendererBackgroundColor
int PropertiesCreated
float InteractiveUpdateRate
float * StillUpdateRates
int NumberOfStillUpdates
int RenderMode
int RenderState
char * MenuEntryName
char * MenuEntryHelp
int MenuEntryUnderline
int Printing
int SupportSaveAsImage
int SupportPrint
int SupportCopy
int SupportControlFrame

Detailed Description

a view superclass

The view class normally sits within a vtkKWWindow and holds a vtkWindow. Normally you will not create this class but instead use the concrete subclasses such as vtkKWImageView and vtkKWRenderView.

Definition at line 59 of file vtkKWView.h.


Constructor & Destructor Documentation

vtkKWView::vtkKWView  )  [protected]
 

vtkKWView::~vtkKWView  )  [protected]
 


Member Function Documentation

vtkKWView* vtkKWView::New  )  [static]
 

Reimplemented from vtkPVTracedWidget.

Reimplemented in vtkPVRenderView.

vtkKWView::vtkTypeRevisionMacro vtkKWView  ,
vtkPVTracedWidget 
 

void vtkKWView::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkPVTracedWidget.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::SetupBindings  )  [virtual]
 

Sets up some default event handlers to allow users to manipulate the view etc.

virtual void vtkKWView::SetInExpose int   )  [virtual]
 

Used to queue up expose event prior to processing.

virtual int vtkKWView::GetInExpose  )  [virtual]
 

Used to queue up expose event prior to processing.

virtual void vtkKWView::AButtonPress int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 78 of file vtkKWView.h.

virtual void vtkKWView::AButtonRelease int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 80 of file vtkKWView.h.

virtual void vtkKWView::AShiftButtonPress int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 82 of file vtkKWView.h.

virtual void vtkKWView::AShiftButtonRelease int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 84 of file vtkKWView.h.

virtual void vtkKWView::AControlButtonPress int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 86 of file vtkKWView.h.

virtual void vtkKWView::AControlButtonRelease int   vtkNotUsed(num),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 88 of file vtkKWView.h.

virtual void vtkKWView::AKeyPress char   vtkNotUsed(key),
int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 90 of file vtkKWView.h.

virtual void vtkKWView::Button1Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 92 of file vtkKWView.h.

virtual void vtkKWView::Button2Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 93 of file vtkKWView.h.

virtual void vtkKWView::Button3Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 94 of file vtkKWView.h.

virtual void vtkKWView::ShiftButton1Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 95 of file vtkKWView.h.

virtual void vtkKWView::ShiftButton2Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 96 of file vtkKWView.h.

virtual void vtkKWView::ShiftButton3Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 97 of file vtkKWView.h.

virtual void vtkKWView::ControlButton1Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 98 of file vtkKWView.h.

virtual void vtkKWView::ControlButton2Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 99 of file vtkKWView.h.

virtual void vtkKWView::ControlButton3Motion int   vtkNotUsed(x),
int   vtkNotUsed(y)
[inline, virtual]
 

These are the event handlers that UIs can use or override.

Definition at line 100 of file vtkKWView.h.

virtual void vtkKWView::Exposed  )  [inline, virtual]
 

These are the event handlers that UIs can use or override.

Reimplemented in vtkPVRenderView.

Definition at line 101 of file vtkKWView.h.

virtual void vtkKWView::Enter int  x,
int  y
[virtual]
 

These are the event handlers that UIs can use or override.

virtual void vtkKWView::EditCopy  )  [virtual]
 

Handle the edit copy menu option.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::SaveAsImage  )  [virtual]
 

Handle the file save as image menu option.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::SaveAsImage const char *  filename  )  [virtual]
 

Handle the file save as image menu option.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::PrintView  )  [virtual]
 

Printthe image. This may pop up a dialog box etc.

Reimplemented in vtkPVRenderView.

int vtkKWView::GetPrinting  )  [inline]
 

Printthe image. This may pop up a dialog box etc.

Definition at line 125 of file vtkKWView.h.

virtual void vtkKWView::SetPrinting int   )  [virtual]
 

Printthe image. This may pop up a dialog box etc.

virtual vtkKWWindow* vtkKWView::GetParentWindow  )  [virtual]
 

Set the parent window if used so that additional features may be enabled. The parent window is the vtkKWWindow that contains the view.

Reimplemented from vtkKWWidget.

void vtkKWView::SetParentWindow vtkKWWindow  ) 
 

Set the parent window if used so that additional features may be enabled. The parent window is the vtkKWWindow that contains the view.

virtual vtkWindow* vtkKWView::GetVTKWindow  )  [virtual]
 

Return the RenderWindow or ImageWindow as appropriate.

virtual vtkViewport* vtkKWView::GetViewport  )  [virtual]
 

Return the Renderer or Imager as appropriate.

virtual void vtkKWView::SetupMemoryRendering int  width,
int  height,
void *  cd
[virtual]
 

Methods to support off screen rendering.

virtual void vtkKWView::ResumeScreenRendering  )  [virtual]
 

Methods to support off screen rendering.

virtual unsigned char* vtkKWView::GetMemoryData  )  [virtual]
 

Methods to support off screen rendering.

virtual void* vtkKWView::GetMemoryDC  )  [virtual]
 

Methods to support off screen rendering.

virtual vtkKWFrame* vtkKWView::GetPropertiesParent  )  [virtual]
 

Get the attachment point for the Composits properties. This attachment point may be obtained from the parent window if it has been set.

void vtkKWView::SetPropertiesParent vtkKWFrame  ) 
 

Get the attachment point for the Composits properties. This attachment point may be obtained from the parent window if it has been set.

void vtkKWView::CreateDefaultPropertiesParent  ) 
 

Make the properties show up in the view instead of the window or as a top level dialog.

virtual void vtkKWView::PackProperties  )  [virtual]
 

Make sure that the Views property parent is currently packed

virtual void vtkKWView::Render  )  [virtual]
 

Render the image.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::Reset  )  [inline, virtual]
 

Render the image.

Definition at line 171 of file vtkKWView.h.

vtkKWWidget* vtkKWView::GetVTKWidget  )  [inline]
 

Return the tk widget used for the vtkWindow. This widget is a child of the widget representing the view.

Definition at line 176 of file vtkKWView.h.

virtual void vtkKWView::Select vtkKWWindow  )  [virtual]
 

Methods to indicate when this view is the selected view.

virtual void vtkKWView::Deselect vtkKWWindow  )  [virtual]
 

Methods to indicate when this view is the selected view.

virtual void vtkKWView::MakeSelected  )  [virtual]
 

Methods to indicate when this view is the selected view.

virtual void vtkKWView::ShowViewProperties  )  [virtual]
 

Displays and/or updates the property ui display

virtual void vtkKWView::UnRegister vtkObjectBase o  )  [virtual]
 

Override Unregister since widgets have loops.

Reimplemented from vtkKWWidget.

virtual void vtkKWView::SetTitle const char *   )  [virtual]
 

Set the title of this view.

virtual vtkKWNotebook* vtkKWView::GetNotebook  )  [virtual]
 

Allow access to the notebook object.

virtual void vtkKWView::Close  )  [virtual]
 

Close the view - called from the vtkkwwindow. This default method will simply call Close() for all the composites. Can be overridden.

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::CreateViewProperties  )  [virtual]
 

Create the properties sheet, called by ShowViewProperties.

Reimplemented in vtkPVRenderView.

virtual vtkPVCornerAnnotationEditor* vtkKWView::GetCornerAnnotation  )  [virtual]
 

Allow access to the UI components of interest

virtual void vtkKWView::SetInteractiveUpdateRate float   )  [virtual]
 

virtual float vtkKWView::GetInteractiveUpdateRate  )  [virtual]
 

void vtkKWView::SetStillUpdateRates int  count,
float *  rates
 

virtual int vtkKWView::GetNumberOfStillUpdates  )  [virtual]
 

float* vtkKWView::GetStillUpdateRates  )  [inline]
 

Definition at line 216 of file vtkKWView.h.

float vtkKWView::GetStillUpdateRate int  i  )  [inline]
 

Definition at line 217 of file vtkKWView.h.

virtual void vtkKWView::SetRenderMode int   )  [virtual]
 

virtual int vtkKWView::GetRenderMode  )  [virtual]
 

void vtkKWView::SetRenderModeToInteractive  )  [inline]
 

Definition at line 223 of file vtkKWView.h.

References VTK_KW_INTERACTIVE_RENDER.

void vtkKWView::SetRenderModeToStill  )  [inline]
 

Definition at line 225 of file vtkKWView.h.

References VTK_KW_STILL_RENDER.

void vtkKWView::SetRenderModeToSingle  )  [inline]
 

Definition at line 227 of file vtkKWView.h.

References VTK_KW_SINGLE_RENDER.

void vtkKWView::SetRenderModeToDisabled  )  [inline]
 

Definition at line 229 of file vtkKWView.h.

References VTK_KW_DISABLED_RENDER.

virtual int vtkKWView::GetRenderState  )  [virtual]
 

virtual void vtkKWView::SetRenderState int   )  [virtual]
 

virtual void vtkKWView::RenderStateOn  )  [virtual]
 

virtual void vtkKWView::RenderStateOff  )  [virtual]
 

virtual void vtkKWView::SetCornerTextColor double  rgb[3]  )  [virtual]
 

Change the color of the corner annotation text

virtual double* vtkKWView::GetCornerTextColor  )  [virtual]
 

Change the color of the corner annotation text

void vtkKWView::InteractOn  ) 
 

Turn interactivity on / off - used for UI components that want interactive rendering while values are being modified.

void vtkKWView::InteractOff  ) 
 

Turn interactivity on / off - used for UI components that want interactive rendering while values are being modified.

virtual void vtkKWView::SetRendererBackgroundColor double  r,
double  g,
double  b
[virtual]
 

Set the background color

Reimplemented in vtkPVRenderView.

virtual void vtkKWView::GetRendererBackgroundColor double *  r,
double *  g,
double *  b
[virtual]
 

Set the background color

virtual void vtkKWView::SetMenuEntryName const char *   )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual char* vtkKWView::GetMenuEntryName  )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual void vtkKWView::SetMenuEntryHelp const char *   )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual char* vtkKWView::GetMenuEntryHelp  )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual void vtkKWView::SetMenuEntryUnderline int   )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual int vtkKWView::GetMenuEntryUnderline  )  [virtual]
 

Set the name to be used in the menu for the view properties sheet entry

virtual void vtkKWView::SetSupportSaveAsImage int   )  [virtual]
 

Options to enable / disable UI elements. Should be set before the UI is created.

virtual int vtkKWView::GetSupportSaveAsImage  )  [virtual]
 

Options to enable / disable UI elements. Should be set before the UI is created.

virtual void vtkKWView::SupportSaveAsImageOn  )  [virtual]
 

Options to enable / disable UI elements. Should be set before the UI is created.

virtual void vtkKWView::SupportSaveAsImageOff  )  [virtual]
 

Options to enable / disable UI elements. Should be set before the UI is created.

virtual void vtkKWView::SetSupportPrint int   )  [virtual]
 

virtual int vtkKWView::GetSupportPrint  )  [virtual]
 

virtual void vtkKWView::SupportPrintOn  )  [virtual]
 

virtual void vtkKWView::SupportPrintOff  )  [virtual]
 

virtual void vtkKWView::SetSupportCopy int   )  [virtual]
 

virtual int vtkKWView::GetSupportCopy  )  [virtual]
 

virtual void vtkKWView::SupportCopyOn  )  [virtual]
 

virtual void vtkKWView::SupportCopyOff  )  [virtual]
 

virtual void vtkKWView::SetSupportControlFrame int   )  [virtual]
 

virtual int vtkKWView::GetSupportControlFrame  )  [virtual]
 

virtual void vtkKWView::SupportControlFrameOn  )  [virtual]
 

virtual void vtkKWView::SupportControlFrameOff  )  [virtual]
 

virtual vtkKWFrame* vtkKWView::GetControlFrame  )  [virtual]
 

Get the control frame to put custom controls within

virtual vtkRenderWindow* vtkKWView::GetRenderWindow  )  [inline, virtual]
 

This class now longer owns these objects. I am providing these methods as temporary access to these objects. I plan to make these private.

Reimplemented in vtkPVRenderView.

Definition at line 299 of file vtkKWView.h.

virtual vtkRenderer* vtkKWView::GetRenderer  )  [inline, virtual]
 

This class now longer owns these objects. I am providing these methods as temporary access to these objects. I plan to make these private.

Reimplemented in vtkPVRenderView.

Definition at line 300 of file vtkKWView.h.

virtual vtkRenderer* vtkKWView::GetRenderer2D  )  [inline, virtual]
 

This class now longer owns these objects. I am providing these methods as temporary access to these objects. I plan to make these private.

Reimplemented in vtkPVRenderView.

Definition at line 301 of file vtkKWView.h.

int vtkKWView::ShouldIAbort  ) 
 

The guts of the abort check method. Made public so that it can be accessed by the render timer callback.

virtual void vtkKWView::SetUseProgressGauge int   )  [virtual]
 

Should I display the progress gauge in the title bar? By default, it is off.

virtual int vtkKWView::GetUseProgressGauge  )  [virtual]
 

Should I display the progress gauge in the title bar? By default, it is off.

virtual void vtkKWView::UseProgressGaugeOn  )  [virtual]
 

Should I display the progress gauge in the title bar? By default, it is off.

virtual void vtkKWView::UseProgressGaugeOff  )  [virtual]
 

Should I display the progress gauge in the title bar? By default, it is off.

virtual vtkKWSegmentedProgressGauge* vtkKWView::GetProgressGauge  )  [virtual]
 

virtual int vtkKWView::CheckForOtherAbort  )  [inline, virtual]
 

Check if the application needs to abort.

Definition at line 320 of file vtkKWView.h.

virtual void vtkKWView::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 vtkPVRenderView.


Member Data Documentation

vtkPVCornerAnnotationEditor* vtkKWView::CornerAnnotation [protected]
 

Definition at line 334 of file vtkKWView.h.

vtkKWNotebook* vtkKWView::Notebook [protected]
 

Definition at line 336 of file vtkKWView.h.

int vtkKWView::InExpose [protected]
 

Definition at line 337 of file vtkKWView.h.

int vtkKWView::SharedPropertiesParent [protected]
 

Definition at line 338 of file vtkKWView.h.

float vtkKWView::Center[2] [protected]
 

Definition at line 339 of file vtkKWView.h.

vtkKWWindow* vtkKWView::ParentWindow [protected]
 

Definition at line 340 of file vtkKWView.h.

vtkKWFrame* vtkKWView::PropertiesParent [protected]
 

Definition at line 341 of file vtkKWView.h.

vtkKWWidget* vtkKWView::VTKWidget [protected]
 

Definition at line 342 of file vtkKWView.h.

vtkKWLabel* vtkKWView::Label [protected]
 

Definition at line 343 of file vtkKWView.h.

int vtkKWView::UseProgressGauge [protected]
 

Definition at line 344 of file vtkKWView.h.

vtkKWSegmentedProgressGauge* vtkKWView::ProgressGauge [protected]
 

Definition at line 345 of file vtkKWView.h.

vtkKWFrame* vtkKWView::Frame [protected]
 

Definition at line 346 of file vtkKWView.h.

vtkKWFrame* vtkKWView::Frame2 [protected]
 

Definition at line 347 of file vtkKWView.h.

vtkKWFrame* vtkKWView::ControlFrame [protected]
 

Definition at line 348 of file vtkKWView.h.

vtkKWFrameWithScrollbar* vtkKWView::AnnotationPropertiesFrame [protected]
 

Definition at line 350 of file vtkKWView.h.

vtkKWFrameWithScrollbar* vtkKWView::GeneralPropertiesFrame [protected]
 

Definition at line 352 of file vtkKWView.h.

vtkKWFrameWithLabel* vtkKWView::ColorsFrame [protected]
 

Definition at line 353 of file vtkKWView.h.

vtkKWChangeColorButton* vtkKWView::RendererBackgroundColor [protected]
 

Definition at line 354 of file vtkKWView.h.

int vtkKWView::PropertiesCreated [protected]
 

Definition at line 359 of file vtkKWView.h.

float vtkKWView::InteractiveUpdateRate [protected]
 

Definition at line 361 of file vtkKWView.h.

float* vtkKWView::StillUpdateRates [protected]
 

Definition at line 362 of file vtkKWView.h.

int vtkKWView::NumberOfStillUpdates [protected]
 

Definition at line 363 of file vtkKWView.h.

int vtkKWView::RenderMode [protected]
 

Definition at line 364 of file vtkKWView.h.

int vtkKWView::RenderState [protected]
 

Definition at line 365 of file vtkKWView.h.

char* vtkKWView::MenuEntryName [protected]
 

Definition at line 367 of file vtkKWView.h.

char* vtkKWView::MenuEntryHelp [protected]
 

Definition at line 368 of file vtkKWView.h.

int vtkKWView::MenuEntryUnderline [protected]
 

Definition at line 369 of file vtkKWView.h.

int vtkKWView::Printing [protected]
 

Definition at line 371 of file vtkKWView.h.

int vtkKWView::SupportSaveAsImage [protected]
 

Definition at line 373 of file vtkKWView.h.

int vtkKWView::SupportPrint [protected]
 

Definition at line 374 of file vtkKWView.h.

int vtkKWView::SupportCopy [protected]
 

Definition at line 375 of file vtkKWView.h.

int vtkKWView::SupportControlFrame [protected]
 

Definition at line 376 of file vtkKWView.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:47:05 2006 for ParaView by doxygen 1.3.5