|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| TJunctionConversionKind | GetJunctionConversion () |
| void | SetJunctionConversion (TJunctionConversionKind Value) |
| int | GetMiterSize () |
| void | SetMiterSize (int Value) |
| bool | GetBatchMode () |
| void | SetBatchMode (bool Value) |
| bool | GetShowDialog () |
| void | SetShowDialog (bool Value) |
| void | Export_ToIniFile (DXP::IOptionsWriter *const OptionsWriter) |
| void | Import_FromIniFile (DXP::IOptionsReader *const OptionsReader) |
| void SCH::ISch_JunctionConvertSettings::Export_ToIniFile | ( | DXP::IOptionsWriter *const | OptionsWriter | ) |
| bool SCH::ISch_JunctionConvertSettings::GetBatchMode | ( | ) |
| TJunctionConversionKind SCH::ISch_JunctionConvertSettings::GetJunctionConversion | ( | ) |
| int SCH::ISch_JunctionConvertSettings::GetMiterSize | ( | ) |
| bool SCH::ISch_JunctionConvertSettings::GetShowDialog | ( | ) |
| void SCH::ISch_JunctionConvertSettings::Import_FromIniFile | ( | DXP::IOptionsReader *const | OptionsReader | ) |
| void SCH::ISch_JunctionConvertSettings::SetBatchMode | ( | bool | Value | ) |
| void SCH::ISch_JunctionConvertSettings::SetJunctionConversion | ( | TJunctionConversionKind | Value | ) |
| void SCH::ISch_JunctionConvertSettings::SetMiterSize | ( | int | Value | ) |
| void SCH::ISch_JunctionConvertSettings::SetShowDialog | ( | bool | Value | ) |