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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewlistmodelnotifier.tex85 \membersection{wxDataViewListModelNotifier::ValueChanged}\label{wxdataviewlistmodelnotifiervaluechanged}
87 \func{bool}{ValueChanged}{\param{unsigned int }{col}, \param{unsigned int }{row}}
H A Ddataviewmodel.tex58 \helpref{ValueChanged}{wxdataviewlistmodelvaluechanged},
78 \helpref{ValueChanged}{wxdataviewlistmodelvaluechanged}
80 \helpref{wxDataListViewListModelNotifier::ValueChanged}{wxdataviewlistmodelnotifiervaluechanged}
226 \helpref{ValueChanged}{wxdataviewlistmodelvaluechanged} is called.
229 \membersection{wxDataViewListModel::ValueChanged}\label{wxdataviewlistmodelvaluechanged}
231 \func{virtual bool}{ValueChanged}{\param{unsigned int }{col}, \param{unsigned int }{row}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp130 bool wxDataViewListModel::ValueChanged( unsigned int col, unsigned int row ) function in class:wxDataViewListModel
138 if (!notifier->ValueChanged( col, row ))
236 virtual bool ValueChanged( unsigned int col, unsigned int row ) function in class:wxDataViewSortedListModelNotifier
538 return wxDataViewListModel::ValueChanged( col, start_pos );
668 bool wxDataViewSortedListModel::ValueChanged( unsigned int col, unsigned int row ) function in class:wxDataViewSortedListModel
671 bool ret = m_child->ValueChanged( col, child_row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h80 virtual bool ValueChanged( unsigned int col, unsigned int row ) = 0;
120 // set value, call ValueChanged() afterwards!
147 virtual bool ValueChanged( unsigned int col, unsigned int row );
189 // set value, call ValueChanged() afterwards!
198 virtual bool ValueChanged( unsigned int col, unsigned int row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp153 bool ValueChanged( unsigned int col, unsigned int row );
246 virtual bool ValueChanged( unsigned int col, unsigned int row ) function in class:wxGenericDataViewListModelNotifier
247 { return m_mainWindow->ValueChanged( col, row ); }
436 model->ValueChanged( col, row );
544 m_model->ValueChanged( m_col, m_row );
903 m_model->ValueChanged( m_col, m_row );
1042 bool wxDataViewMainWindow::ValueChanged( unsigned int WXUNUSED(col), unsigned int row ) function in class:wxDataViewMainWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp725 virtual bool ValueChanged( unsigned int col, unsigned int row );
810 bool wxGtkDataViewListModelNotifier::ValueChanged( unsigned int model_col, unsigned int model_row ) function in class:wxGtkDataViewListModelNotifier
812 // This adds GTK+'s missing MVC logic for ValueChanged
911 model->ValueChanged( model_col, model_row );
1053 model->ValueChanged( model_col, model_row );
1322 m_model->ValueChanged( m_col, m_row );

Completed in 161 milliseconds