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

Abstract base class for classes that are interested in being notified whenever the current pen changes. More...

#include <RPenListener.h>

Inheritance diagram for RPenListener:
RPenListenerAdapter

List of all members.

Public Member Functions

virtual void clearPen ()=0
 This method is called to signal that no document is currently active.
virtual void updatePen (RDocumentInterface *documentInterface)=0
 This method is called whenever the current pen has changed.
virtual ~RPenListener ()

Detailed Description

Abstract base class for classes that are interested in being notified whenever the current pen changes.

This can for example be a widget that displays the current pen.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

virtual RPenListener::~RPenListener ( )
inlinevirtual

Member Function Documentation

virtual void RPenListener::clearPen ( )
pure virtual

This method is called to signal that no document is currently active.

Implemented in RPenListenerAdapter.

virtual void RPenListener::updatePen ( RDocumentInterface documentInterface)
pure virtual

This method is called whenever the current pen has changed.

Implemented in RPenListenerAdapter.


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