QCAD
Open Source 2D CAD
RCoordinateListener Class Referenceabstract

Abstract base class for classes that are interested in the current coordinate of the mouse cursor. More...

#include <RCoordinateListener.h>

Inheritance diagram for RCoordinateListener:
RRulerQt

Public Member Functions

virtual void updateCoordinate (RDocumentInterface *documentInterface)=0
 
virtual ~RCoordinateListener ()
 

Detailed Description

Abstract base class for classes that are interested in the current coordinate of the mouse cursor.

This can for example be a widget that displays the cursor coordinate.

Scriptable:\nThis class is available in script environments.\n

Constructor & Destructor Documentation

◆ ~RCoordinateListener()

virtual RCoordinateListener::~RCoordinateListener ( )
inlinevirtual

Member Function Documentation

◆ updateCoordinate()

virtual void RCoordinateListener::updateCoordinate ( RDocumentInterface documentInterface)
pure virtual

Implemented in RRulerQt.


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