Searched refs:IsSelected (Results 26 - 50 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddataview.h282 virtual bool IsSelected( unsigned int row ) const;
H A Dtabg.h45 bool IsSelected(void) const { return m_isSelected; } function in class:wxTabControl
H A Dtreectlg.h105 virtual bool IsSelected(const wxTreeItemId& item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h267 virtual bool IsSelected( unsigned int row ) const;
H A Dtreectrl.h219 bool IsSelected(const wxTreeItemId& item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h217 bool IsSelected(const wxTreeItemId& item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h165 bool IsSelected(const wxTreeItemId& item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp107 if (tabBeneath && tabBeneath->IsSelected())
180 if (tabBeneath && tabBeneath->IsSelected())
366 if (tabBelow && tabBelow->IsSelected())
397 if (tabBelowRight && tabBelowRight->IsSelected())
445 if (tabBelowRight && tabBelowRight->IsSelected())
H A Dchoicdgg.cpp533 if ( m_listbox->IsSelected(n) )
H A Dhtmllbox.cpp369 if ( IsSelected(n) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistbox.cpp396 bool wxListBox::IsSelected( int N ) const function in class:wxListBox
415 } // end of wxListBox::IsSelected
590 bool bWasSelected = IsSelected(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchecklst.cpp245 bool wxCheckListBox::IsSelected(int n) const function in class:wxCheckListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvalgen.cpp564 if (pControl->IsSelected(i))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dpgmctrl.cpp188 bool2String(IsSelected(itemId)),
234 bool2String(IsSelected(itemId)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewctrl.tex201 \membersection{wxDataViewCtrl::IsSelected}\label{wxdataviewctrlisselected}
203 \constfunc{virtual bool}{IsSelected}{\param{unsigned int }{row}}
H A Dlistbox.tex223 \membersection{wxListBox::IsSelected}\label{wxlistboxisselected}
225 \constfunc{bool}{IsSelected}{\param{int}{ n}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h118 virtual bool IsSelected(const wxTreeItemId& item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtreectrl.h233 bool IsSelected(const wxTreeItemId& rItem) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp267 bool IsSelected(int chX, int chY) const;
888 bool MyAutoTimedScrollingWindow::IsSelected(int chX, int chY) const function in class:MyAutoTimedScrollingWindow
952 if (IsSelected(chX, chY)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dlistbox.cpp81 if (listbox->IsSelected(sel))
731 bool bWasSelected = wxListBox::IsSelected(n);
832 bool wxListBox::IsSelected( int n ) const function in class:wxListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp408 bool wxTreeCtrl::IsSelected(const wxTreeItemId& item) const function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dctrlrend.cpp380 if ( lbox->IsSelected(n) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp132 else if (m_game->IsSelected(x,y))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h374 virtual bool IsSelected( unsigned int row ) const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dlistbox.cpp325 if (listbox->IsSelected( sel ))
1022 bool wxListBox::IsSelected( int n ) const function in class:wxListBox

Completed in 303 milliseconds

123