![]() |
MKI_MULTI_COMMENT (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass 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 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 Descriptionm_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_ARROW1 New in Version 2025.1 A wide red arrow. MKI_COMMENT_SYMBOL_ARROW2 New in Version 2025.1 A narrow green arrow. MKI_COMMENT_SYMBOL_TRIANGLE New in Version 2025.1 A small orange triangle. 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.
CommentWhen 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 2025.1 - Copyright 2025 Malz++Kassner® GmbH