GCAdapterConfigDiag: Make functions private where applicable
These don't need to be in the public interface.
This commit is contained in:
parent
c77d4a765d
commit
c5c7ff9fd6
|
@ -14,13 +14,13 @@ public:
|
||||||
GCAdapterConfigDiag(wxWindow* const parent, const wxString& name, const int tab_num = 0);
|
GCAdapterConfigDiag(wxWindow* const parent, const wxString& name, const int tab_num = 0);
|
||||||
~GCAdapterConfigDiag();
|
~GCAdapterConfigDiag();
|
||||||
|
|
||||||
|
private:
|
||||||
void ScheduleAdapterUpdate();
|
void ScheduleAdapterUpdate();
|
||||||
void UpdateAdapter(wxCommandEvent& ev);
|
void UpdateAdapter(wxCommandEvent& ev);
|
||||||
|
|
||||||
private:
|
|
||||||
wxStaticText* m_adapter_status;
|
|
||||||
int m_pad_id;
|
|
||||||
|
|
||||||
void OnAdapterRumble(wxCommandEvent& event);
|
void OnAdapterRumble(wxCommandEvent& event);
|
||||||
void OnAdapterKonga(wxCommandEvent& event);
|
void OnAdapterKonga(wxCommandEvent& event);
|
||||||
|
|
||||||
|
wxStaticText* m_adapter_status;
|
||||||
|
int m_pad_id;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue