Fraxinus  2023.01.05-dev+develop.0da12
An IGT application
cx::SpaceListener Class Referenceabstract

Class that listens to changes in a coordinate system, and emits a signal if that system changes. More...

#include <cxSpaceListener.h>

Inheritance diagram for cx::SpaceListener:
cx::SpaceListenerImpl

Signals

void changed ()
 

Public Member Functions

virtual ~SpaceListener ()
 
virtual void setSpace (CoordinateSystem space)=0
 
virtual CoordinateSystem getSpace () const =0
 

Detailed Description

Class that listens to changes in a coordinate system, and emits a signal if that system changes.

Date
21.02.2014, 2014
Author
christiana

Definition at line 30 of file cxSpaceListener.h.

Constructor & Destructor Documentation

virtual cx::SpaceListener::~SpaceListener ( )
inlinevirtual

Definition at line 35 of file cxSpaceListener.h.

Member Function Documentation

void cx::SpaceListener::changed ( )
signal
virtual CoordinateSystem cx::SpaceListener::getSpace ( ) const
pure virtual

Implemented in cx::SpaceListenerImpl.

virtual void cx::SpaceListener::setSpace ( CoordinateSystem  space)
pure virtual

Implemented in cx::SpaceListenerImpl.


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