vtkKWMimxViewPropertiesGroup Class Reference

#include <vtkKWMimxViewPropertiesGroup.h>

Inheritance diagram for vtkKWMimxViewPropertiesGroup:
vtkKWTopLevel

List of all members.

Public Member Functions

void DisplayModeCallback (int mode)
void ElementSetDisplayPropertyCallback ()
void ElementSetVisibilityCallback (int index, int flag)
int GetItemRow ()
void LineWidthCallback (double width)
void OpacityCallback (double width)
void PrintSelf (ostream &os, vtkIndent indent)
void RepresentationCallback (int type)
virtual void SetActorColor (double color[3])
virtual void SetElementSetColor (double color[3])
void SetElementSetList ()
void SetElementSizeFromScaleCallback (double scale)
void SetItemId (const char *id)
void SetItemName (const char *item)
void SetMeshDisplayPropertyCallback ()
virtual void SetOutlineColor (double color[3])
void SetViewProperties ()
virtual void Update ()
virtual void UpdateEnableState ()
 vtkGetMacro (ElementsHighlighted, int)
 vtkGetObjectMacro (MainFrame, vtkKWFrameWithLabel)
 vtkGetObjectMacro (MimxMainWindow, vtkKWMimxMainWindow)
 vtkSetMacro (SelectionRow, int)
 vtkSetObjectMacro (ObjectList, vtkLocalLinkedListWrapper)
 vtkSetObjectMacro (MultiColumnList, vtkKWMultiColumnListWithScrollbars)
 vtkSetObjectMacro (DoUndoTree, vtkLinkedListWrapperTree)
 vtkSetObjectMacro (MimxMainWindow, vtkKWMimxMainWindow)
 vtkTypeRevisionMacro (vtkKWMimxViewPropertiesGroup, vtkKWTopLevel)

Static Public Member Functions

static
vtkKWMimxViewPropertiesGroup
New ()

Protected Member Functions

virtual void CreateWidget ()
 vtkKWMimxViewPropertiesGroup ()
 ~vtkKWMimxViewPropertiesGroup ()

Protected Attributes

vtkKWChangeColorButton * ActorColorButton
vtkKWPushButtonCloseButton
vtkKWFrameWithLabelColorFrame
vtkKWMenuButtonWithLabelColorMenuButton
vtkKWMenuButtonWithLabelDisplayLabels
vtkKWMenuButtonWithLabelDisplayModeButton
vtkKWMenuButtonWithLabelDisplayStyleMenuButton
vtkLinkedListWrapperTreeDoUndoTree
vtkKWRange * ElementColorRange
vtkKWChangeColorButton * ElementDataColorButton
vtkKWFrameWithLabelElementDataFrame
vtkKWMenuButtonWithLabelElementDataMenuButton
vtkKWMultiColumnListWithScrollbars * ElementSetList
int ElementsHighlighted
vtkKWFrameWithLabelElementSizeFrame
vtkKWSpinBoxWithLabel * ElementSizeScale
bool inializedElementSetList
char ItemId [64]
char ItemName [256]
vtkKWSpinBoxWithLabel * LinewidthThumbwheel
vtkKWFrameWithLabelMainFrame
vtkKWMimxMainWindowMimxMainWindow
vtkKWMultiColumnListWithScrollbars * MultiColumnList
vtkKWFrameWithLabelNodeDataFrame
vtkKWMenuButtonWithLabelNodeDataMenuButton
vtkLocalLinkedListWrapperObjectList
vtkKWLabel * ObjectNameLabel
vtkKWSpinBoxWithLabel * OpacityThumbwheel
vtkKWCheckButtonWithLabel * OutlineButton
vtkKWChangeColorButton * OutlineColorButton
vtkKWCheckButtonWithLabel * OverrideColorButton
vtkKWFrameWithLabelPropertyFrame
int SelectionRow
vtkKWFrameWithLabelStyleFrame

Private Member Functions

void operator= (const vtkKWMimxViewPropertiesGroup &)
 vtkKWMimxViewPropertiesGroup (const vtkKWMimxViewPropertiesGroup &)

Constructor & Destructor Documentation

vtkKWMimxViewPropertiesGroup::vtkKWMimxViewPropertiesGroup (  )  [protected]
vtkKWMimxViewPropertiesGroup::~vtkKWMimxViewPropertiesGroup (  )  [protected]
vtkKWMimxViewPropertiesGroup::vtkKWMimxViewPropertiesGroup ( const vtkKWMimxViewPropertiesGroup  )  [private]

Member Function Documentation

