Hide menu
Loading...
Searching...
No Matches
cadex::Drawing::Drawing::LayerIterator Class Reference

Iterator over layers of a drawing. More...

#include <cadex/Drawing/Drawing.hxx>

Inheritance diagram for cadex::Drawing::Drawing::LayerIterator:
cadex::BaseObject

Public Member Functions

 LayerIterator (const Drawing &theDrawing)
 Constructor.
 
bool HasNext () const
 Returns true if the iterator can be advanced with Next().
 
const LayerNext ()
 Returns the current sheet and advances the iterator.
 
- 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.
 

Additional Inherited Members

- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Detailed Description

Iterator over layers of a drawing.

Has a Java-inspired interface and iteration logic.