Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ViewServiceProxy Class Reference

#include <cxViewServiceProxy.h>

Inheritance diagram for cx::ViewServiceProxy:
cx::ViewService

Public Slots

virtual void aboutToStop ()
 
- Public Slots inherited from cx::ViewService
virtual void aboutToStop ()=0
 

Public Member Functions

 ViewServiceProxy (ctkPluginContext *pluginContext)
 
virtual ViewPtr get3DView (int group=0, int index=0)
 
virtual int getActiveGroupId () const
 
virtual ViewGroupDataPtr getGroup (int groupIdx) const
 
virtual void setRegistrationMode (REGISTRATION_STATUS mode)
 
virtual void autoShowData (DataPtr data)
 
virtual void enableRender (bool val)
 
virtual bool renderingIsEnabled () const
 
virtual QWidget * createLayoutWidget (QWidget *parent, int index)
 Get the specified layout widget, create if necessary. More...
 
virtual QWidget * getLayoutWidget (int index)
 Get the specified layout widget, NULL if not created. More...
 
virtual QString getActiveLayout (int widgetIndex=0) const
 
virtual void setActiveLayout (const QString &uid, int widgetIndex)
 
virtual ClippersPtr getClippers ()
 
virtual InteractiveCropperPtr getCropper ()
 
virtual CyclicActionLoggerPtr getRenderTimer ()
 
virtual NavigationPtr getNavigation ()
 
virtual LayoutRepositoryPtr getLayoutRepository ()
 
virtual CameraControlPtr getCameraControl ()
 
virtual QActionGroup * getInteractorStyleActionGroup ()
 
virtual void centerToImageCenterInActiveViewGroup ()
 
virtual void setCameraStyle (CAMERA_STYLE_TYPE style, int groupIdx)
 
virtual void addDefaultLayout (LayoutData layoutData)
 
bool isNull ()
 
- Public Member Functions inherited from cx::ViewService
RepContainerPtr get3DReps (int group=0, int index=0)
 
unsigned groupCount () const
 
virtual void deactivateLayout ()
 
ViewGroupDataPtr getActiveViewGroup ()
 

Static Public Member Functions

static ViewServicePtr create (ctkPluginContext *pluginContext)
 
- Static Public Member Functions inherited from cx::ViewService
static ViewServicePtr getNullObject ()
 

Additional Inherited Members

- Signals inherited from cx::ViewService
void fps (int number)
 Emits number of frames per second. More...
 
void activeLayoutChanged ()
 emitted when the active layout changes More...
 
void activeViewChanged ()
 emitted when the active view changes More...
 
void renderingEnabledChanged ()
 emitted then rendering is enabled/disabled More...
 
void pointSampled (Vector3D p_r)
 
void renderFinished ()
 

Detailed Description

Definition at line 45 of file cxViewServiceProxy.h.

Constructor & Destructor Documentation

cx::ViewServiceProxy::ViewServiceProxy ( ctkPluginContext *  pluginContext)

Definition at line 49 of file cxViewServiceProxy.cpp.

Member Function Documentation

void cx::ViewServiceProxy::aboutToStop ( )
virtualslot

Definition at line 123 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::addDefaultLayout ( LayoutData  layoutData)
virtual

Implements cx::ViewService.

Definition at line 203 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::autoShowData ( cx::DataPtr  data)
virtual

Implements cx::ViewService.

Definition at line 128 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::centerToImageCenterInActiveViewGroup ( )
virtual

Implements cx::ViewService.

Definition at line 193 of file cxViewServiceProxy.cpp.

ViewServicePtr cx::ViewServiceProxy::create ( ctkPluginContext *  pluginContext)
static

Definition at line 44 of file cxViewServiceProxy.cpp.

QWidget * cx::ViewServiceProxy::createLayoutWidget ( QWidget *  parent,
int  index 
)
virtual

Get the specified layout widget, create if necessary.

Implements cx::ViewService.

Definition at line 143 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::enableRender ( bool  val)
virtual

Implements cx::ViewService.

Definition at line 133 of file cxViewServiceProxy.cpp.

ViewPtr cx::ViewServiceProxy::get3DView ( int  group = 0,
int  index = 0 
)
virtual

Implements cx::ViewService.

Definition at line 56 of file cxViewServiceProxy.cpp.

int cx::ViewServiceProxy::getActiveGroupId ( ) const
virtual

Implements cx::ViewService.

Definition at line 61 of file cxViewServiceProxy.cpp.

QString cx::ViewServiceProxy::getActiveLayout ( int  widgetIndex = 0) const
virtual

Implements cx::ViewService.

Definition at line 153 of file cxViewServiceProxy.cpp.

CameraControlPtr cx::ViewServiceProxy::getCameraControl ( )
virtual

Implements cx::ViewService.

Definition at line 183 of file cxViewServiceProxy.cpp.

cx::ClippersPtr cx::ViewServiceProxy::getClippers ( )
virtual

Implements cx::ViewService.

Definition at line 208 of file cxViewServiceProxy.cpp.

InteractiveCropperPtr cx::ViewServiceProxy::getCropper ( )
virtual

Implements cx::ViewService.

Definition at line 163 of file cxViewServiceProxy.cpp.

ViewGroupDataPtr cx::ViewServiceProxy::getGroup ( int  groupIdx) const
virtual

Implements cx::ViewService.

Definition at line 66 of file cxViewServiceProxy.cpp.

QActionGroup * cx::ViewServiceProxy::getInteractorStyleActionGroup ( )
virtual

Implements cx::ViewService.

Definition at line 188 of file cxViewServiceProxy.cpp.

LayoutRepositoryPtr cx::ViewServiceProxy::getLayoutRepository ( )
virtual

Implements cx::ViewService.

Definition at line 178 of file cxViewServiceProxy.cpp.

QWidget * cx::ViewServiceProxy::getLayoutWidget ( int  index)
virtual

Get the specified layout widget, NULL if not created.

Implements cx::ViewService.

Definition at line 148 of file cxViewServiceProxy.cpp.

NavigationPtr cx::ViewServiceProxy::getNavigation ( )
virtual

Implements cx::ViewService.

Definition at line 173 of file cxViewServiceProxy.cpp.

CyclicActionLoggerPtr cx::ViewServiceProxy::getRenderTimer ( )
virtual

Implements cx::ViewService.

Definition at line 168 of file cxViewServiceProxy.cpp.

bool cx::ViewServiceProxy::isNull ( )
virtual

Implements cx::ViewService.

Definition at line 118 of file cxViewServiceProxy.cpp.

bool cx::ViewServiceProxy::renderingIsEnabled ( ) const
virtual

Implements cx::ViewService.

Definition at line 138 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::setActiveLayout ( const QString &  uid,
int  widgetIndex 
)
virtual

Implements cx::ViewService.

Definition at line 158 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::setCameraStyle ( CAMERA_STYLE_TYPE  style,
int  groupIdx 
)
virtual

Implements cx::ViewService.

Definition at line 198 of file cxViewServiceProxy.cpp.

void cx::ViewServiceProxy::setRegistrationMode ( REGISTRATION_STATUS  mode)
virtual

Implements cx::ViewService.

Definition at line 71 of file cxViewServiceProxy.cpp.


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