KiCad PCB EDA Suite
|
Enumerations | |
enum class | PBOOL { ENABLED , DISABLED , NOT_CONFIGURED } |
Functions | |
PBOOL | GetPolicyBool (const wxString &aKey) |
std::uint32_t | GetPolicyEnumUInt (const wxString &aKey) |
template<typename T > | |
T | GetPolicyEnum (const wxString &aKey) |
|
strong |
KIPLATFORM::POLICY::PBOOL KIPLATFORM::POLICY::GetPolicyBool | ( | const wxString & | aKey | ) |
Definition at line 26 of file unix/policy.cpp.
Referenced by PANEL_KICAD_LAUNCHER::CreateLaunchers(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::OnIdle(), KICAD_MANAGER_CONTROL::ShowPluginManager(), and PANEL_DATA_COLLECTION::TransferDataToWindow().
T KIPLATFORM::POLICY::GetPolicyEnum | ( | const wxString & | aKey | ) |
Definition at line 44 of file policy.h.
References GetPolicyEnumUInt().
std::uint32_t KIPLATFORM::POLICY::GetPolicyEnumUInt | ( | const wxString & | aKey | ) |
Definition at line 32 of file unix/policy.cpp.
Referenced by GetPolicyEnum().