FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcDbObjectIterator Class Reference

#include <AcDbObjectIterator.h>

Inheritance diagram for AcDbObjectIterator:
AcRxObject AcRTTIObject AcObject

Public Member Functions

 ACRX_DECLARE_MEMBERS (AcDbObjectIterator)
 
bool done (void) const
 
AcDbEntityentity (void)
 
AcDbObjectId objectId (void)
 
virtual ~AcDbObjectIterator (void)
 
void setPosition (AcDbEntity *)
 
void setPosition (AcDbObjectId)
 
void start (bool=true)
 
void step (bool=true, bool=true)
 
- Public Member Functions inherited from AcRxObject
virtual AcRxObjectqueryX (AcRxClass const *) const
 
AcRxObjectx (AcRxClass const *) const
 
virtual AcRxClassisA (void) const
 
virtual AcRxObjectclone (void) const
 
virtual AcRx::Ordering comparedTo (AcRxObject const *) const
 
virtual Acad::ErrorStatus copyFrom (AcRxObject const *)
 
virtual int isEqualTo (AcRxObject const *) const
 
bool isKindOf (const AcRxClass *pOtherClass) const
 
virtual ~AcRxObject (void)
 
- Public Member Functions inherited from AcRTTIObject
 AcRTTIObject ()
 
virtual ~AcRTTIObject ()
 
- Public Member Functions inherited from AcObject
 AcObject ()
 
 AcObject (const AcObject &source)
 
virtual ~AcObject ()
 
voiddata () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AcRxObject
static AcRxClass *__cdecl desc (void)
 
static AcRxObject *__cdecl cast (AcRxObject const *)
 
- Protected Member Functions inherited from AcRxObject
 AcRxObject (void)
 
virtual AcRxObjectsubQueryX (AcRxClass const *) const
 
- Protected Attributes inherited from AcObject
voidm_pData
 

Detailed Description

Definition at line 24 of file AcDbObjectIterator.h.

Constructor & Destructor Documentation

◆ ~AcDbObjectIterator()

virtual AcDbObjectIterator::~AcDbObjectIterator ( void )
virtual

Member Function Documentation

◆ ACRX_DECLARE_MEMBERS()

AcDbObjectIterator::ACRX_DECLARE_MEMBERS ( AcDbObjectIterator )

◆ done()

bool AcDbObjectIterator::done ( void ) const

◆ entity()

AcDbEntity * AcDbObjectIterator::entity ( void )

◆ objectId()

AcDbObjectId AcDbObjectIterator::objectId ( void )

◆ setPosition() [1/2]

void AcDbObjectIterator::setPosition ( AcDbEntity * )

◆ setPosition() [2/2]

void AcDbObjectIterator::setPosition ( AcDbObjectId )

◆ start()

void AcDbObjectIterator::start ( bool = true)

◆ step()

void AcDbObjectIterator::step ( bool = true,
bool = true )

The documentation for this class was generated from the following file: