Searched refs:GetItemState (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlistctrl.h88 { return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtreectrl.h166 int GetItemState(long item, long stateMask) const;
179 return (GetItemState(item, wxTREE_STATE_EXPANDED) &
H A Dlistctrl.h95 int GetItemState(long item, long stateMask) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtreectrl.h164 int GetItemState(long item, long stateMask) const;
177 return (GetItemState(item, wxTREE_STATE_EXPANDED) &
H A Dlistctrl.h219 int GetItemState(long item, long stateMask) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtreectrl.cpp160 int wxTreeCtrl::GetItemState(long item, long stateMask) const function in class:wxTreeCtrl
H A Dlistctrl_mac.cpp1245 int wxListCtrl::GetItemState(long item, long stateMask) const function in class:wxListCtrl
1248 return m_genericImpl->GetItemState(item, stateMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtreectrl.cpp161 int wxTreeCtrl::GetItemState(long item, long stateMask) const function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h84 int GetItemState( long item, long stateMask ) const;
H A Dlistctrl.cpp651 int GetItemState( long item, long stateMask ) const;
4034 int wxListMainWindow::GetItemState( long item, long stateMask ) const
4037 _T("invalid list ctrl item index in GetItemState()") );
4066 item.m_state = GetItemState( item.m_itemId, wxLIST_STATE_SELECTED |
5213 int wxGenericListCtrl::GetItemState( long item, long stateMask ) const
5215 return m_mainWin->GetItemState( item, stateMask );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h73 int GetItemState( long item, long stateMask ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h147 int GetItemState(long item, long stateMask) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h121 int GetItemState( long lItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h150 int GetItemState(long item, long stateMask) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp243 int wxListCtrl::GetItemState(long item, long stateMask) const function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesWnd.cpp133 if (sharedfilesctrl->GetItemState(index, wxLIST_STATE_SELECTED)) {
H A DMuleListCtrl.cpp647 if ((item != -1) && !GetItemState(item, wxLIST_STATE_SELECTED)) {
H A DSharedFilesCtrl.cpp450 if ( GetItemState( result, wxLIST_STATE_SELECTED ) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp649 int GetItemState( long item, long stateMask ) const;
4075 int wxListMainWindow::GetItemState( long item, long stateMask ) const
4078 _T("invalid list ctrl item index in GetItemState()") );
4107 item.m_state = GetItemState( item.m_itemId, wxLIST_STATE_SELECTED |
5251 int wxGenericListCtrl::GetItemState( long item, long stateMask ) const
5253 return m_mainWin->GetItemState( item, stateMask );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp1384 int wxListCtrl::GetItemState ( function in class:wxListCtrl
1398 } // end of wxListCtrl::GetItemState
1444 if (!(GetItemState( lFocusOld
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp394 m_listCtrl->SetItemState(0, (~m_listCtrl->GetItemState(0, wxLIST_STATE_SELECTED) ) & wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp866 int wxListCtrl::GetItemState(long item, long stateMask) const function in class:wxListCtrl
918 if ( !(GetItemState(focusOld,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex466 \membersection{wxListCtrl::GetItemState}\label{wxlistctrlgetitemstate}
468 \constfunc{int}{GetItemState}{\param{long }{item}, \param{long }{stateMask}}

Completed in 492 milliseconds