Searched refs:RowDeleted (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.tex54 \membersection{wxDataViewListModelNotifier::RowDeleted}\label{wxdataviewlistmodelnotifierrowdeleted}
56 \func{bool}{RowDeleted}{\param{unsigned int }{row}}
H A Ddataviewmodel.tex63 \helpref{RowDeleted}{wxdataviewlistmodelrowdeleted},
194 \membersection{wxDataViewListModel::RowDeleted}\label{wxdataviewlistmodelrowdeleted}
196 \func{virtual bool}{RowDeleted}{\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.cpp98 bool wxDataViewListModel::RowDeleted( unsigned int row ) function in class:wxDataViewListModel
106 if (!notifier->RowDeleted( row ))
230 virtual bool RowDeleted( unsigned int row ) function in class:wxDataViewSortedListModelNotifier
456 return wxDataViewListModel::RowDeleted( (unsigned int) pos);
645 bool wxDataViewSortedListModel::RowDeleted( unsigned int row ) function in class:wxDataViewSortedListModel
649 bool ret = m_child->RowDeleted( child_row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h78 virtual bool RowDeleted( unsigned int row ) = 0;
145 virtual bool RowDeleted( unsigned int row );
196 virtual bool RowDeleted( unsigned int row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp151 bool RowDeleted( unsigned int row );
242 virtual bool RowDeleted( unsigned int row ) function in class:wxGenericDataViewListModelNotifier
243 { return m_mainWindow->RowDeleted( row ); }
1032 bool wxDataViewMainWindow::RowDeleted( unsigned int WXUNUSED(row) ) 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.cpp251 RowDeleted( index );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp723 virtual bool RowDeleted( unsigned int row );
788 bool wxGtkDataViewListModelNotifier::RowDeleted( unsigned int row ) function in class:wxGtkDataViewListModelNotifier

Completed in 212 milliseconds