|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | Import_FromOptionsReader (IOptionsReader *const OptionsReader) |
| void | Export_ToOptionsWriter (IOptionsWriter *const OptionsWriter) |
| std::wstring | GetOutputName () |
| bool | GetGenerate () |
| bool | GetShow () |
| std::wstring | GetXSLTFilename () |
| std::wstring | GetReportName () |
| void | SetOutputName (std::wstring const Value) |
| void | SetGenerate (bool const Value) |
| void | SetShow (bool const Value) |
| void | SetXSLTFilename (std::wstring const Value) |
| Public Member Functions inherited from DXP::IAssociatedWithBitmap | |
| TColor | GetBitmapFileMaskColor () |
| std::wstring | GetBitmapFile () |
| void | SetBitmapFileMaskColor (TColor const Value) |
| void | SetBitmapFile (std::wstring const Str) |
| void DXP::IReportOutputTransformation::Export_ToOptionsWriter | ( | IOptionsWriter *const | OptionsWriter | ) |
| bool DXP::IReportOutputTransformation::GetGenerate | ( | ) |
| std::wstring DXP::IReportOutputTransformation::GetOutputName | ( | ) |
| std::wstring DXP::IReportOutputTransformation::GetReportName | ( | ) |
| bool DXP::IReportOutputTransformation::GetShow | ( | ) |
| std::wstring DXP::IReportOutputTransformation::GetXSLTFilename | ( | ) |
| void DXP::IReportOutputTransformation::Import_FromOptionsReader | ( | IOptionsReader *const | OptionsReader | ) |
| void DXP::IReportOutputTransformation::SetGenerate | ( | bool const | Value | ) |
| void DXP::IReportOutputTransformation::SetOutputName | ( | std::wstring const | Value | ) |
| void DXP::IReportOutputTransformation::SetShow | ( | bool const | Value | ) |
| void DXP::IReportOutputTransformation::SetXSLTFilename | ( | std::wstring const | Value | ) |