|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| bool | GetLive () |
| void | SetLive (bool AValue) |
| bool | GetRelease () |
| void | SetRelease (bool AValue) |
| bool | GetGoLiveAtStartup () |
| void | SetGoLiveAtStartup (bool AValue) |
| std::wstring | GetParameter (std::wstring const ParamName) |
| bool SCH::INexusWorkbenchPreferences::GetGoLiveAtStartup | ( | ) |
| bool SCH::INexusWorkbenchPreferences::GetLive | ( | ) |
| std::wstring SCH::INexusWorkbenchPreferences::GetParameter | ( | std::wstring const | ParamName | ) |
| bool SCH::INexusWorkbenchPreferences::GetRelease | ( | ) |
| void SCH::INexusWorkbenchPreferences::SetGoLiveAtStartup | ( | bool | AValue | ) |
| void SCH::INexusWorkbenchPreferences::SetLive | ( | bool | AValue | ) |
| void SCH::INexusWorkbenchPreferences::SetRelease | ( | bool | AValue | ) |