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

Event that is posted whenever a transaction happened. More...

#include <RTransactionEvent.h>

List of all members.

Public Member Functions

RS::EntityType getEntityTypeFilter () const
bool hasOnlyChanges ()
 RTransactionEvent (bool onlyChanges=false, RS::EntityType entityTypeFilter=RS::EntityAll)
virtual ~RTransactionEvent ()

Private Attributes

RS::EntityType entityTypeFilter
bool onlyChanges

Detailed Description

Event that is posted whenever a transaction happened.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RTransactionEvent::RTransactionEvent ( bool  onlyChanges = false,
RS::EntityType  entityTypeFilter = RS::EntityAll 
)
inline
virtual RTransactionEvent::~RTransactionEvent ( )
inlinevirtual

Member Function Documentation

RS::EntityType RTransactionEvent::getEntityTypeFilter ( ) const
inline
bool RTransactionEvent::hasOnlyChanges ( )
inline

Member Data Documentation

RS::EntityType RTransactionEvent::entityTypeFilter
private
bool RTransactionEvent::onlyChanges
private

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