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

Implementation of an operation that adds entities. More...

#include <RAddObjectOperation.h>

Inheritance diagram for RAddObjectOperation:
RAddObjectsOperation ROperation RModifyObjectOperation

List of all members.

Public Member Functions

 RAddObjectOperation ()
 RAddObjectOperation (QSharedPointer< RObject > object, bool useCurrentAttributes=true, bool undoable=true)
virtual ~RAddObjectOperation ()
- Public Member Functions inherited from RAddObjectsOperation
void addObject (const QSharedPointer< RObject > &object, bool useCurrentAttributes=true)
virtual RTransaction apply (RDocument &document, bool preview=false) const
 Applies this operation to selection in the given document.
int getPreviewCounter () const
 RAddObjectsOperation (bool undoable=true)
 RAddObjectsOperation (QList< QSharedPointer< RObject > > &list, bool useCurrentAttributes=true, bool undoable=true)
void setLimitPreview (bool on)
virtual ~RAddObjectsOperation ()
- Public Member Functions inherited from ROperation
RS::EntityType getEntityTypeFilter () const
 ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll)
virtual ~ROperation ()

Detailed Description

Implementation of an operation that adds entities.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RAddObjectOperation::RAddObjectOperation ( )
inline
RAddObjectOperation::RAddObjectOperation ( QSharedPointer< RObject object,
bool  useCurrentAttributes = true,
bool  undoable = true 
)
virtual RAddObjectOperation::~RAddObjectOperation ( )
inlinevirtual

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