MKI_PARSE_OBJ_TEXTREFERENCE (Object Parser Classes) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

class MKI_PARSE_OBJ_TEXTREFERENCE

{

  public:

 

  MKI_BLOCK_POINT_PTR m_pStart,

                      m_pSplit,

  MKI_BLOCK_TEXT_PTR m_pText;

  MKI_BLOCK_TEXTSTANDARD_PTR m_pTextStd;

  MKI_BLOCK_TEXTREFERENCE_PTR m_pTextRef;

  MKI_BLOCK_T007_PTR m_pTemp;

 

  MKI_PARSE_OBJ_TEXTREFERENCE( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );

 

  MKI_POINT_REF

  PointStart( void );

 

  MKI_POINT_REF

  PointSplit( void );

 

  LPWSTR

  Text( void );

 

  MKI_TEXTSTANDARD_REF

  TextStandard( void );

 

  MKI_TEXTREFERENCE_REF

  TextReference( void );

 

  MKI_BLOCK_T007_REF

  Temp( void );

};

 

This class is used to parse an object of type MKI_OBJ_TEXTREFERENCE. For information about the internal data block structure of this object type, see Object 37 "Reference Text".

 

This parser only works if the object is complete, i.e. already contains all necessary data blocks with correct size information! For performance reasons, there is no internal testing whatsoever. All point and outline attributes in between are skipped.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH