Iterator over sheets of a drawing. More...
#include <cadex/Drawing/Drawing.hxx>
Public Member Functions | |
SheetIterator (const Drawing &theDrawing) | |
Constructor. | |
bool | HasNext () const |
Returns true if the iterator can be advanced with Next(). | |
const Sheet & | Next () |
Returns the current sheet and advances the iterator. | |
![]() | |
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 | |
![]() | |
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
![]() | |
BaseObject (const ImplType &theImpl) | |
Iterator over sheets of a drawing.
Has a Java-inspired interface and iteration logic.