void vtkKWMimxViewPropertiesGroup::CreateWidget ( void   )  [protected, virtual]
void vtkKWMimxViewPropertiesGroup::DisplayModeCallback ( int  mode  ) 
void vtkKWMimxViewPropertiesGroup::ElementSetDisplayPropertyCallback (  ) 
void vtkKWMimxViewPropertiesGroup::ElementSetVisibilityCallback ( int  index,
int  flag 
)
int vtkKWMimxViewPropertiesGroup::GetItemRow (  ) 
void vtkKWMimxViewPropertiesGroup::LineWidthCallback ( double  width  ) 
static vtkKWMimxViewPropertiesGroup* vtkKWMimxViewPropertiesGroup::New (  )  [static]

Referenced by CreateWidget().

void vtkKWMimxViewPropertiesGroup::OpacityCallback ( double  width  ) 
void vtkKWMimxViewPropertiesGroup::operator= ( const vtkKWMimxViewPropertiesGroup  )  [private]
void vtkKWMimxViewPropertiesGroup::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkKWMimxViewPropertiesGroup::RepresentationCallback ( int  type  ) 
virtual void vtkKWMimxViewPropertiesGroup::SetActorColor ( double  color[3]  )  [virtual]
virtual void vtkKWMimxViewPropertiesGroup::SetElementSetColor ( double  color[3]  )  [virtual]
void vtkKWMimxViewPropertiesGroup::SetElementSetList (  ) 
void vtkKWMimxViewPropertiesGroup::SetElementSizeFromScaleCallback ( double  scale  ) 
void vtkKWMimxViewPropertiesGroup::SetItemId ( const char id  ) 
void vtkKWMimxViewPropertiesGroup::SetItemName ( const char item  ) 
void vtkKWMimxViewPropertiesGroup::SetMeshDisplayPropertyCallback (  ) 
virtual void vtkKWMimxViewPropertiesGroup::SetOutlineColor ( double  color[3]  )  [virtual]
void vtkKWMimxViewPropertiesGroup::SetViewProperties (  ) 
void vtkKWMimxViewPropertiesGroup::Update ( void   )  [virtual]

References UpdateEnableState().

void vtkKWMimxViewPropertiesGroup::UpdateEnableState ( void   )  [virtual]

Referenced by Update().

vtkKWMimxViewPropertiesGroup::vtkGetMacro ( ElementsHighlighted  ,
int   
)
vtkKWMimxViewPropertiesGroup::vtkGetObjectMacro ( MainFrame  ,
vtkKWFrameWithLabel   
)
vtkKWMimxViewPropertiesGroup::vtkGetObjectMacro ( MimxMainWindow  ,
vtkKWMimxMainWindow   
)
vtkKWMimxViewPropertiesGroup::vtkSetMacro ( SelectionRow  ,
int   
)
vtkKWMimxViewPropertiesGroup::vtkSetObjectMacro ( ObjectList  ,
vtkLocalLinkedListWrapper   
)
vtkKWMimxViewPropertiesGroup::vtkSetObjectMacro ( MultiColumnList  ,
vtkKWMultiColumnListWithScrollbars   
)
vtkKWMimxViewPropertiesGroup::vtkSetObjectMacro ( DoUndoTree  ,
vtkLinkedListWrapperTree   
)
vtkKWMimxViewPropertiesGroup::vtkSetObjectMacro ( MimxMainWindow  ,
vtkKWMimxMainWindow   
)
vtkKWMimxViewPropertiesGroup::vtkTypeRevisionMacro ( vtkKWMimxViewPropertiesGroup  ,
vtkKWTopLevel   
)

Member Data Documentation

vtkKWChangeColorButton* vtkKWMimxViewPropertiesGroup::ActorColorButton [protected]
vtkKWChangeColorButton* vtkKWMimxViewPropertiesGroup::ElementDataColorButton [protected]
vtkKWMultiColumnListWithScrollbars* vtkKWMimxViewPropertiesGroup::ElementSetList [protected]
vtkKWSpinBoxWithLabel* vtkKWMimxViewPropertiesGroup::ElementSizeScale [protected]
vtkKWSpinBoxWithLabel* vtkKWMimxViewPropertiesGroup::LinewidthThumbwheel [protected]
vtkKWMultiColumnListWithScrollbars* vtkKWMimxViewPropertiesGroup::MultiColumnList [protected]
vtkKWSpinBoxWithLabel* vtkKWMimxViewPropertiesGroup::OpacityThumbwheel [protected]
vtkKWCheckButtonWithLabel* vtkKWMimxViewPropertiesGroup::OutlineButton [protected]
vtkKWChangeColorButton* vtkKWMimxViewPropertiesGroup::OutlineColorButton [protected]
vtkKWCheckButtonWithLabel* vtkKWMimxViewPropertiesGroup::OverrideColorButton [protected]

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

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1