Searched refs:RowsReordered (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.tex72 \membersection{wxDataViewListModelNotifier::RowsReordered}\label{wxdataviewlistmodelnotifierrowsreordered}
74 \func{bool}{RowsReordered}{\param{unsigned int* }{new\_order}}
H A Ddataviewmodel.tex64 \helpref{RowsReordered}{wxdataviewlistmodelrowsreordered} or
212 \membersection{wxDataViewListModel::RowsReordered}\label{wxdataviewlistmodelrowsreordered}
214 \func{virtual bool}{RowsReordered}{\param{unsigned int* }{new\_order}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp146 bool wxDataViewListModel::RowsReordered( unsigned int *new_order ) function in class:wxDataViewListModel
154 if (!notifier->RowsReordered( new_order ))
239 virtual bool RowsReordered( unsigned int *new_order ) function in class:wxDataViewSortedListModelNotifier
506 wxDataViewListModel::RowsReordered( order );
560 wxDataViewListModel::RowsReordered( order );
679 bool wxDataViewSortedListModel::RowsReordered( unsigned int *WXUNUSED(new_order) ) function in class:wxDataViewSortedListModel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h81 virtual bool RowsReordered( unsigned int *new_order ) = 0;
148 virtual bool RowsReordered( unsigned int *new_order );
199 virtual bool RowsReordered( unsigned int *new_order );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp154 bool RowsReordered( unsigned int *new_order );
248 virtual bool RowsReordered( unsigned int *new_order ) function in class:wxGenericDataViewListModelNotifier
249 { return m_mainWindow->RowsReordered( new_order ); }
1051 bool wxDataViewMainWindow::RowsReordered( unsigned int *WXUNUSED(new_order) ) 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.cpp726 virtual bool RowsReordered( unsigned int *new_order );
842 bool wxGtkDataViewListModelNotifier::RowsReordered( unsigned int *new_order ) function in class:wxGtkDataViewListModelNotifier
850 // This adds GTK+'s missing MVC logic for RowsReordered

Completed in 43 milliseconds