Searched refs:m_model (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp219 { m_model = model; }
222 { return m_model->ChildRowAppended(); }
225 { return m_model->ChildRowPrepended(); }
228 { return m_model->ChildRowInserted( before ); }
231 { return m_model->ChildRowDeleted( row ); }
234 { return m_model->ChildRowChanged( row ); }
237 { return m_model->ChildValueChanged( col, row); }
240 { return m_model->ChildRowsReordered( new_order ); }
243 { return m_model->ChildCleared(); }
245 wxDataViewSortedListModel *m_model; member in class:wxDataViewSortedListModelNotifier
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h379 wxDataViewListModel *m_model; member in class:wxDataViewCtrlBase
398 m_model(NULL),
408 m_model(event.m_model),
418 wxDataViewModel* GetModel() const { return m_model; }
419 void SetModel( wxDataViewModel *model ) { m_model = model; }
436 wxDataViewModel *m_model; member in class:wxDataViewEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp122 wxDataViewListModel *m_model; member in class:wxDataViewTextCtrlWrapper
509 m_model = model;
522 wxDataViewListModel *m_model; member in class:wxDataViewDateRendererPopupTransient
543 m_model->SetValue( value, m_col, m_row );
544 m_model->ValueChanged( m_col, m_row );
797 m_model = model;
902 m_model->SetValue( variant, m_col, m_row );
903 m_model->ValueChanged( m_col, m_row );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp1288 m_model = model;
1305 wxDataViewListModel *m_model; member in class:wxDataViewDateRendererPopupTransient
1321 m_model->SetValue( value, m_col, m_row );
1322 m_model->ValueChanged( m_col, m_row );

Completed in 284 milliseconds