1 \section{\class{wxBusyCursor
}}\label{wxbusycursor
}
3 This class makes it easy to tell your user that the program is temporarily busy.
4 Just create a wxBusyCursor object on the stack, and within the current scope,
5 the hourglass will be shown.
12 for (int i =
0; i <
100000; i++)
16 It works by calling
\helpref{wxBeginBusyCursor
}{wxbeginbusycursor
} in the constructor,
17 and
\helpref{wxEndBusyCursor
}{wxendbusycursor
} in the destructor.
19 \wxheading{Derived from
}
23 \wxheading{Include files
}
29 \helpref{wxCore
}{librarieslist
}
33 \helpref{wxBeginBusyCursor
}{wxbeginbusycursor
},
\rtfsp
34 \helpref{wxEndBusyCursor
}{wxendbusycursor
},
\rtfsp
35 \helpref{wxWindowDisabler
}{wxwindowdisabler
}
37 \latexignore{\rtfignore{\wxheading{Members
}}}
39 \membersection{wxBusyCursor::wxBusyCursor
}\label{wxbusycursorctor
}
41 \func{}{wxBusyCursor
}{\param{wxCursor*
}{ cursor = wxHOURGLASS
\_CURSOR}}
43 Constructs a busy cursor object, calling
\helpref{wxBeginBusyCursor
}{wxbeginbusycursor
}.
45 \membersection{wxBusyCursor::
\destruct{wxBusyCursor
}}\label{wxbusycursordtor
}
47 \func{}{\destruct{wxBusyCursor
}}{\void}
49 Destroys the busy cursor object, calling
\helpref{wxEndBusyCursor
}{wxendbusycursor
}.