Fraxinus  2023.01.05-dev+develop.0da12
An IGT application
cx::ActiveToolProxy Class Reference

Helper class for connecting to the active tool.By listening to this class, you will always listen to the active tool. More...

#include <cxActiveToolProxy.h>

Inheritance diagram for cx::ActiveToolProxy:

Signals

void activeToolChanged (const QString &)
 
void toolTransformAndTimestamp (Transform3D matrix, double timestamp)
 
void toolVisible (bool visible)
 
void tooltipOffset (double offset)
 
void toolProbeSector ()
 
void tps (int)
 

Public Member Functions

ToolPtr getTool ()
 

Static Public Member Functions

static ActiveToolProxyPtr New (TrackingServicePtr trackingService)
 

Detailed Description

Helper class for connecting to the active tool.

By listening to this class, you will always listen to the active tool.

Date
Sep 9, 2011
Author
christiana

Definition at line 40 of file cxActiveToolProxy.h.

Member Function Documentation

void cx::ActiveToolProxy::activeToolChanged ( const QString &  )
signal
ToolPtr cx::ActiveToolProxy::getTool ( )
inline

Definition at line 50 of file cxActiveToolProxy.h.

static ActiveToolProxyPtr cx::ActiveToolProxy::New ( TrackingServicePtr  trackingService)
inlinestatic

Definition at line 45 of file cxActiveToolProxy.h.

void cx::ActiveToolProxy::toolProbeSector ( )
signal
void cx::ActiveToolProxy::tooltipOffset ( double  offset)
signal
void cx::ActiveToolProxy::toolTransformAndTimestamp ( Transform3D  matrix,
double  timestamp 
)
signal
void cx::ActiveToolProxy::toolVisible ( bool  visible)
signal
void cx::ActiveToolProxy::tps ( int  )
signal

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