MKI_MULTI_COMMENT (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1

www.CAD6.com

C++ Syntax

class MKI_MULTI_COMMENT : public MKI_MULTI_BASE

{

  public:

 

  __int32 m_nSymbol,

          m_nProgress;

 

  void

  Init( void ); New in Version 2023.1

 

  void

  Fill(

 MKI_CONST_COMMENTDATA_REF f_rData ); New in Version 2023.1

 

  void

  Apply(

 MKI_COMMENTDATA_REF f_rData,

 bool f_fCopyAll ) const; New in Version 2023.1

};

 

This structure contains comment properties to be edited in a dialog window.

 

Element Description

m_nSymbol

[__int32] This value determines which symbol shall be displayed on-screen at the comment's position:

 

MKI_COMMENT_SYMBOL_PIN

A blue pin.

 

MKI_COMMENT_SYMBOL_BUBBLE

A yellow speech bubble.

 

MKI_COMMENT_SYMBOL_ARROW

A red arrow.

m_nProgress

[__int32] This value determines how far any work concerning the comment has proceeded. Allowed values are:

 

MKI_COMMENT_PROGRESS_NEW

New comment, has not been handled.

 

MKI_COMMENT_PROGRESS_WORKING

Working on the problem has started.

 

MKI_COMMENT_PROGRESS_SOLVED

The problem has been solved.

 

MKI_COMMENT_PROGRESS_CRITICAL

The problem is critical.

 

Comment

When using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements:

 

USE_SYMBOL

Apply the symbol m_nSymbol.

 

USE_PROGRESS

Apply the progress state m_nProgress.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH