| 
    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.
References NOT_CONFIGURED.
Referenced by PANEL_KICAD_LAUNCHER::CreateLaunchers(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), APP_MONITOR::SENTRY::isConfiguredOptedIn(), APP_MONITOR::SENTRY::IsOptedIn(), KICAD_MANAGER_FRAME::OnIdle(), KICAD_MANAGER_CONTROL::ShowPluginManager(), and PANEL_DATA_COLLECTION::TransferDataToWindow().
Definition at line 44 of file policy.h.
References GetPolicyEnumUInt(), and T.
Referenced by KICAD_CURL_EASY::KICAD_CURL_EASY().
| std::uint32_t KIPLATFORM::POLICY::GetPolicyEnumUInt | ( | const wxString & | aKey | ) | 
Definition at line 32 of file unix/policy.cpp.
Referenced by GetPolicyEnum().