|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetActiveCommentThread (IEDMS_CommentThreadHolder *const ACommentThread) |
| IEDMS_CommentThreadHolder * | GetActiveCommentThread () |
| void | AddCommentThread (IEDMS_CommentThreadHolder *const ACommentThread) |
| IEDMS_CommentThreadHolder * | GetCommentThread (int const AIndex) |
| int | GetCommentThreadsCount () |
| void | ClearCommentThreads () |
| bool | SelectCommentThread (IEDMS_CommentThreadHolder *const ACommentThread) |
| IEDMS_CommentThreadHolder * | GetCommentThreadByGUID (std::wstring const AThreadGUID) |
| void DXP::ICommentedDocument::AddCommentThread | ( | IEDMS_CommentThreadHolder *const | ACommentThread | ) |
| void DXP::ICommentedDocument::ClearCommentThreads | ( | ) |
| IEDMS_CommentThreadHolder * DXP::ICommentedDocument::GetActiveCommentThread | ( | ) |
| IEDMS_CommentThreadHolder * DXP::ICommentedDocument::GetCommentThread | ( | int const | AIndex | ) |
| IEDMS_CommentThreadHolder * DXP::ICommentedDocument::GetCommentThreadByGUID | ( | std::wstring const | AThreadGUID | ) |
| int DXP::ICommentedDocument::GetCommentThreadsCount | ( | ) |
| bool DXP::ICommentedDocument::SelectCommentThread | ( | IEDMS_CommentThreadHolder *const | ACommentThread | ) |
| void DXP::ICommentedDocument::SetActiveCommentThread | ( | IEDMS_CommentThreadHolder *const | ACommentThread | ) |