Searched refs:IsInside (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drecguard.h43 bool IsInside() const { return m_isInside; } function in class:wxRecursionGuard
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drecguard.tex26 if ( guard.IsInside() )
38 \helpref{IsInside()}{wxrecursionguardisinside} allows testing the old flag
62 \helpref{IsInside}{wxrecursionguardisinside}.
76 \membersection{wxRecursionGuard::IsInside}\label{wxrecursionguardisinside}
78 \constfunc{bool}{IsInside}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp268 static bool IsInside(int k, int bound1, int bound2);
890 if (IsInside(chX, m_selStart.x, m_cursor.x)
891 && IsInside(chY, m_selStart.y, m_cursor.y)) {
897 bool MyAutoTimedScrollingWindow::IsInside(int k, int bound1, int bound2) function in class:MyAutoTimedScrollingWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpopupcmn.cpp609 if ( guard.IsInside() )
H A Dappbase.cpp691 if ( guard.IsInside() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp642 if ( guard.IsInside() )

Completed in 125 milliseconds