QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RSelectionListener Class Referenceabstract

Abstract base class for classes that are interested in the current selection and want to be notified whenever the selection changes. More...

#include <RSelectionListener.h>

Inheritance diagram for RSelectionListener:
RGuiAction

Public Member Functions

virtual void updateSelectionListener (RDocumentInterface *documentInterface)=0
 Called by the document whenever the current selection changes.
 
virtual ~RSelectionListener ()
 

Detailed Description

Abstract base class for classes that are interested in the current selection and want to be notified whenever the selection changes.

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

Constructor & Destructor Documentation

◆ ~RSelectionListener()

virtual RSelectionListener::~RSelectionListener ( )
inlinevirtual

Member Function Documentation

◆ updateSelectionListener()

virtual void RSelectionListener::updateSelectionListener ( RDocumentInterface * documentInterface)
pure virtual

Called by the document whenever the current selection changes.

Implemented in RGuiAction.


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