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

Implementation of an operation that adds, modifies and deletes entities. More...

#include <RMixedOperation.h>

Inheritance diagram for RMixedOperation:
ROperation

List of all members.

Public Types

enum  Mode { NoMode = 0x0, UseCurrentAttributes = 0x1, Delete = 0x2 }

Public Member Functions

QSharedPointer< RObjectaddObject (const QSharedPointer< RObject > &obj, bool useCurrentAttributes=true)
virtual RTransaction apply (RDocument &document, bool preview=false) const
 Applies this operation to selection in the given document.
void deleteObject (const QSharedPointer< RObject > &obj)
 RMixedOperation (bool undoable=true)
virtual ~RMixedOperation ()
- Public Member Functions inherited from ROperation
RS::EntityType getEntityTypeFilter () const
 ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll)
virtual ~ROperation ()

Protected Member Functions

bool getMode (const RMixedOperation::Modes &modes, RMixedOperation::Mode mode) const
void setMode (RMixedOperation::Modes &modes, RMixedOperation::Mode mode, bool on=true)

Private Attributes

QList< QPair< QSharedPointer
< RObject >, Modes > > 
list

Additional Inherited Members

- Protected Attributes inherited from ROperation
RS::EntityType entityTypeFilter
bool undoable

Detailed Description

Implementation of an operation that adds, modifies and deletes entities.

Scriptable:
This class is wrapped for script environments.

Member Enumeration Documentation

Enumerator:
NoMode 
UseCurrentAttributes 
Delete 

Constructor & Destructor Documentation

RMixedOperation::RMixedOperation ( bool  undoable = true)
virtual RMixedOperation::~RMixedOperation ( )
inlinevirtual

Member Function Documentation

QSharedPointer< RObject > RMixedOperation::addObject ( const QSharedPointer< RObject > &  obj,
bool  useCurrentAttributes = true 
)
RTransaction RMixedOperation::apply ( RDocument document,
bool  preview = false 
) const
virtual

Applies this operation to selection in the given document.

This is used for both previews and the actual apply. In case of a preview, the given document is a temporary document with a storage that is linked to the real document for realistic condiditions for the preview.

Implements ROperation.

void RMixedOperation::deleteObject ( const QSharedPointer< RObject > &  obj)
bool RMixedOperation::getMode ( const RMixedOperation::Modes &  modes,
RMixedOperation::Mode  mode 
) const
protected
void RMixedOperation::setMode ( RMixedOperation::Modes &  modes,
RMixedOperation::Mode  mode,
bool  on = true 
)
protected

Member Data Documentation

QList<QPair<QSharedPointer<RObject>, Modes> > RMixedOperation::list
private

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