|
Altium C++ SDK 3.0
|
#include <EDP.Embedded.Interfaces.h>
Public Member Functions | |
| void | LoadDefaults () |
| void | ShowConfiguration (bool AShow) |
| void | AddListener (IToolchainManagerConfigurationListener *AListener) |
| std::wstring | GetControlState (std::wstring AId) |
| void | SetControlState (std::wstring AId, std::wstring AValue) |
| Public Member Functions inherited from Embedded::IToolchainManagerGenericOptionDlg | |
| void | SaveOptions () |
| Public Member Functions inherited from DXP::IExternalForm | |
| void | SetParentWindow (IExternalFormHolder *const ParentWindow) |
| void | ParentWindowCreated () |
| void | ParentWindowDestroyed () |
| void | GetBounds (int *ALeft, int *ATop, int *AWidth, int *AHeight) |
| std::wstring | GetCaption () |
| long | GetHandle () |
| void | Hide () |
| void | SetBounds (int ALeft, int ATop, int AWidth, int AHeight) |
| void | SetFocus () |
| void | Show () |
| void | FocusFirstTabStop () |
| void Embedded::IToolchainManagerOptionDlg::AddListener | ( | IToolchainManagerConfigurationListener * | AListener | ) |
| std::wstring Embedded::IToolchainManagerOptionDlg::GetControlState | ( | std::wstring | AId | ) |
| void Embedded::IToolchainManagerOptionDlg::LoadDefaults | ( | ) |
| void Embedded::IToolchainManagerOptionDlg::SetControlState | ( | std::wstring | AId, |
| std::wstring | AValue ) |
| void Embedded::IToolchainManagerOptionDlg::ShowConfiguration | ( | bool | AShow | ) |