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

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

#include <cxActiveImageProxy.h>

Inheritance diagram for cx::ActiveImageProxy:

Signals

void activeImageChanged (const QString &uid)
 The original image changed signal from DataManager. More...
 
void transformChanged ()
 
void propertiesChanged ()
 
void landmarkRemoved (QString uid)
 
void landmarkAdded (QString uid)
 
void vtkImageDataChanged ()
 
void transferFunctionsChanged ()
 
void clipPlanesChanged ()
 
void cropBoxChanged ()
 

Public Member Functions

 ActiveImageProxy (ActiveDataPtr activeData)
 
 ~ActiveImageProxy ()
 

Static Public Member Functions

static ActiveImageProxyPtr New (ActiveDataPtr activeData)
 

Detailed Description

Helper class for connection the active image.

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

Date
Oct 18, 2011
Author
Ole Vegard Solberg, SINTEF

Definition at line 61 of file cxActiveImageProxy.h.

Constructor & Destructor Documentation

cx::ActiveImageProxy::ActiveImageProxy ( ActiveDataPtr  activeData)

Definition at line 41 of file cxActiveImageProxy.cpp.

cx::ActiveImageProxy::~ActiveImageProxy ( )

Definition at line 50 of file cxActiveImageProxy.cpp.

Member Function Documentation

void cx::ActiveImageProxy::activeImageChanged ( const QString &  uid)
signal

The original image changed signal from DataManager.

void cx::ActiveImageProxy::clipPlanesChanged ( )
signal
void cx::ActiveImageProxy::cropBoxChanged ( )
signal
void cx::ActiveImageProxy::landmarkAdded ( QString  uid)
signal
void cx::ActiveImageProxy::landmarkRemoved ( QString  uid)
signal
static ActiveImageProxyPtr cx::ActiveImageProxy::New ( ActiveDataPtr  activeData)
inlinestatic

Definition at line 65 of file cxActiveImageProxy.h.

void cx::ActiveImageProxy::propertiesChanged ( )
signal
void cx::ActiveImageProxy::transferFunctionsChanged ( )
signal
void cx::ActiveImageProxy::transformChanged ( )
signal
void cx::ActiveImageProxy::vtkImageDataChanged ( )
signal

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