Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_PMIGraphicalElement::ComponentIterator Class Reference

Iterator over added components. More...

#include <cadex/ModelData_PMIGraphicalElement.hxx>

Public Member Functions

 ComponentIterator (const ModelData_PMIGraphicalElement &theElement)
 
bool HasNext () const
 
const ModelData_PMIGraphicalElementComponentNext () const
 
ModelData_PMIGraphicalElementComponentNext ()
 

Protected Attributes

internal::Base_Handle myImpl
 

Detailed Description

Iterator over added components.

Supports a Java style iterator.

Constructor & Destructor Documentation

◆ ComponentIterator()

cadex::ModelData_PMIGraphicalElement::ComponentIterator::ComponentIterator ( const ModelData_PMIGraphicalElement theElement)

Iterates over components in the order in which they were added with the AddComponent() method.