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. | |
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) | |
Iterator over sheets of a drawing.
Has a Java-inspired interface and iteration logic.