Searched refs:OnGetItemAttr (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.h91 virtual wxListItemAttr *OnGetItemAttr(long item) const;
H A Dlisttest.cpp1118 wxListItemAttr *MyListCtrl::OnGetItemAttr(long item) const function in class:MyListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h254 virtual wxListItemAttr *OnGetItemAttr(long item) const;
H A Dlistctrl.cpp2370 ld->SetAttr(listctrl->OnGetItemAttr(line));
5862 wxGenericListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const
5865 _T("invalid item index in OnGetItemAttr()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h234 virtual wxListItemAttr *OnGetItemAttr(long item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h307 virtual wxListItemAttr *OnGetItemAttr(long item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h428 virtual wxListItemAttr *OnGetItemAttr(long item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h524 virtual wxListItemAttr* OnGetItemAttr(long lItem) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h387 virtual wxListItemAttr *OnGetItemAttr(long item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp612 wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex27 \helpref{OnGetItemAttr}{wxlistctrlongetitemattr}) to return the information
694 \membersection{wxListCtrl::OnGetItemAttr}\label{wxlistctrlongetitemattr}
696 \constfunc{virtual wxListItemAttr *}{OnGetItemAttr}{\param{long }{item}}
704 return the same wxListItemAttr pointer for every OnGetItemAttr call.
733 \helpref{OnGetItemAttr}{wxlistctrlongetitemattr}
750 \helpref{OnGetItemAttr}{wxlistctrlongetitemattr}
765 \helpref{OnGetItemAttr}{wxlistctrlongetitemattr}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp587 virtual wxListItemAttr * OnGetItemAttr(long item) const function in class:wxGenericListCtrlHook
589 return m_nativeListCtrl->OnGetItemAttr(item);
1199 wxListItemAttr* attrs = OnGetItemAttr( info.m_itemId );
2403 wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const function in class:wxListCtrl
2406 _T("invalid item index in OnGetItemAttr()") );
2846 wxListItemAttr* attrs = list->OnGetItemAttr( itemNum );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp2751 // must ignore it as calling OnGetItemAttr() would be wrong
2897 wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const function in class:wxListCtrl
2900 _T("invalid item index in OnGetItemAttr()") );
2908 return IsVirtual() ? OnGetItemAttr(item)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp2600 wxListItemAttr* wxListCtrl::OnGetItemAttr ( function in class:wxListCtrl
2605 _T("invalid item index in OnGetItemAttr()") );
2611 } // end of wxListCtrl::OnGetItemAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp2384 ld->SetAttr(listctrl->OnGetItemAttr(line));
5883 wxGenericListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const
5886 _T("invalid item index in OnGetItemAttr()") );

Completed in 277 milliseconds