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

Interface for explodable shape classes. More...

#include <RExplodable.h>

Inheritance diagram for RExplodable:
RPolyline RSpline RLeaderData RPolylineData RSolidData RSplineData

List of all members.

Public Member Functions

virtual QList< QSharedPointer
< RShape > > 
getExploded () const =0
virtual ~RExplodable ()

Detailed Description

Interface for explodable shape classes.

Scriptable:
This class is wrapped for script environments.
Shared Pointer Support:
Script wrappers of this class support wrapping in QSharedPointer.

Constructor & Destructor Documentation

virtual RExplodable::~RExplodable ( )
inlinevirtual

Member Function Documentation

virtual QList<QSharedPointer<RShape> > RExplodable::getExploded ( ) const
pure virtual

Implemented in RPolylineData, RSpline, RPolyline, and RLeaderData.


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