Searched refs:wxRecursionGuard (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drecguard.h3 // Purpose: declaration and implementation of wxRecursionGuard class
18 // wxRecursionGuardFlag is used with wxRecursionGuard
24 // wxRecursionGuard is the simplest way to protect a function from reentrancy
27 class WXDLLIMPEXP_BASE wxRecursionGuard class
30 wxRecursionGuard(wxRecursionGuardFlag& flag) function in class:wxRecursionGuard
36 ~wxRecursionGuard()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drecguard.tex3 %% Purpose: wxRecursionGuard documentation
12 \section{\class{wxRecursionGuard}}\label{wxrecursionguard}
14 wxRecursionGuard is a very simple class which can be used to prevent reentrancy
19 wxRecursionGuard is always used together with the
25 wxRecursionGuard guard(s_flag);
36 As you can see, wxRecursionGuard simply tests the flag value and sets it to
40 flag is that the flag is always reset in the wxRecursionGuard destructor and so
55 \membersection{wxRecursionGuard::wxRecursionGuard}\label{wxrecursionguardctor}
57 \func{}{wxRecursionGuard}{\para
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpopupcmn.cpp608 wxRecursionGuard guard(s_inside);
H A Dappbase.cpp690 wxRecursionGuard guard(s_bInAssert);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp641 wxRecursionGuard guard(s_flagReentrancy);

Completed in 95 milliseconds