CFx SDK Documentation  2020SP3
Static Public Member Functions | List of all members
OdDbTextIterator Class Reference

#include <DbTextIterator.h>

Inheritance diagram for OdDbTextIterator:
OdBaseTextIterator OdRxObject

Static Public Member Functions

static OdDbTextIteratorPtr createObject (const OdChar *textString, int length, bool raw, OdCodePageId codePageId, const OdGiTextStyle *pTextStyle)
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Additional Inherited Members

- Public Member Functions inherited from OdBaseTextIterator
virtual OdChar nextChar ()=0
 
virtual const OdCharacterPropertiescurrProperties () const =0
 
virtual const OdCharcurrPos () const =0
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
virtual void addRef ()=0
 
virtual void release ()=0
 
virtual long numRefs () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual void copyFrom (const OdRxObject *pSource)
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Detailed Description

This class can can be used to parse the text received in a client override of OdGiConveyorGeometry::textProc.

<group OdDb_Classes>

Definition at line 46 of file DbTextIterator.h.

Member Function Documentation

◆ createObject()

static OdDbTextIteratorPtr OdDbTextIterator::createObject ( const OdChar textString,
int  length,
bool  raw,
OdCodePageId  codePageId,
const OdGiTextStyle pTextStyle 
)
static

Creates an TextIterator object for the specified data.

Parameters
textString[in] Text string to be parsed.
length[in] Length of string in bytes.
raw[in] If and only if true, character sequences in the form of %c will be treated as raw text.
codePageId[in] Object ID of the Code Page of the text.
pTextStyle[in] Pointer to the TextStyle object associated with the specified text.
Returns
Returns a SmartPointer to the new OdDbTextIterator object.

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