KiCad PCB EDA Suite
|
#include <panel_data_collection.h>
Public Member Functions | |
PANEL_DATA_COLLECTION (wxWindow *aParent) | |
void | ResetPanel () override |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Member Functions | |
bool | TransferDataFromWindow () override |
bool | TransferDataToWindow () override |
virtual void | OnResetIdClick (wxCommandEvent &aEvent) override |
Protected Attributes | |
wxStaticText * | m_stExplanation |
wxCheckBox * | m_cbOptIn |
wxTextCtrl * | m_sentryUid |
wxButton * | m_buttonResetId |
Private Member Functions | |
void | applySettingsToPanel () |
Definition at line 34 of file panel_data_collection.h.
PANEL_DATA_COLLECTION::PANEL_DATA_COLLECTION | ( | wxWindow * | aParent | ) |
Definition at line 39 of file panel_data_collection.cpp.
|
private |
Definition at line 76 of file panel_data_collection.cpp.
References PANEL_DATA_COLLECTION_BASE::m_cbOptIn, and Pgm().
Referenced by ResetPanel(), and TransferDataToWindow().
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
overrideprotectedvirtual |
Reimplemented from PANEL_DATA_COLLECTION_BASE.
Definition at line 82 of file panel_data_collection.cpp.
References PANEL_DATA_COLLECTION_BASE::m_sentryUid, and Pgm().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 70 of file panel_data_collection.cpp.
References applySettingsToPanel().
|
overrideprotected |
Definition at line 62 of file panel_data_collection.cpp.
References PANEL_DATA_COLLECTION_BASE::m_cbOptIn, and Pgm().
|
overrideprotected |
Definition at line 45 of file panel_data_collection.cpp.
References applySettingsToPanel(), KIPLATFORM::POLICY::GetPolicyBool(), PANEL_DATA_COLLECTION_BASE::m_sentryUid, KIPLATFORM::POLICY::NOT_CONFIGURED, Pgm(), and POLICY_KEY_DATACOLLECTION.
|
protectedinherited |
Definition at line 42 of file panel_data_collection_base.h.
Referenced by PANEL_DATA_COLLECTION_BASE::PANEL_DATA_COLLECTION_BASE(), and PANEL_DATA_COLLECTION_BASE::~PANEL_DATA_COLLECTION_BASE().
|
protectedinherited |
Definition at line 40 of file panel_data_collection_base.h.
Referenced by applySettingsToPanel(), PANEL_DATA_COLLECTION_BASE::PANEL_DATA_COLLECTION_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 41 of file panel_data_collection_base.h.
Referenced by OnResetIdClick(), PANEL_DATA_COLLECTION_BASE::PANEL_DATA_COLLECTION_BASE(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 39 of file panel_data_collection_base.h.
Referenced by PANEL_DATA_COLLECTION_BASE::PANEL_DATA_COLLECTION_BASE().