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

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

#include <RSelectionListener.h>

Inheritance diagram for RSelectionListener:
RGuiAction RSelectionListenerAdapter

List of all members.

Public Member Functions

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

Detailed Description

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

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

virtual RSelectionListener::~RSelectionListener ( )
inlinevirtual

Member Function Documentation

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

Called by the document whenever the current clipboard changes.

Implemented in RGuiAction, and RSelectionListenerAdapter.


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