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

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

#include <RTransactionListener.h>

Inheritance diagram for RTransactionListener:
RGuiAction

List of all members.

Public Member Functions

virtual void updateTransactionListener (const RDocument *document)=0
 Called by the document whenever the current transaction stack changes.
virtual ~RTransactionListener ()

Detailed Description

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

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

virtual RTransactionListener::~RTransactionListener ( )
inlinevirtual

Member Function Documentation

virtual void RTransactionListener::updateTransactionListener ( const RDocument document)
pure virtual

Called by the document whenever the current transaction stack changes.

Implemented in RGuiAction.


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