|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | Export_ToIni () |
| void | Import_FromIni () |
| bool | SchShowCommentThreads () |
| int | SchCommentThreadColorSetCount () |
| bool | SchCommentThreadColorSetDetails (int AIndex, TColor *AColor, TColor *AColorGradient1, TColor *AColorGradient2) |
| TAlignment | SchCommentThreadTextAlignment () |
| int | SchCommentThreadTextMargin () |
| TColor | SchCommentThreadTextColor () |
| void | SchCommentThreadFontDetails (std::wstring *AFontName, int *ASize, TFontStylesSet &AStyle) |
| void | SchCommentThreadReferenceDetails (TColor *ALineColor, int *ALineWidth, TPenStyle *ALineStyle) |
| bool | PCBShowCommentThreads () |
| TColor | PCBCommentThreadTextColor () |
| void | PCBCommentThreadReferenceDetails (TColor *ALineColor, int *ALineWidth) |
| void | PCBCommentThreadMaskAreaDetails (TColor *AAreaColor, float *AAreaAlpha) |
| void | SetSchShowCommentThreads (bool const AValue) |
| void | SetPCBShowCommentThreads (bool const AValue) |
| void DXP::IEDMS_CommentsServicePreferences::Export_ToIni | ( | ) |
| void DXP::IEDMS_CommentsServicePreferences::Import_FromIni | ( | ) |
| void DXP::IEDMS_CommentsServicePreferences::PCBCommentThreadMaskAreaDetails | ( | TColor * | AAreaColor, |
| float * | AAreaAlpha ) |
| void DXP::IEDMS_CommentsServicePreferences::PCBCommentThreadReferenceDetails | ( | TColor * | ALineColor, |
| int * | ALineWidth ) |
| TColor DXP::IEDMS_CommentsServicePreferences::PCBCommentThreadTextColor | ( | ) |
| bool DXP::IEDMS_CommentsServicePreferences::PCBShowCommentThreads | ( | ) |
| int DXP::IEDMS_CommentsServicePreferences::SchCommentThreadColorSetCount | ( | ) |
| bool DXP::IEDMS_CommentsServicePreferences::SchCommentThreadColorSetDetails | ( | int | AIndex, |
| TColor * | AColor, | ||
| TColor * | AColorGradient1, | ||
| TColor * | AColorGradient2 ) |
| void DXP::IEDMS_CommentsServicePreferences::SchCommentThreadFontDetails | ( | std::wstring * | AFontName, |
| int * | ASize, | ||
| TFontStylesSet & | AStyle ) |
| void DXP::IEDMS_CommentsServicePreferences::SchCommentThreadReferenceDetails | ( | TColor * | ALineColor, |
| int * | ALineWidth, | ||
| TPenStyle * | ALineStyle ) |
| TAlignment DXP::IEDMS_CommentsServicePreferences::SchCommentThreadTextAlignment | ( | ) |
| TColor DXP::IEDMS_CommentsServicePreferences::SchCommentThreadTextColor | ( | ) |
| int DXP::IEDMS_CommentsServicePreferences::SchCommentThreadTextMargin | ( | ) |
| bool DXP::IEDMS_CommentsServicePreferences::SchShowCommentThreads | ( | ) |
| void DXP::IEDMS_CommentsServicePreferences::SetPCBShowCommentThreads | ( | bool const | AValue | ) |
| void DXP::IEDMS_CommentsServicePreferences::SetSchShowCommentThreads | ( | bool const | AValue | ) |