QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RClipboardListener 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 <RClipboardListener.h>

List of all members.

Public Member Functions

virtual void updateClipboardListener (const RDocument *document)=0
 Called by the document whenever the current clipboard changes.
virtual ~RClipboardListener ()

Detailed Description

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


Constructor & Destructor Documentation

virtual RClipboardListener::~RClipboardListener ( )
inlinevirtual

Member Function Documentation

virtual void RClipboardListener::updateClipboardListener ( const RDocument document)
pure virtual

Called by the document whenever the current clipboard changes.


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