Searched refs:m_bIgnoreNextTextCtrlUpdate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dclrpickercmn.cpp99 if (m_bIgnoreNextTextCtrlUpdate)
102 m_bIgnoreNextTextCtrlUpdate = false;
128 // SetValue() we set the m_bIgnoreNextTextCtrlUpdate flag...
129 m_bIgnoreNextTextCtrlUpdate = true;
H A Dfilepickercmn.cpp120 if (m_bIgnoreNextTextCtrlUpdate)
123 m_bIgnoreNextTextCtrlUpdate = false;
157 // SetValue() we set the m_bIgnoreNextTextCtrlUpdate flag...
158 m_bIgnoreNextTextCtrlUpdate = true;
H A Dfontpickercmn.cpp128 if (m_bIgnoreNextTextCtrlUpdate)
131 m_bIgnoreNextTextCtrlUpdate = false;
160 // SetValue() we set the m_bIgnoreNextTextCtrlUpdate flag...
161 m_bIgnoreNextTextCtrlUpdate = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dclrpicker.h94 wxColourPickerCtrl() : m_bIgnoreNextTextCtrlUpdate(false) {}
103 : m_bIgnoreNextTextCtrlUpdate(false)
145 bool m_bIgnoreNextTextCtrlUpdate; member in class:wxColourPickerCtrl
H A Dfontpicker.h100 : m_bIgnoreNextTextCtrlUpdate(false),
116 : m_bIgnoreNextTextCtrlUpdate(false),
166 bool m_bIgnoreNextTextCtrlUpdate; member in class:wxFontPickerCtrl
H A Dfilepicker.h101 wxFileDirPickerCtrlBase() : m_bIgnoreNextTextCtrlUpdate(false) {}
155 bool m_bIgnoreNextTextCtrlUpdate; member in class:wxFileDirPickerCtrlBase

Completed in 137 milliseconds