Hide menu
Loading...
Searching...
No Matches

Base class for drawing elements. More...

#include <cadex/Drawing/Element.hxx>

Inheritance diagram for cadex::Drawing::Element:
cadex::BaseObject cadex::Drawing::Dimension cadex::Drawing::Geometry cadex::Drawing::Hatch cadex::Drawing::Text cadex::Drawing::AngularDimension cadex::Drawing::DiametricDimension cadex::Drawing::LinearDimension cadex::Drawing::RadialDimension cadex::Drawing::CurveSet cadex::Drawing::PiecewiseContour cadex::Drawing::PointSet

Public Member Functions

void SetUuid (const Uuid &theUuid)
 
cadex::Uuid Uuid () const
 
void Accept (ElementVisitor &theVisitor) const
 
- Public Member Functions inherited from cadex::BaseObject
size_t Id () const
 Return unique identifier of public object.
 
internal::BaseObjectImpl * Impl () const
 
bool IsNull () const
 
 operator bool () const
 
template<typename T >
bool IsOfType () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 

Static Public Member Functions

static bool CompareType (const BaseObject &theObject)
 

Protected Member Functions

 Element (const ImplType &theImpl)
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Additional Inherited Members

- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 

Detailed Description

Base class for drawing elements.

Drawing elements are objects that are contained in views and define the contents of a drawing. They include 2D geometry and view instances.