|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| ILogReportOption * | Get_Options () |
| std::wstring | Get_ProjectName () |
| void | Set_ProjectName (std::wstring AValue) |
| ILogSection * | AddSection (std::wstring const ASectionName) |
| void | AddMessage (std::wstring const AMessage) |
| bool | WriteToFile (std::wstring const AOutputFilePath) |
| void | Clear () |
| void | GetReportStatus (int *AErrorCount, int *AWarningCount, int *AEventCount) |
| void PCB::ILogReport::AddMessage | ( | std::wstring const | AMessage | ) |
| ILogSection * PCB::ILogReport::AddSection | ( | std::wstring const | ASectionName | ) |
| void PCB::ILogReport::Clear | ( | ) |
| ILogReportOption * PCB::ILogReport::Get_Options | ( | ) |
| std::wstring PCB::ILogReport::Get_ProjectName | ( | ) |
| void PCB::ILogReport::GetReportStatus | ( | int * | AErrorCount, |
| int * | AWarningCount, | ||
| int * | AEventCount ) |
| void PCB::ILogReport::Set_ProjectName | ( | std::wstring | AValue | ) |
| bool PCB::ILogReport::WriteToFile | ( | std::wstring const | AOutputFilePath | ) |