Searched refs:RowInserted (Results 1 - 7 of 7) 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.tex60 \membersection{wxDataViewListModelNotifier::RowInserted}\label{wxdataviewlistmodelnotifierrowinserted}
62 \func{bool}{RowInserted}{\param{unsigned int }{before}}
H A Ddataviewmodel.tex62 \helpref{RowInserted}{wxdataviewlistmodelrowinserted},
200 \membersection{wxDataViewListModel::RowInserted}\label{wxdataviewlistmodelrowinserted}
202 \func{virtual bool}{RowInserted}{\param{unsigned int }{before}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp82 bool wxDataViewListModel::RowInserted( unsigned int before ) function in class:wxDataViewListModel
90 if (!notifier->RowInserted(before))
227 virtual bool RowInserted( unsigned int before ) function in class:wxDataViewSortedListModelNotifier
381 return wxDataViewListModel::RowInserted( pos );
403 return wxDataViewListModel::RowInserted( pos );
426 return wxDataViewListModel::RowInserted( pos );
634 bool wxDataViewSortedListModel::RowInserted( unsigned int WXUNUSED(before) ) 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.h77 virtual bool RowInserted( unsigned int before ) = 0;
144 virtual bool RowInserted( unsigned int before );
195 virtual bool RowInserted( unsigned int before );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp150 bool RowInserted( unsigned int before );
240 virtual bool RowInserted( unsigned int before ) function in class:wxGenericDataViewListModelNotifier
241 { return m_mainWindow->RowInserted( before ); }
1027 bool wxDataViewMainWindow::RowInserted( unsigned int WXUNUSED(before) ) function in class:wxDataViewMainWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp245 RowInserted( 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp722 virtual bool RowInserted( unsigned int before );
774 bool wxGtkDataViewListModelNotifier::RowInserted( unsigned int before ) function in class:wxGtkDataViewListModelNotifier

Completed in 104 milliseconds