![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
wxDataViewItem | GetPrevItem (wxDataViewCtrl const &aView, wxDataViewItem const &aItem) |
Get the previous item in list order. More... | |
wxDataViewItem | GetNextItem (wxDataViewCtrl const &aView, wxDataViewItem const &aItem) |
Get the next item in list order. More... | |
wxDataViewItem | GetPrevSibling (wxDataViewCtrl const &aView, wxDataViewItem const &aItem) |
Get the previous sibling of an item. More... | |
wxDataViewItem | GetNextSibling (wxDataViewCtrl const &aView, wxDataViewItem const &aItem) |
Get the next sibling of an item. More... | |
wxDataViewItem GetNextItem | ( | wxDataViewCtrl const & | aView, |
wxDataViewItem const & | aItem | ||
) |
Get the next item in list order.
aView | - a wxDataViewCtrl with valid model |
aItem | - a valid item in the model |
Definition at line 42 of file wxdataviewctrl_helpers.cpp.
References GetNextSibling().
Referenced by LIB_TREE::onQueryCharHook(), and WIDGET_HOTKEY_LIST::updateFromClientData().
wxDataViewItem GetNextSibling | ( | wxDataViewCtrl const & | aView, |
wxDataViewItem const & | aItem | ||
) |
Get the next sibling of an item.
aView | - awxDataViewCtrl with valid model |
aItem | - a valid item in the model |
Definition at line 99 of file wxdataviewctrl_helpers.cpp.
Referenced by GetNextItem().
wxDataViewItem GetPrevItem | ( | wxDataViewCtrl const & | aView, |
wxDataViewItem const & | aItem | ||
) |
Get the previous item in list order.
aView | - a wxDataViewCtrl with valid model |
aItem | - a valid item in the model |
Definition at line 23 of file wxdataviewctrl_helpers.cpp.
References GetPrevSibling().
Referenced by LIB_TREE::onQueryCharHook().
wxDataViewItem GetPrevSibling | ( | wxDataViewCtrl const & | aView, |
wxDataViewItem const & | aItem | ||
) |
Get the previous sibling of an item.
aView | - awxDataViewCtrl with valid model |
aItem | - a valid item in the model |
Definition at line 76 of file wxdataviewctrl_helpers.cpp.
Referenced by GetPrevItem().