MCPcopy Create free account
hub / github.com/audacity/audacity / DatePickerCtrlAx

Class DatePickerCtrlAx

src/TimerRecordDialog.cpp:120–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118#if wxUSE_ACCESSIBILITY
119
120class DatePickerCtrlAx final : public WindowAccessible
121{
122public:
123 DatePickerCtrlAx(wxDatePickerCtrl * ctrl) : WindowAccessible(ctrl), mCtrl(ctrl) {};
124
125 virtual ~ DatePickerCtrlAx() {};
126
127 // Returns a state constant.
128 wxAccStatus GetState(int childId, long *state) override;
129
130private:
131 wxDatePickerCtrl *mCtrl;
132};
133
134// Returns a state constant.
135wxAccStatus DatePickerCtrlAx::GetState(int WXUNUSED(childId), long *state)

Callers 1

PopulateOrExchangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected