Group of miscellaneous classes.
Related macros/global-functions group: Miscellaneous
クラス | |
class | wxAccessible |
The wxAccessible class allows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers. More... | |
class | wxAffineMatrix2D |
A 3x2 matrix representing an affine 2D transformation. More... | |
class | wxMatrix2D |
A simple container for 2x2 matrix. More... | |
class | wxAffineMatrix2DBase |
A 2x3 matrix representing an affine 2D transformation. More... | |
class | wxArtProvider |
wxArtProvider class is used to customize the look of wxWidgets application. More... | |
class | wxCaret |
A caret is a blinking cursor showing the position where the typed text will appear. More... | |
class | wxJoystick |
wxJoystick allows an application to control one or more joysticks. More... | |
class | wxNotificationMessage |
This class allows to show the user a message non intrusively. More... | |
class | wxQuantize |
Performs quantization, or colour reduction, on a wxImage. More... | |
class | wxRecursionGuardFlag |
This is a completely opaque class which exists only to be used with wxRecursionGuard, please see the example in that class' documentation. More... | |
class | wxRecursionGuard |
wxRecursionGuard is a very simple class which can be used to prevent reentrancy problems in a function. More... | |
class | wxScopeGuard |
Scope guard is an object which allows executing an action on scope exit. More... | |
class | wxStopWatch |
The wxStopWatch class allow you to measure time intervals. More... | |
class | wxTaskBarIcon |
This class represents a taskbar icon. More... | |
class | wxTimer |
The wxTimer class allows you to execute code at specified intervals. More... | |
class | wxTipProvider |
This is the class used together with wxShowTip() function. More... | |
class | wxWindowDisabler |
This class disables all windows of the application (may be with the exception of one of them) in its constructor and enables them back in its destructor. More... | |
class | wxBusyCursor |
This class makes it easy to tell your user that the program is temporarily busy. More... | |
class | wxFSVolume |
wxFSVolume represents a volume (also known as 'drive') in a file system under wxMSW. More... | |
class | wxWindowUpdateLocker |
This tiny class prevents redrawing of a wxWindow during its lifetime by using wxWindow::Freeze() and wxWindow::Thaw() methods. More... |