Iterates over views of a drawing sheet. More...
#include <cadex/Drawing/Sheet.hxx>
Public Member Functions | |
ViewIterator (const Sheet &theSheet) | |
Constructor. | |
bool | HasNext () const |
Returns true if the iterator can be advanced with Next(). | |
const View & | Next () |
Returns the current view 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) | |
Iterates over views of a drawing sheet.
Has a Java-inspired interface and iteration logic.