IGSTK
|
Link widget classes with the view class. More...
#include <igstkViewProxy.h>
Public Types | |
typedef ViewProxy | Self |
typedef ViewProxyBase | Superclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
ViewProxy () | |
ViewProxy (WidgetType *widget) | |
virtual | ~ViewProxy () |
void | Connect (View *view) |
Connect the widget with the view. More... | |
void | SetRenderWindowSize (View *view, int width, int height) |
Set the RenderWindow size. More... | |
void | SetPickedPointCoordinates (View *view, double x, double y) |
Set the PickedPoint coordinates. More... | |
Additional Inherited Members | |
![]() | |
vtkRenderer * | GetRenderer (View *view) |
Get the VTK renderer. More... | |
vtkRenderWindowInteractor * | GetRenderWindowInteractor (View *view) |
Get the VTK RenderWindow interactor. More... | |
void | InitializeInteractor (View *view) |
Initialize VTK RenderWindow interactor. More... | |
void | SetRenderWindowSize (View *view, int width, int height) |
Set VTK RenderWindow Size. More... | |
void | SetPickedPointCoordinates (View *view, double xPickedPoint, double yPickedPoint) |
Set PickedPoint coordinates. More... | |
Link widget classes with the view class.
This class is a a proxy class designed to access private member data of the view class and pass the values to widget classes. This class is templated over widget type.
Definition at line 41 of file igstkViewProxy.h.
typedef ViewProxy igstk::ViewProxy< WidgetType >::Self |
Definition at line 45 of file igstkViewProxy.h.
typedef ViewProxyBase igstk::ViewProxy< WidgetType >::Superclass |
Definition at line 46 of file igstkViewProxy.h.
|
inline |
Definition at line 50 of file igstkViewProxy.h.
|
inline |
Definition at line 55 of file igstkViewProxy.h.
|
inlinevirtual |
Definition at line 60 of file igstkViewProxy.h.
|
virtual |
|
inline |
Connect the widget with the view.
Definition at line 63 of file igstkViewProxy.h.
|
inline |
Set the RenderWindow size.
Definition at line 84 of file igstkViewProxy.h.
|
inline |
Set the PickedPoint coordinates.
Definition at line 91 of file igstkViewProxy.h.