Group of miscellaneous classes.
Related macros/global-functions group: Miscellaneous
Classes | |
class | wxPowerResource |
Helper functions for acquiring and releasing the given power resource. More... | |
class | wxPowerResourceBlocker |
Helper RAII class ensuring that power resources are released. More... | |
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 | wxAppProgressIndicator |
A helper class that can be used to update the progress bar in the taskbar button on Windows and the dock icon on OS X. 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 | wxThumbBarButton |
A thumbnail toolbar button is a control that displayed in the thumbnail image of a window in a taskbar button flyout. More... | |
class | wxTaskBarButton |
A taskbar button that associated with the window under Windows 7 or later. More... | |
class | wxTaskBarJumpListItem |
A wxTaskBarJumpListItem represents an item in a jump list category. More... | |
class | wxTaskBarJumpListCategory |
This class represents a category of jump list in the taskbar button. More... | |
class | wxTaskBarJumpList |
This class is an transparent wrapper around Windows Jump Lists. 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... | |