KiCad PCB EDA Suite
|
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | POLICY_KEY_DATACOLLECTION wxT( "DataCollection" ) |
#define | POLICY_KEY_PCM wxT( "PluginAndContentManager" ) |
#define | POLICY_KEY_REQUESTS_CURL_REVOKE wxT( "curl\\SslRevoke" ) |
Enumerations | |
enum class | POLICY_CURL_SSL_REVOKE : std::uint32_t { DEFAULT = 0 , BEST_EFFORT = 1 , NONE = 2 } |
#define POLICY_KEY_DATACOLLECTION wxT( "DataCollection" ) |
Definition at line 30 of file policy_keys.h.
Referenced by APP_MONITOR::SENTRY::isConfiguredOptedIn(), APP_MONITOR::SENTRY::IsOptedIn(), and PANEL_DATA_COLLECTION::TransferDataToWindow().
#define POLICY_KEY_PCM wxT( "PluginAndContentManager" ) |
Definition at line 31 of file policy_keys.h.
Referenced by PANEL_KICAD_LAUNCHER::CreateLaunchers(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::OnIdle(), and KICAD_MANAGER_CONTROL::ShowPluginManager().
#define POLICY_KEY_REQUESTS_CURL_REVOKE wxT( "curl\\SslRevoke" ) |
Definition at line 32 of file policy_keys.h.
Referenced by KICAD_CURL_EASY::KICAD_CURL_EASY().
|
strong |
Enumerator | |
---|---|
DEFAULT | |
BEST_EFFORT | |
NONE |
Definition at line 34 of file policy_keys.h.