QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RCoordinateListenerAdapter Class Reference

This coordinate listener adapter emits signals on coordinate events. More...

#include <RCoordinateListenerAdapter.h>

Inheritance diagram for RCoordinateListenerAdapter:
RCoordinateListener

List of all members.

Signals

void coordinateUpdated (RDocumentInterface *documentInterface)

Public Member Functions

 RCoordinateListenerAdapter (QObject *parent=NULL)
virtual void updateCoordinate (RDocumentInterface *documentInterface)
virtual ~RCoordinateListenerAdapter ()
- Public Member Functions inherited from RCoordinateListener
virtual ~RCoordinateListener ()

Detailed Description

This coordinate listener adapter emits signals on coordinate events.

Used to simplify listening to coordinate events from QObjects, for instance from an ECMA script.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RCoordinateListenerAdapter::RCoordinateListenerAdapter ( QObject *  parent = NULL)
inline
virtual RCoordinateListenerAdapter::~RCoordinateListenerAdapter ( )
inlinevirtual

Member Function Documentation

void RCoordinateListenerAdapter::coordinateUpdated ( RDocumentInterface documentInterface)
signal
virtual void RCoordinateListenerAdapter::updateCoordinate ( RDocumentInterface documentInterface)
inlinevirtual

Implements RCoordinateListener.


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