Searched refs:m_spin (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp44 m_spin = spin;
53 if (event.GetEventType() == wxEVT_LEFT_DOWN && m_spin->ProcessEvent( event ))
70 if (l < m_spin->GetMin())
71 l = m_spin->GetMin();
72 if (l > m_spin->GetMax())
73 l = m_spin->GetMax();
81 if (l != m_spin->m_oldValue)
85 m_spin->m_btn->SetValue( l );
88 wxCommandEvent event(wxEVT_COMMAND_SPINCTRL_UPDATED, m_spin->GetId());
89 event.SetEventObject(m_spin);
126 wxSpinCtrl *m_spin; member in class:wxSpinCtrlText
175 wxSpinCtrl *m_spin; member in class:wxSpinCtrlButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinctrl.cpp44 m_spin = spin;
51 if ( m_spin->GetTextValue(&val) )
53 m_spin->GetSpinButton()->SetValue(val);
62 if (event.GetEventType() == wxEVT_LEFT_DOWN && m_spin->ProcessEvent( event ))
69 wxSpinCtrl *m_spin; member in class:wxSpinCtrlText
88 m_spin = spin;
97 m_spin->SetTextValue(eventSpin.GetPosition());
99 wxCommandEvent event(wxEVT_COMMAND_SPINCTRL_UPDATED, m_spin->GetId());
100 event.SetEventObject(m_spin);
103 m_spin
111 wxSpinCtrl *m_spin; member in class:wxSpinCtrlButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp58 m_spin = spin;
68 if ( m_spin->GetTextValue(&val) )
70 m_spin->GetSpinButton()->SetValue(val);
79 if (event.GetEventType() == wxEVT_LEFT_DOWN && m_spin->ProcessEvent( event ))
86 wxSpinCtrl *m_spin; member in class:wxSpinCtrlText
105 m_spin = spin;
116 m_spin->SetTextValue(eventSpin.GetPosition());
118 wxCommandEvent event(wxEVT_COMMAND_SPINCTRL_UPDATED, m_spin->GetId());
119 event.SetEventObject(m_spin);
122 m_spin
128 wxSpinCtrl *m_spin; member in class:wxSpinCtrlButton
[all...]

Completed in 43 milliseconds