Searched refs:RowChanged (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.tex48 \membersection{wxDataViewListModelNotifier::RowChanged}\label{wxdataviewlistmodelnotifierrowchanged}
50 \func{bool}{RowChanged}{\param{unsigned int }{row}}
H A Ddataviewmodel.tex59 \helpref{RowChanged}{wxdataviewlistmodelrowchanged},
188 \membersection{wxDataViewListModel::RowChanged}\label{wxdataviewlistmodelrowchanged}
190 \func{virtual bool}{RowChanged}{\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.cpp114 bool wxDataViewListModel::RowChanged( unsigned int row ) function in class:wxDataViewListModel
122 if (!notifier->RowChanged( row ))
233 virtual bool RowChanged( unsigned int row ) function in class:wxDataViewSortedListModelNotifier
484 return wxDataViewListModel::RowChanged( start_pos );
657 bool wxDataViewSortedListModel::RowChanged( unsigned int row ) function in class:wxDataViewSortedListModel
660 bool ret = m_child->RowChanged( child_row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h79 virtual bool RowChanged( unsigned int row ) = 0;
146 virtual bool RowChanged( unsigned int row );
197 virtual bool RowChanged( unsigned int row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp152 bool RowChanged( unsigned int row );
244 virtual bool RowChanged( unsigned int row ) function in class:wxGenericDataViewListModelNotifier
245 { return m_mainWindow->RowChanged( row ); }
1037 bool wxDataViewMainWindow::RowChanged( unsigned int WXUNUSED(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.cpp724 virtual bool RowChanged( unsigned int row );
798 bool wxGtkDataViewListModelNotifier::RowChanged( unsigned int row ) function in class:wxGtkDataViewListModelNotifier

Completed in 45 milliseconds