QCAD
Open Source 2D CAD
RFocusListener Class Referenceabstract

Abstract base class for classes that are interested in the current focus. More...

#include <RFocusListener.h>

Inheritance diagram for RFocusListener:
RGuiAction

Public Member Functions

virtual void updateFocus (RDocumentInterface *di)=0
 Called by the document whenever the focus changed from one MDI to another. More...
 
virtual ~RFocusListener ()
 

Detailed Description

Abstract base class for classes that are interested in the current focus.

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

Constructor & Destructor Documentation

◆ ~RFocusListener()

virtual RFocusListener::~RFocusListener ( )
inlinevirtual

Member Function Documentation

◆ updateFocus()

virtual void RFocusListener::updateFocus ( RDocumentInterface di)
pure virtual

Called by the document whenever the focus changed from one MDI to another.

Parameters
diThe document interface that has now the focus.

Implemented in RGuiAction.


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