Version: 2.9.4
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
wxMessageDialog::ButtonLabelHelper class allowing to use either stock id or string labels
wxImage::HSVValueA simple class which stores hue, saturation and value as doubles in the range 0.0-1.0
wxPixelData< Image, PixelFormat >::IteratorThe iterator of class wxPixelData
wxFileType::MessageParametersClass representing message parameters
wxImage::RGBValueA simple class which stores red, green and blue values as 8 bit unsigned integers in the range of 0-255
wxDateTime::TimeZoneClass representing a time zone
wxDateTime::TmContains broken down date-time representation
wxAboutDialogInfoWxAboutDialogInfo contains information shown in the standard About dialog displayed by the wxAboutBox() function
wxAcceleratorEntryAn object used by an application wishing to create an accelerator table (see wxAcceleratorTable)
wxAcceleratorTableAn accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands
wxAccessibleAllows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers
wxActivateEventAn activate event is sent when a window or application is being activated or deactivated
wxActiveXContainerWxActiveXContainer is a host for an ActiveX control on Windows (and as such is a platform-specific class)
wxActiveXEventAn event class for handling ActiveX events passed from wxActiveXContainer
wxAffineMatrix2DA 3x2 matrix representing an affine 2D transformation
wxAffineMatrix2DBaseA 2x3 matrix representing an affine 2D transformation
wxAnimationThis class encapsulates the concept of a platform-dependent animation
wxAnimationCtrlThis is a static control which displays an animation
wxAnyContainer for any type
wxAnyButtonA class for common button functionality used as the base for the various button classes
wxAnyValueBufferType for buffer within wxAny for holding data
wxAnyValueTypeWxAnyValueType is base class for value type functionality for C++ data types used with wxAny
wxAppApplication itself when wxUSE_GUI=1
wxAppConsoleThis class is essential for writing console-only or hybrid apps without having to define wxUSE_GUI=0
wxAppTraitsDefines various configurable aspects of a wxApp
wxArchiveClassFactoryAllows the creation of streams to handle archive formats such as zip and tar
wxArchiveEntryThis is an abstract base class which serves as a common interface to archive entry classes such as wxZipEntry
wxArchiveFSHandlerA file system handler for accessing files inside of archives
wxArchiveInputStreamThis is an abstract base class which serves as a common interface to archive input streams such as wxZipInputStream
wxArchiveIteratorAn input iterator template class that can be used to transfer an archive's catalogue to a container
wxArchiveNotifierIf you need to know when a wxArchiveInputStream updates a wxArchiveEntry object, you can create a notifier by deriving from this abstract base class, overriding wxArchiveNotifier::OnEntryUpdated
wxArchiveOutputStreamThis is an abstract base class which serves as a common interface to archive output streams such as wxZipOutputStream
wxArray< T >This section describes the so called "dynamic arrays"
wxArrayStringWxArrayString is an efficient container for storing wxString objects
wxArtProviderWxArtProvider class is used to customize the look of wxWidgets application
wxAuiDefaultTabArtDefault art provider for wxAuiNotebook
wxAuiDefaultToolBarArtWxAuiDefaultToolBarArt is part of the wxAUI class framework
wxAuiDockArtWxAuiDockArt is part of the wxAUI class framework
wxAuiManagerWxAuiManager is the central class of the wxAUI class framework
wxAuiManagerEventEvent used to indicate various actions taken with wxAuiManager
wxAuiNotebookWxAuiNotebook is part of the wxAUI class framework, which represents a notebook control, managing multiple windows with associated tabs
wxAuiNotebookEventThis class is used by the events generated by wxAuiNotebook
wxAuiPaneInfoWxAuiPaneInfo is part of the wxAUI class framework
wxAuiSimpleTabArtAnother standard tab art provider for wxAuiNotebook
wxAuiTabArtTab art provider defines all the drawing functions used by wxAuiNotebook
wxAuiTabContainerWxAuiTabContainer is a class which contains information about each tab
wxAuiTabContainerButtonA simple class which holds information about wxAuiNotebook tab buttons and their state
wxAuiToolBarWxAuiToolBar is a dockable toolbar, part of the wxAUI class framework
wxAuiToolBarArtWxAuiToolBarArt is part of the wxAUI class framework
wxAuiToolBarEventWxAuiToolBarEvent is used for the events generated by wxAuiToolBar
wxAuiToolBarItemWxAuiToolBarItem is part of the wxAUI class framework, representing a toolbar element
wxAutoBufferedPaintDCThis wxDC derivative can be used inside of an EVT_PAINT() event handler to achieve double-buffered drawing
wxAutomationObjectThe wxAutomationObject class represents an OLE automation object containing a single data member, an IDispatch pointer
wxBannerWindowA simple banner window showing either a bitmap or text
wxBitmapThis class encapsulates the concept of a platform-dependent bitmap, either monochrome or colour or colour with alpha channel support
wxBitmapButtonA bitmap button is a control that contains a bitmap
wxBitmapComboBoxA combobox that displays bitmap in front of the list items
wxBitmapDataObjectWxBitmapDataObject is a specialization of wxDataObject for bitmap data
wxBitmapHandlerThis is the base class for implementing bitmap file loading/saving, and bitmap creation from data
wxBitmapToggleButtonWxBitmapToggleButton is a wxToggleButton that contains a bitmap instead of text
wxBookCtrlBaseA book control is a convenient way of displaying multiple pages of information, displayed one page at a time
wxBookCtrlEventThis class represents the events generated by book controls (wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxAuiNotebook)
wxBoxSizerThe basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either
wxBrushA brush is a drawing tool for filling in areas
wxBrushListA brush list is a list containing all brushes which have been created
wxBufferedDCThis class provides a simple way to avoid flicker: when drawing on it, everything is in fact first drawn on an in-memory buffer (a wxBitmap) and then copied to the screen, using the associated wxDC, only once, when this object is destroyed
wxBufferedInputStreamThis stream acts as a cache
wxBufferedOutputStreamThis stream acts as a cache
wxBufferedPaintDCThis is a subclass of wxBufferedDC which can be used inside of an EVT_PAINT() event handler to achieve double-buffered drawing
wxBusyCursorThis class makes it easy to tell your user that the program is temporarily busy
wxBusyInfoThis class makes it easy to tell your user that the program is temporarily busy
wxButtonA button is a control that contains a text string, and is one of the most common elements of a GUI
wxCalculateLayoutEventThis event is sent by wxLayoutAlgorithm to calculate the amount of the remaining client area that the window should occupy
wxCalendarCtrlThe calendar control allows the user to pick a date
wxCalendarDateAttrWxCalendarDateAttr is a custom attributes for a calendar date
wxCalendarEventUsed together with wxCalendarCtrl
wxCaretA caret is a blinking cursor showing the position where the typed text will appear
wxCharBufferThis is a specialization of wxCharTypeBuffer<T> for char type
wxCharTypeBuffer< T >WxCharTypeBuffer<T> is a template class for storing characters
wxCheckBoxA checkbox is a labelled box which by default is either on (checkmark is visible) or off (no checkmark)
wxCheckListBoxA wxCheckListBox is like a wxListBox, but allows items to be checked or unchecked
wxChildFocusEventA child focus event is sent to a (parent-)window when one of its child windows gains focus, so that the window could restore the focus back to its corresponding child if it loses it now and regains later
wxChoiceA choice item is used to select one of a list of strings
wxChoicebookWxChoicebook is a class similar to wxNotebook, but uses a wxChoice control to show the labels instead of the tabs
wxClassInfoThis class stores meta-information about classes
wxClientA wxClient object represents the client part of a client-server DDE-like (Dynamic Data Exchange) conversation
wxClientDataAll classes deriving from wxEvtHandler (such as all controls and wxApp) can hold arbitrary data which is here referred to as "client data"
wxClientDataContainerThis class is a mixin that provides storage and management of "client data"
wxClientDCA wxClientDC must be constructed if an application wishes to paint on the client area of a window from outside an EVT_PAINT() handler
wxClipboardA class for manipulating the clipboard
wxClipboardTextEventThis class represents the events generated by a control (typically a wxTextCtrl but other windows can generate these events as well) when its content gets copied or cut to, or pasted from the clipboard
wxCloseEventThis event class contains information about window and session close events
wxCmdLineEntryDescThe structure wxCmdLineEntryDesc is used to describe a command line switch, option or parameter
wxCmdLineParserWxCmdLineParser is a class for parsing the command line
wxCollapsiblePaneA collapsible pane is a container with an embedded button-like control which can be used by the user to collapse or expand the pane's contents
wxCollapsiblePaneEventThis event class is used for the events generated by wxCollapsiblePane
wxColourA colour is an object representing a combination of Red, Green, and Blue (RGB) intensity values, and is used to determine drawing colours
wxColourDataThis class holds a variety of information related to colour dialogs
wxColourDatabaseWxWidgets maintains a database of standard RGB colours for a predefined set of named colours
wxColourDialogThis class represents the colour chooser dialog
wxColourPickerCtrlThis control allows the user to select a colour
wxColourPickerEventThis event class is used for the events generated by wxColourPickerCtrl
wxComboBoxA combobox is like a combination of an edit control and a listbox
wxComboCtrlA combo control is a generic combobox that allows totally custom popup
wxComboCtrlFeaturesFeatures enabled for wxComboCtrl
wxComboPopupIn order to use a custom popup with wxComboCtrl, an interface class must be derived from wxComboPopup
wxCommandWxCommand is a base class for modelling an application command, which is an action usually performed by selecting a menu item, pressing a toolbar button or any other means provided by the application to change the data or view
wxCommandEventThis event class contains information about command events, which originate from a variety of simple controls
wxCommandLinkButtonObjects of this class are similar in appearance to the normal wxButtons but are similar to the links in a web page in functionality
wxCommandProcessorWxCommandProcessor is a class that maintains a history of wxCommands, with undo/redo functionality built-in
wxConditionWxCondition variables correspond to pthread conditions or to Win32 event objects
wxConfigBaseWxConfigBase defines the basic interface of all config classes
wxConfigPathChangerA handy little class which changes the current path in a wxConfig object and restores it in dtor
wxConnectionA wxConnection object represents the connection between a client and a server
wxConnectionBase
wxContextHelpThis class changes the cursor to a query and puts the application into a 'context-sensitive help mode'
wxContextHelpButtonInstances of this class may be used to add a question mark button that when pressed, puts the application into context-help mode
wxContextMenuEventThis class is used for context menu events, sent to give the application a chance to show a context (popup) menu for a wxWindow
wxControlThis is the base class for a control or "widget"
wxControlWithItemsThis is convenience class that derives from both wxControl and wxItemContainer
wxConvAutoThis class implements a Unicode to/from multibyte converter capable of automatically recognizing the encoding of the multibyte text on input
wxCountingOutputStreamWxCountingOutputStream is a specialized output stream which does not write any data anywhere, instead it counts how many bytes would get written if this were a normal stream
wxCriticalSectionA critical section object is used for exactly the same purpose as a wxMutex
wxCriticalSectionLockerThis is a small helper class to be used with wxCriticalSection objects
wxCSConvThis class converts between any character set supported by the system and Unicode
wxCursorA cursor is a small bitmap usually used for denoting where the mouse pointer is, with a picture that might indicate the interpretation of a mouse click
wxCustomBackgroundWindow< W >A helper class making it possible to use custom background for any window
wxCustomDataObjectWxCustomDataObject is a specialization of wxDataObjectSimple for some application-specific data in arbitrary (either custom or one of the standard ones)
wxDataFormatA wxDataFormat is an encapsulation of a platform-specific format handle which is used by the system for the clipboard and drag and drop operations
wxDatagramSocket
wxDataInputStreamThis class provides functions that read binary data types in a portable way
wxDataObjectA wxDataObject represents data that can be copied to or from the clipboard, or dragged and dropped
wxDataObjectCompositeWxDataObjectComposite is the simplest wxDataObject derivation which may be used to support multiple formats
wxDataObjectSimpleThis is the simplest possible implementation of the wxDataObject class
wxDataOutputStreamThis class provides functions that write binary data types in a portable way
wxDataViewBitmapRendererThis class is used by wxDataViewCtrl to render bitmap controls
wxDataViewChoiceByIndexRendererA wxDataViewCtrl renderer using wxChoice control and indexes into it
wxDataViewChoiceRendererA wxDataViewCtrl renderer using wxChoice control and values of strings in it
wxDataViewColumnThis class represents a column in a wxDataViewCtrl
wxDataViewCtrlWxDataViewCtrl is a control to display data either in a tree like fashion or in a tabular form or both
wxDataViewCustomRendererYou need to derive a new class from wxDataViewCustomRenderer in order to write a new renderer
wxDataViewDateRendererThis class is used by wxDataViewCtrl to render calendar controls
wxDataViewEventThis is the event class for the wxDataViewCtrl notifications
wxDataViewIconTextWxDataViewIconText is used by wxDataViewIconTextRenderer for data transfer
wxDataViewIconTextRendererUsed to display text with a small icon next to it as it is typically done in a file manager
wxDataViewIndexListModelWxDataViewIndexListModel is a specialized data model which lets you address an item by its position (row) rather than its wxDataViewItem (which you can obtain from this class)
wxDataViewItemWxDataViewItem is a small opaque class that represents an item in a wxDataViewCtrl in a persistent way, i.e
wxDataViewItemAttrThis class is used to indicate to a wxDataViewCtrl that a certain item (see wxDataViewItem) has extra font attributes for its renderer
wxDataViewListCtrlThis class is a wxDataViewCtrl which internally uses a wxDataViewListStore and forwards most of its API to that class
wxDataViewListModelBase class with abstract API for wxDataViewIndexListModel and wxDataViewVirtualListModel
wxDataViewListStoreWxDataViewListStore is a specialised wxDataViewModel for storing a simple table of data
wxDataViewModelWxDataViewModel is the base class for all data model to be displayed by a wxDataViewCtrl
wxDataViewModelNotifierA wxDataViewModelNotifier instance is owned by a wxDataViewModel and mirrors its notification interface
wxDataViewProgressRendererThis class is used by wxDataViewCtrl to render progress bars
wxDataViewRendererThis class is used by wxDataViewCtrl to render the individual cells
wxDataViewSpinRendererThis is a specialized renderer for rendering integer values
wxDataViewTextRendererWxDataViewTextRenderer is used for rendering text
wxDataViewToggleRendererThis class is used by wxDataViewCtrl to render toggle controls
wxDataViewTreeCtrlThis class is a wxDataViewCtrl which internally uses a wxDataViewTreeStore and forwards most of its API to that class
wxDataViewTreeStoreWxDataViewTreeStore is a specialised wxDataViewModel for storing simple trees very much like wxTreeCtrl does and it offers a similar API
wxDataViewVirtualListModelWxDataViewVirtualListModel is a specialized data model which lets you address an item by its position (row) rather than its wxDataViewItem and as such offers the exact same interface as wxDataViewIndexListModel
wxDateEventThis event class holds information about a date change and is used together with wxDatePickerCtrl
wxDatePickerCtrlThis control allows the user to select a date
wxDateSpanThis class is a "logical time span" and is useful for implementing program logic for such things as "add one month to the date" which, in general, doesn't mean to add 60*60*24*31 seconds to it, but to take the same date the next month (to understand that this is indeed different consider adding one month to Feb, 15 -- we want to get Mar, 15, of course)
wxDateTimeWxDateTime class represents an absolute moment in time
wxDateTimeHolidayAuthority
wxDateTimeWorkDays
wxDCA wxDC is a "device context" onto which graphics and text can be drawn
wxDCBrushChangerWxDCBrushChanger is a small helper class for setting a brush on a wxDC and unsetting it automatically in the destructor, restoring the previous one
wxDCClipperWxDCClipper is a helper class for setting a clipping region on a wxDC during its lifetime
wxDCFontChangerWxDCFontChanger is a small helper class for setting a font on a wxDC and unsetting it automatically in the destructor, restoring the previous one
wxDCOverlayConnects an overlay with a drawing DC
wxDCPenChangerWxDCPenChanger is a small helper class for setting a pen on a wxDC and unsetting it automatically in the destructor, restoring the previous one
wxDCTextColourChangerWxDCTextColourChanger is a small helper class for setting a foreground text colour on a wxDC and unsetting it automatically in the destructor, restoring the previous one
wxDDEClientA wxDDEClient object represents the client part of a client-server DDE (Dynamic Data Exchange) conversation
wxDDEConnectionA wxDDEConnection object represents the connection between a client and a server
wxDDEServerA wxDDEServer object represents the server part of a client-server DDE (Dynamic Data Exchange) conversation
wxDebugContextA class for performing various debugging and memory tracing operations
wxDebugReportWxDebugReport is used to generate a debug report, containing information about the program current state
wxDebugReportCompressWxDebugReportCompress is a wxDebugReport which compresses all the files in this debug report into a single ZIP file in its wxDebugReport::Process() function
wxDebugReportPreviewThis class presents the debug report to the user and allows him to veto report entirely or remove some parts of it
wxDebugReportPreviewStdWxDebugReportPreviewStd is a standard debug report preview window
wxDebugReportUploadThis class is used to upload a compressed file using HTTP POST request
wxDelegateRendererNativeWxDelegateRendererNative allows reuse of renderers code by forwarding all the wxRendererNative methods to the given object and thus allowing you to only modify some of its methods -- without having to reimplement all of them
wxDialogA dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen
wxDialogLayoutAdapterThis abstract class is the base for classes that help wxWidgets perform run-time layout adaptation of dialogs
wxDialUpEventThis is the event class for the dialup events sent by wxDialUpManager
wxDialUpManagerThis class encapsulates functions dealing with verifying the connection status of the workstation (connected to the Internet via a direct connection, connected through a modem or not connected at all) and to establish this connection if possible/required (i.e
wxDirWxDir is a portable equivalent of Unix open/read/closedir functions which allow enumerating of the files in a directory
wxDirDialogThis class represents the directory chooser dialog
wxDirFilterListCtrl
wxDirPickerCtrlThis control allows the user to select a directory
wxDirTraverserWxDirTraverser is an abstract interface which must be implemented by objects passed to wxDir::Traverse() function
wxDisplayDetermines the sizes and locations of displays connected to the system
wxDisplayChangedEvent
wxDocChildFrameDefault frame for displaying documents on separate windows
wxDocManagerPart of the document/view framework supported by wxWidgets, and cooperates with the wxView, wxDocument and wxDocTemplate classes
wxDocMDIChildFrameDefault frame for displaying documents on separate windows
wxDocMDIParentFrameDefault top-level frame for applications using the document/view framework
wxDocParentFrameDefault top-level frame for applications using the document/view framework
wxDocTemplateUsed to model the relationship between a document class and a view class
wxDocumentThe document class can be used to model an application's file-based data
wxDragImageThis class is used when you wish to drag an object on the screen, and a simple cursor is not enough
wxDropFilesEventThis class is used for drop files events, that is, when files have been dropped onto the window
wxDropSourceThis class represents a source for a drag and drop operation
wxDropTargetThis class represents a target for a drag and drop operation
wxDynamicLibraryWxDynamicLibrary is a class representing dynamically loadable library (Windows DLL, shared library under Unix etc)
wxDynamicLibraryDetailsThis class is used for the objects returned by the wxDynamicLibrary::ListLoaded() method and contains the information about a single module loaded into the address space of the current process
wxEditableListBoxAn editable listbox is composite control that lets the user easily enter, delete and reorder a list of strings
wxEncodingConverterThis class is capable of converting strings between two 8-bit encodings/charsets
wxEraseEventAn erase event is sent when a window's background needs to be repainted
wxEventAn event is a structure holding information about an event passed to a callback or member function
wxEventBlockerThis class is a special event handler which allows to discard any event (or a set of event types) directed to a specific window
wxEventFilterA global event filter for pre-processing all the events generated in the program
wxEventLoopActivatorMakes an event loop temporarily active
wxEventLoopBaseBase class for all event loop implementations
wxEvtHandlerA class that can handle events from the windowing system
wxExecuteEnvThis structure can optionally be passed to wxExecute() to specify additional options to use for the child process
wxExtHelpControllerThis class implements help via an external browser
wxFFileWxFFile implements buffered file I/O
wxFFileInputStreamThis class represents data read in from a file
wxFFileOutputStreamThis class represents data written to a file
wxFFileStreamThis stream allows to both read from and write to a file using buffered STDIO functions
wxFileA wxFile performs raw file I/O
wxFileConfigWxFileConfig implements wxConfigBase interface for storing and retrieving configuration information using plain text files
wxFileCtrlThis control allows the user to select a file
wxFileCtrlEventA file control event holds information about events associated with wxFileCtrl objects
wxFileDataObjectWxFileDataObject is a specialization of wxDataObject for file names
wxFileDialogThis class represents the file chooser dialog
wxFileDirPickerEventThis event class is used for the events generated by wxFilePickerCtrl and by wxDirPickerCtrl
wxFileDropTargetThis is a drop target which accepts files (dragged from File Manager or Explorer)
wxFileHistoryThe wxFileHistory encapsulates a user interface convenience, the list of most recently visited files as shown on a menu (usually the File menu)
wxFileInputStreamThis class represents data read in from a file
wxFileNameWxFileName encapsulates a file name
wxFileOutputStreamThis class represents data written to a file
wxFilePickerCtrlThis control allows the user to select a file
wxFileStreamThis class represents data that can be both read from and written to a file
wxFileSystemThis class provides an interface for opening files on different file systems
wxFileSystemHandlerClasses derived from wxFileSystemHandler are used to access virtual file systems
wxFileSystemWatcherAllows to receive notifications of file system changes
wxFileSystemWatcherEventA class of events sent when a file system event occurs
wxFileTranslationsLoaderStandard wxTranslationsLoader implementation
wxFileTypeThis class holds information about a given file type
wxFileTypeInfoContainer of information about wxFileType
wxFilterClassFactoryAllows the creation of filter streams to handle compression formats such as gzip and bzip2
wxFilterFSHandlerFilter file system handler
wxFilterInputStreamA filter stream has the capability of a normal stream but it can be placed on top of another stream
wxFilterOutputStreamA filter stream has the capability of a normal stream but it can be placed on top of another stream
wxFindDialogEventWxFindReplaceDialog events
wxFindReplaceDataWxFindReplaceData holds the data for wxFindReplaceDialog
wxFindReplaceDialogWxFindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else)
wxFlexGridSizerA flex grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields in one row having the same height and all fields in one column having the same width, but all rows or all columns are not necessarily the same height or width as in the wxGridSizer
wxFloatingPointValidator< T >Validator for text entries used for floating point numbers entry
wxFocusEventA focus event is sent when a window's focus changes
wxFontA font is an object which determines the appearance of text
wxFontDataThis class holds a variety of information related to font dialogs
wxFontDialogThis class represents the font chooser dialog
wxFontEnumeratorWxFontEnumerator enumerates either all available fonts on the system or only the ones with given attributes - either only fixed-width (suited for use in programs such as terminal emulators and the like) or the fonts available in the given encoding)
wxFontListA font list is a list containing all fonts which have been created
wxFontMapperWxFontMapper manages user-definable correspondence between logical font names and the fonts present on the machine
wxFontMetricsSimple collection of various font metrics
wxFontPickerCtrlThis control allows the user to select a font
wxFontPickerEventThis event class is used for the events generated by wxFontPickerCtrl
wxFrameA frame is a window whose size and position can (usually) be changed by the user
wxFSFileThis class represents a single file opened by wxFileSystem
wxFSInputStreamInput stream for virtual file stream files
wxFSVolumeWxFSVolume represents a volume (also known as 'drive') in a file system under wxMSW
wxFTPWxFTP can be used to establish a connection to an FTP server and perform all the usual operations
wxGaugeA gauge is a horizontal or vertical bar which shows a quantity (often time)
wxGBPositionThis class represents the position of an item in a virtual grid of rows and columns managed by a wxGridBagSizer
wxGBSizerItemUsed by the wxGridBagSizer for tracking the items in the sizer
wxGBSpanThis class is used to hold the row and column spanning attributes of items in a wxGridBagSizer
wxGCDCWxGCDC is a device context that draws on a wxGraphicsContext
wxGDIObjectThis class allows platforms to implement functionality to optimise GDI objects, such as wxPen, wxBrush and wxFont
wxGenericDirCtrlThis control can be used to place a directory listing (with optional files) on an arbitrary window
wxGenericProgressDialogThis class represents a dialog that shows a short message and a progress bar
wxGenericValidatorWxGenericValidator performs data transfer (but not validation or filtering) for many type of controls
wxGLCanvasWxGLCanvas is a class for displaying OpenGL graphics
wxGLContextAn instance of a wxGLContext represents the state of an OpenGL state machine and the connection between OpenGL and the system
wxGraphicsBitmapRepresents a bitmap
wxGraphicsBrushA wxGraphicsBrush is a native representation of a brush
wxGraphicsContextA wxGraphicsContext instance is the object that is drawn upon
wxGraphicsFontA wxGraphicsFont is a native representation of a font
wxGraphicsGradientStopRepresents a single gradient stop in a collection of gradient stops as represented by wxGraphicsGradientStops
wxGraphicsGradientStopsRepresents a collection of wxGraphicGradientStop values for use with CreateLinearGradientBrush and CreateRadialGradientBrush
wxGraphicsMatrixA wxGraphicsMatrix is a native representation of an affine matrix
wxGraphicsObjectThis class is the superclass of native graphics objects like pens etc
wxGraphicsPathA wxGraphicsPath is a native representation of a geometric path
wxGraphicsPenA wxGraphicsPen is a native representation of a pen
wxGraphicsRendererA wxGraphicsRenderer is the instance corresponding to the rendering engine used
wxGridWxGrid and its related classes are used for displaying and editing tabular data
wxGridBagSizerA wxSizer that can lay out items in a virtual grid like a wxFlexGridSizer but in this case explicit positioning of the items is allowed using wxGBPosition, and items can optionally span more than one row and/or column using wxGBSpan
wxGridCellAttrThis class can be used to alter the cells' appearance in the grid by changing their attributes from the defaults
wxGridCellAttrProviderClass providing attributes to be used for the grid cells
wxGridCellAutoWrapStringEditorGrid cell editor for wrappable string/text data
wxGridCellAutoWrapStringRendererThis class may be used to format string data in a cell
wxGridCellBoolEditorGrid cell editor for boolean data
wxGridCellBoolRendererThis class may be used to format boolean data in a cell
wxGridCellChoiceEditorGrid cell editor for string data providing the user a choice from a list of strings
wxGridCellCoordsRepresents coordinates of a grid cell
wxGridCellDateTimeRendererThis class may be used to format a date/time data in a cell
wxGridCellEditorThis class is responsible for providing and manipulating the in-place edit controls for the grid
wxGridCellEnumEditorGrid cell editor which displays an enum number as a textual equivalent (eg
wxGridCellEnumRendererThis class may be used to render in a cell a number as a textual equivalent
wxGridCellFloatEditorThe editor for floating point numbers data
wxGridCellFloatRendererThis class may be used to format floating point data in a cell
wxGridCellNumberEditorGrid cell editor for numeric integer data
wxGridCellNumberRendererThis class may be used to format integer data in a cell
wxGridCellRendererThis class is responsible for actually drawing the cell in the grid
wxGridCellStringRendererThis class may be used to format string data in a cell; it is the default for string cells
wxGridCellTextEditorGrid cell editor for string/text data
wxGridColumnHeaderRendererBase class for column headers renderer
wxGridColumnHeaderRendererDefaultDefault column header renderer
wxGridCornerHeaderRendererBase class for corner window renderer
wxGridCornerHeaderRendererDefaultDefault corner window renderer
wxGridEditorCreatedEvent
wxGridEventThis event class contains information about various grid events
wxGridHeaderLabelsRendererCommon base class for row and column headers renderers
wxGridRangeSelectEvent
wxGridRowHeaderRendererBase class for row headers renderer
wxGridRowHeaderRendererDefaultDefault row header renderer
wxGridSizeEventThis event class contains information about a row/column resize event
wxGridSizerA grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields having the same size, i.e
wxGridSizesInfoWxGridSizesInfo stores information about sizes of all wxGrid rows or columns
wxGridTableBaseThe almost abstract base class for grid tables
wxGridUpdateLockerThis small class can be used to prevent wxGrid from redrawing during its lifetime by calling wxGrid::BeginBatch() in its constructor and wxGrid::EndBatch() in its destructor
wxGUIEventLoopA generic implementation of the GUI event loop
wxHashMapThis is a simple, type-safe, and reasonably efficient hash map class, whose interface is a subset of the interface of STL containers
wxHashSetThis is a simple, type-safe, and reasonably efficient hash set class, whose interface is a subset of the interface of STL containers
wxHashTable
wxHeaderButtonParamsThis struct can optionally be used with wxRendererNative::DrawHeaderButton() to specify custom values used to draw the text or bitmap label
wxHeaderColumnRepresents a column header in controls displaying tabular data such as wxDataViewCtrl or wxGrid
wxHeaderColumnSimpleSimple container for the information about the column
wxHeaderCtrlWxHeaderCtrl is the control containing the column headings which is usually used for display of tabular data
wxHeaderCtrlEventEvent class representing the events generated by wxHeaderCtrl
wxHeaderCtrlSimpleWxHeaderCtrlSimple is a concrete header control which can be used directly, without inheriting from it as you need to do when using wxHeaderCtrl itself
wxHelpControllerThis is an alias for one of a family of help controller classes which is most appropriate for the current platform
wxHelpControllerBaseThis is the abstract base class a family of classes by which applications may invoke a help viewer to provide on-line help
wxHelpControllerHelpProviderWxHelpControllerHelpProvider is an implementation of wxHelpProvider which supports both context identifiers and plain text help strings
wxHelpEventA help event is sent when the user has requested context-sensitive help
wxHelpProviderWxHelpProvider is an abstract class used by a program implementing context-sensitive help to show the help text for the given window
wxHScrolledWindowIn the name of this class, "H" stands for "horizontal" because it can be used for scrolling columns of variable widths
wxHtmlCellInternal data structure
wxHtmlCellEventThis event class is used for the events generated by wxHtmlWindow
wxHtmlColourCellThis cell changes the colour of either the background or the foreground
wxHtmlContainerCellImplementation of a cell that may contain more cells in it
wxHTMLDataObjectWxHTMLDataObject is used for working with HTML-formatted text
wxHtmlDCRendererThis class can render HTML document into a specified area of a DC
wxHtmlEasyPrintingThis class provides very simple interface to printing architecture
wxHtmlFilterThis class is the parent class of input filters for wxHtmlWindow
wxHtmlHelpControllerThis help controller provides an easy way of displaying HTML help in your application (see HTML Sample, test example)
wxHtmlHelpDataThis class is used by wxHtmlHelpController and wxHtmlHelpFrame to access HTML help items
wxHtmlHelpDialogThis class is used by wxHtmlHelpController to display help
wxHtmlHelpFrameThis class is used by wxHtmlHelpController to display help
wxHtmlHelpWindowThis class is used by wxHtmlHelpController to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window
wxHtmlLinkEventThis event class is used for the events generated by wxHtmlWindow
wxHtmlLinkInfoThis class stores all necessary information about hypertext links (as represented by <A> tag in HTML documents)
wxHtmlListBoxWxHtmlListBox is an implementation of wxVListBox which shows HTML content in the listbox rows
wxHtmlModalHelpThis class uses wxHtmlHelpController to display help in a modal dialog
wxHtmlParserClasses derived from this handle the generic parsing of HTML documents: it scans the document and divide it into blocks of tags (where one block consists of beginning and ending tag and of text between these two tags)
wxHtmlPrintoutThis class serves as printout class for HTML documents
wxHtmlRenderingInfoThis class contains information given to cells when drawing them
wxHtmlRenderingStyleAllows HTML rendering customizations
wxHtmlTagThis class represents a single HTML tag
wxHtmlTagHandler
wxHtmlTagsModuleThis class provides easy way of filling wxHtmlWinParser's table of tag handlers
wxHtmlWidgetCellWxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived from wxWindow)
wxHtmlWindowWxHtmlWindow is probably the only class you will directly use unless you want to do something special (like adding new tag handlers or MIME filters)
wxHtmlWinParserThis class is derived from wxHtmlParser and its main goal is to parse HTML input so that it can be displayed in wxHtmlWindow
wxHtmlWinTagHandlerThis is basically wxHtmlTagHandler except that it is extended with protected member m_WParser pointing to the wxHtmlWinParser object (value of this member is identical to wxHtmlParser's m_Parser)
wxHTTPWxHTTP can be used to establish a connection to an HTTP server
wxHVScrolledWindowThis window inherits all functionality of both vertical and horizontal, variable scrolled windows
wxHyperlinkCtrlThis class shows a static text element which links to an URL
wxHyperlinkEventThis event class is used for the events generated by wxHyperlinkCtrl
wxIconAn icon is a small rectangular bitmap usually used for denoting a minimized application
wxIconBundleThis class contains multiple copies of an icon in different sizes
wxIconizeEventAn event being sent when the frame is iconized (minimized) or restored
wxIconLocationWxIconLocation is a tiny class describing the location of an (external, i.e
wxIdleEventThis class is used for idle events, which are generated when the system becomes idle
wxIdManagerWxIdManager is responsible for allocating and releasing window IDs
wxImageThis class encapsulates a platform-independent image
wxImageHandlerThis is the base class for implementing image file loading/saving, and image creation from data
wxImageHistogram
wxImageListA wxImageList contains a list of images, which are stored in an unspecified form
wxIndividualLayoutConstraint
wxInfoBarAn info bar is a transient window shown at top or bottom of its parent window to display non-critical information to the user
wxInitDialogEventA wxInitDialogEvent is sent as a dialog or panel is being initialised
wxInitializerCreate an object of this class on the stack to initialize/cleanup the library automatically
wxInputStreamWxInputStream is an abstract base class which may not be used directly
wxIntegerValidator< T >Validator for text entries used for integer entry
wxInternetFSHandlerA file system handler for accessing files from internet servers
wxIPaddressWxIPaddress is an abstract base class for all internet protocol address objects
wxIPV4addressA class for working with IPv4 network addresses
wxItemContainerThis class is an abstract base class for some wxWidgets controls which contain several items such as wxListBox, wxCheckListBox, wxComboBox or wxChoice
wxItemContainerImmutableWxItemContainer defines an interface which is implemented by all controls which have string subitems each of which may be selected
wxJoystickWxJoystick allows an application to control one or more joysticks
wxJoystickEventThis event class contains information about joystick events, particularly events received by windows
wxKeyboardStateProvides methods for testing the state of the keyboard modifier keys
wxKeyEventThis event class contains information about key press and release events
wxLanguageInfoEncapsulates a wxLanguage identifier together with OS-specific information related to that language
wxLayoutAlgorithmWxLayoutAlgorithm implements layout of subwindows in MDI or SDI frames
wxLayoutConstraints
wxLinuxDistributionInfoA structure containing informations about a Linux distribution as returned by the lsb_release utility
wxList< T >The wxList<T> class provides linked list functionality
wxListbookWxListbook is a class similar to wxNotebook but which uses a wxListCtrl to show the labels instead of the tabs
wxListBoxA listbox is used to select one or more of a list of strings
wxListCtrlA list control presents lists in a number of formats: list view, report view, icon view and small icon view
wxListEventA list event holds information about events associated with wxListCtrl objects
wxListItemThis class stores information about a wxListCtrl item or column
wxListItemAttrRepresents the attributes (color, font, ...) of a wxListCtrl's wxListItem
wxListViewThis class currently simply presents a simpler to use interface for the wxListCtrl -- it can be thought of as a façade for that complicated class
wxLocaleWxLocale class encapsulates all language-dependent settings and is a generalization of the C locale concept
wxLogWxLog class defines the interface for the log targets used by wxWidgets logging functions as explained in the wxLog Classes Overview
wxLogBufferWxLogBuffer is a very simple implementation of log sink which simply collects all the logged messages in a string (except the debug messages which are output in the usual way immediately as we're presumably not interested in collecting them for later)
wxLogChainThis simple class allows you to chain log sinks, that is to install a new sink but keep passing log messages to the old one instead of replacing it completely as wxLog::SetActiveTarget does
wxLogFormatterWxLogFormatter class is used to format the log messages
wxLogGuiThis is the default log target for the GUI wxWidgets applications
wxLogInterposerA special version of wxLogChain which uses itself as the new log target
wxLogInterposerTempA special version of wxLogChain which uses itself as the new log target
wxLogNullThis class allows you to temporarily suspend logging
wxLogRecordInfoInformation about a log record (unit of the log output)
wxLogStderrThis class can be used to redirect the log messages to a C file stream (not to be confused with C++ streams)
wxLogStreamThis class can be used to redirect the log messages to a C++ stream
wxLogTextCtrlUsing these target all the log messages can be redirected to a text control
wxLogWindowThis class represents a background log window: to be precise, it collects all log messages in the log frame which it manages but also passes them on to the log target which was active at the moment of its creation
wxLongLongThis class represents a signed 64 bit long number
wxMaskThis class encapsulates a monochrome mask bitmap, where the masked area is black and the unmasked area is white
wxMatrix2DA simple container for 2x2 matrix
wxMaximizeEventAn event being sent when a top level window is maximized
wxMBConvThis class is the base class of a hierarchy of classes capable of converting text strings between multibyte (SBCS or DBCS) encodings and Unicode
wxMBConvUTF16This class is used to convert between multibyte encodings and UTF-16 Unicode encoding (also known as UCS-2)
wxMBConvUTF32This class is used to convert between multibyte encodings and UTF-32 Unicode encoding (also known as UCS-4)
wxMBConvUTF7This class converts between the UTF-7 encoding and Unicode
wxMBConvUTF8This class converts between the UTF-8 encoding and Unicode
wxMDIChildFrameAn MDI child frame is a frame that can only exist inside a wxMDIClientWindow, which is itself a child of wxMDIParentFrame
wxMDIClientWindowAn MDI client window is a child of wxMDIParentFrame, and manages zero or more wxMDIChildFrame objects
wxMDIParentFrameAn MDI (Multiple Document Interface) parent frame is a window which can contain MDI child frames in its client area which emulates the full desktop
wxMediaCtrlWxMediaCtrl is a class for displaying types of media, such as videos, audio files, natively through native codecs
wxMediaEventEvent wxMediaCtrl uses
wxMemoryBufferA wxMemoryBuffer is a useful data structure for storing arbitrary sized blocks of memory
wxMemoryDCA memory device context provides a means to draw graphics onto a bitmap
wxMemoryFSHandlerThis wxFileSystem handler can store arbitrary data in memory stream and make them accessible via an URL
wxMemoryInputStreamThis class allows to use all methods taking a wxInputStream reference to read in-memory data
wxMemoryOutputStreamThis class allows to use all methods taking a wxOutputStream reference to write to in-memory data
wxMenuA menu is a popup (or pull down) list of items, one of which may be selected before the menu goes away (clicking elsewhere dismisses the menu)
wxMenuBarA menu bar is a series of menus accessible from the top of a frame
wxMenuEventThis class is used for a variety of menu-related events
wxMenuItemA menu item represents an item in a menu
wxMessageDialogThis class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons
wxMessageOutputSimple class allowing to write strings to various output channels
wxMessageOutputBestOutput messages in the best possible way
wxMessageOutputDebugOutput messages to the system debug output channel
wxMessageOutputMessageBoxOutput messages by showing them in a message box
wxMessageOutputStderrOutput messages to stderr or another STDIO file stream
wxMessageQueue< T >WxMessageQueue allows passing messages between threads
wxMetafileA wxMetafile represents the MS Windows metafile object, so metafile operations have no effect in X
wxMetafileDCThis is a type of device context that allows a metafile object to be created (Windows only), and has most of the characteristics of a normal wxDC
wxMimeTypesManagerThis class allows the application to retrieve informations about all known MIME types from a system-specific location and the filename extensions to the MIME types and vice versa
wxMiniFrameA miniframe is a frame with a small title bar
wxMirrorDCWxMirrorDC is a simple wrapper class which is always associated with a real wxDC object and either forwards all of its operations to it without changes (no mirroring takes place) or exchanges x and y coordinates which makes it possible to reuse the same code to draw a figure and its mirror -- i.e
wxModuleThe module system is a very simple mechanism to allow applications (and parts of wxWidgets itself) to define initialization and cleanup functions that are automatically called on wxWidgets startup and exit
wxMouseCaptureChangedEventAn mouse capture changed event is sent to a window that loses its mouse capture
wxMouseCaptureLostEventA mouse capture lost event is sent to a window that had obtained mouse capture, which was subsequently lost due to an "external" event (for example, when a dialog box is shown or if another application captures the mouse)
wxMouseEventThis event class contains information about the events generated by the mouse: they include mouse buttons press and release events and mouse move events
wxMouseEventsManagerHelper for handling mouse input events in windows containing multiple items
wxMouseStateRepresents the mouse state
wxMoveEventA move event holds information about wxTopLevelWindow move change events
wxMsgCatalogRepresents a loaded translations message catalog
wxMultiChoiceDialogThis class represents a dialog that shows a list of strings, and allows the user to select one or more
wxMutexA mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned
wxMutexLockerThis is a small helper class to be used with wxMutex objects
wxNativeFontInfoWxNativeFontInfo is platform-specific font representation: this class should be considered as an opaque font description only used by the native functions, the user code can only get the objects of this type from somewhere and pass it somewhere else (possibly save them somewhere using ToString() and restore them using FromString())
wxNavigationEnabled< W >A helper class implementing TAB navigation among the window children
wxNavigationKeyEventThis event class contains information about navigation events, generated by navigation keys such as tab and page down
wxNode< T >WxNode<T> is the node structure used in linked lists (see wxList) and derived classes
wxNonOwnedWindowCommon base class for all non-child windows
wxNotebookThis class represents a notebook control, which manages multiple windows with associated tabs
wxNotificationMessageThis class allows to show the user a message non intrusively
wxNotifyEventThis class is not used by the event handlers by itself, but is a base class for other event classes (such as wxBookCtrlEvent)
wxNumberFormatterHelper class for formatting and parsing numbers with thousands separators
wxNumValidator< T >WxNumValidator is the common base class for numeric validator classes
wxObjectThis is the root class of many of the wxWidgets classes
wxObjectDataPtr< T >This is an helper template class primarily written to avoid memory leaks because of missing calls to wxRefCounter::DecRef() and wxObjectRefData::DecRef()
wxObjectRefDataThis class is just a typedef to wxRefCounter and is used by wxObject
wxOutputStreamWxOutputStream is an abstract base class which may not be used directly
wxOverlayCreates an overlay over an existing window, allowing for manipulations like rubberbanding, etc
wxOwnerDrawnComboBoxWxOwnerDrawnComboBox is a combobox with owner-drawn list items
wxPageSetupDialogThis class represents the page setup common dialog
wxPageSetupDialogDataThis class holds a variety of information related to wxPageSetupDialog
wxPaintDCA wxPaintDC must be constructed if an application wishes to paint on the client area of a window from within an EVT_PAINT() event handler
wxPaintEventA paint event is sent when a window's contents needs to be repainted
wxPaletteA palette is a table that maps pixel values to RGB colours
wxPaletteChangedEvent
wxPanelA panel is a window on which controls are placed
wxPasswordEntryDialogThis class represents a dialog that requests a one-line password string from the user
wxPathListThe path list is a convenient way of storing a number of directories, and when presented with a filename without a directory, searching for an existing file in those directories
wxPenA pen is a drawing tool for drawing outlines
wxPenListThere is only one instance of this class: wxThePenList
wxPersistenceManagerProvides support for automatically saving and restoring object properties to persistent storage
wxPersistentBookCtrlPersistence adapter for wxBookCtrlBase
wxPersistentObjectBase class for persistent object adapters
wxPersistentTLWPersistence adapter for wxTopLevelWindow
wxPersistentTreeBookCtrlPersistence adapter for wxTreebook
wxPersistentWindow< T >Base class for persistent windows
wxPGCellBase class for wxPropertyGrid cell information
wxPGChoicesHelper class for managing choices of wxPropertyGrid properties
wxPGEditorBase class for custom wxPropertyGrid editors
wxPGMultiButtonThis class can be used to have multiple buttons in a property editor
wxPGPropertyWxPGProperty is base class for all wxPropertyGrid properties
wxPGValidationInfoWxPGValidationInfo
wxPGVIterator
wxPickerBaseBase abstract class for all pickers which support an auxiliary text control
wxPixelData< Image, PixelFormat >A class template with ready to use implementations for getting direct and efficient access to wxBitmap's internal data and wxImage's internal data through a standard interface
wxPlatformInfoThis class holds informations about the operating system, the toolkit and the basic architecture of the machine where the application is currently running
wxPointA wxPoint is a useful data structure for graphics operations
wxPoint2DDouble
wxPoint2DInt
wxPopupTransientWindowA wxPopupWindow which disappears automatically when the user clicks mouse outside it or if it loses focus in any other way
wxPopupWindowA special kind of top level window used for popup menus, combobox popups and such
wxPositionThis class represents the position of an item in any kind of grid of rows and columns such as wxGridBagSizer, or wxHVScrolledWindow
wxPostScriptDCThis defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform
wxPowerEventThe power events are generated when the system power state changes, e.g
wxPreviewCanvasA preview canvas is the default canvas used by the print preview system to display the preview
wxPreviewControlBarThis is the default implementation of the preview control bar, a panel with buttons and a zoom control
wxPreviewFrameThis class provides the default method of managing the print preview interface
wxPrintDataThis class holds a variety of information related to printers and printer device contexts
wxPrintDialogThis class represents the print and print setup common dialogs
wxPrintDialogDataThis class holds information related to the visual characteristics of wxPrintDialog
wxPrinterThis class represents the Windows or PostScript printer, and is the vehicle through which printing may be launched by an application
wxPrinterDCA printer device context is specific to MSW and Mac, and allows access to any printer with a Windows or Macintosh driver
wxPrintoutThis class encapsulates the functionality of printing out an application document
wxPrintPreviewObjects of this class manage the print preview process
wxProcessThe objects of this class are used in conjunction with the wxExecute() function
wxProcessEventA process event is sent to the wxEvtHandler specified to wxProcess when a process is terminated
wxProgressDialogIf supported by the platform this class will provide the platform's native progress dialog, else it will simply be the wxGenericProgressDialog
wxPropagateOnceHelper class to temporarily lower propagation level
wxPropagationDisablerHelper class to temporarily change an event to not propagate
wxPropertyGridWxPropertyGrid is a specialized grid for editing properties - in other words name = value pairs
wxPropertyGridEventA property grid event holds information about events associated with wxPropertyGrid objects
wxPropertyGridHitTestResult
wxPropertyGridInterfaceMost of the shared property manipulation interface shared by wxPropertyGrid, wxPropertyGridPage, and wxPropertyGridManager is defined in this class
wxPropertyGridIterator
wxPropertyGridManagerWxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, a help text box, and a header
wxPropertyGridPageHolder of property grid page information
wxPropertySheetDialogThis class represents a property sheet dialog: a tabbed dialog for showing settings
wxProtocolRepresents a protocol for use with wxURL
wxProtocolLogClass allowing to log network operations performed by wxProtocol
wxQuantizePerforms quantization, or colour reduction, on a wxImage
wxQueryLayoutInfoEventThis event is sent when wxLayoutAlgorithm wishes to get the size, orientation and alignment of a window
wxQueryNewPaletteEvent
wxRadioBoxA radio box item is used to select one of number of mutually exclusive choices
wxRadioButtonA radio button item is a button which usually denotes one of several mutually exclusive options
wxRealPointA wxRealPoint is a useful data structure for graphics operations
wxRearrangeCtrlA composite control containing a wxRearrangeList and the buttons allowing to move the items in it
wxRearrangeDialogA dialog allowing the user to rearrange the specified items
wxRearrangeListA listbox-like control allowing the user to rearrange the items and to enable or disable them
wxRectA class for manipulating rectangles
wxRect2DDouble
wxRect2DInt
wxRecursionGuardWxRecursionGuard is a very simple class which can be used to prevent reentrancy problems in a function
wxRecursionGuardFlagThis is a completely opaque class which exists only to be used with wxRecursionGuard, please see the example in that class' documentation
wxRefCounterThis class is used to manage reference-counting providing a simple interface and a counter
wxRegConfigWxRegConfig implements the wxConfigBase interface for storing and retrieving configuration information using Windows registry
wxRegExWxRegEx represents a regular expression
wxRegionA wxRegion represents a simple or complex region on a device context or window
wxRegionIteratorThis class is used to iterate through the rectangles in a region, typically when examining the damaged regions of a window within an OnPaint call
wxRegKeyWxRegKey is a class representing the Windows registry (it is only available under Windows)
wxRendererNativeFirst, a brief introduction to wxRendererNative and why it is needed
wxRendererVersionThis simple struct represents the wxRendererNative interface version and is only used as the return value of wxRendererNative::GetVersion()
wxResourceTranslationsLoaderThis loader makes it possible to load translations from Windows resources
wxRibbonArtProviderWxRibbonArtProvider is responsible for drawing all the components of the ribbon interface
wxRibbonBarTop-level control in a ribbon user interface
wxRibbonBarEventEvent used to indicate various actions relating to a wxRibbonBar
wxRibbonButtonBarA ribbon button bar is similar to a traditional toolbar
wxRibbonButtonBarEventEvent used to indicate various actions relating to a button on a wxRibbonButtonBar
wxRibbonControlWxRibbonControl serves as a base class for all controls which share the ribbon characteristics of having a ribbon art provider, and (optionally) non-continuous resizing
wxRibbonGalleryA ribbon gallery is like a wxListBox, but for bitmaps rather than strings
wxRibbonGalleryEvent
wxRibbonPageContainer for related ribbon panels, and a tab within a ribbon bar
wxRibbonPanelServes as a container for a group of (ribbon) controls
wxRibbonPanelEventEvent used to indicate various actions relating to a wxRibbonPanel
wxRibbonToolBarA ribbon tool bar is similar to a traditional toolbar which has no labels
wxRichMessageDialogExtension of wxMessageDialog with additional functionality
wxRichTextActionImplements a part of a command
wxRichTextAttrA class representing enhanced attributes for rich text objects
wxRichTextBoxThis class implements a floating or inline text box, containing paragraphs
wxRichTextBufferThis is a kind of paragraph layout box, used to represent the whole buffer
wxRichTextCellWxRichTextCell is the cell in a table
wxRichTextCharacterStyleDefinitionThis class represents a character style definition, usually added to a wxRichTextStyleSheet
wxRichTextCommandImplements a command on the undo/redo stack
wxRichTextCompositeObjectObjects of this class can contain other objects
wxRichTextContextMenuPropertiesInfoWxRichTextContextMenuPropertiesInfo keeps track of objects that appear in the context menu, whose properties are available to be edited
wxRichTextCtrlWxRichTextCtrl provides a generic, ground-up implementation of a text control capable of showing multiple styles and images
wxRichTextDrawingContextA class for passing information to drawing and measuring functions
wxRichTextDrawingHandlerThe base class for custom drawing handlers
wxRichTextEventThis is the event class for wxRichTextCtrl notifications
wxRichTextFieldThis class implements the general concept of a field, an object that represents additional functionality such as a footnote, a bookmark, a page number, a table of contents, and so on
wxRichTextFieldTypeThe base class for custom field types
wxRichTextFieldTypeStandardA field type that can handle fields with text or bitmap labels, with a small range of styles for implementing rectangular fields and fields that can be used for start and end tags
wxRichTextFileHandlerThe base class for file handlers
wxRichTextFontTableManages quick access to a pool of fonts for rendering rich text
wxRichTextFormattingDialogThis dialog allows the user to edit a character and/or paragraph style
wxRichTextFormattingDialogFactoryThis class provides pages for wxRichTextFormattingDialog, and allows other customization of the dialog
wxRichTextHeaderFooterDataThis class represents header and footer data to be passed to the wxRichTextPrinting and wxRichTextPrintout classes
wxRichTextHTMLHandlerHandles HTML output (only) for wxRichTextCtrl content
wxRichTextImageThis class implements a graphic object
wxRichTextImageBlockThis class stores information about an image, in binary in-memory form
wxRichTextLineThis object represents a line in a paragraph, and stores offsets from the start of the paragraph representing the start and end positions of the line
wxRichTextListStyleDefinitionThis class represents a list style definition, usually added to a wxRichTextStyleSheet
wxRichTextObjectThis is the base for drawable rich text objects
wxRichTextObjectAddressA class for specifying an object anywhere in an object hierarchy, without using a pointer, necessary since wxRTC commands may delete and recreate sub-objects so physical object addresses change
wxRichTextParagraphThis object represents a single paragraph containing various objects such as text content, images, and further paragraph layout objects
wxRichTextParagraphBoxThis class knows how to lay out paragraphs
wxRichTextParagraphLayoutBox
wxRichTextParagraphStyleDefinitionThis class represents a paragraph style definition, usually added to a wxRichTextStyleSheet
wxRichTextPlainTextThis object represents a single piece of text
wxRichTextPlainTextHandlerImplements saving a buffer to plain text
wxRichTextPrintingThis class provides a simple interface for performing wxRichTextBuffer printing and previewing
wxRichTextPrintoutThis class implements print layout for wxRichTextBuffer
wxRichTextPropertiesA simple property class using wxVariants
wxRichTextRangeThis stores beginning and end positions for a range of data
wxRichTextRendererThis class isolates some common drawing functionality
wxRichTextSelectionStores selection information
wxRichTextStdRendererThe standard renderer for drawing bullets
wxRichTextStyleComboCtrlThis is a combo control that can display the styles in a wxRichTextStyleSheet, and apply the selection to an associated wxRichTextCtrl
wxRichTextStyleDefinitionThis is a base class for paragraph and character styles
wxRichTextStyleListBoxThis is a listbox that can display the styles in a wxRichTextStyleSheet, and apply the selection to an associated wxRichTextCtrl
wxRichTextStyleListCtrlThis class incorporates a wxRichTextStyleListBox and a choice control that allows the user to select the category of style to view
wxRichTextStyleOrganiserDialogThis class shows a style sheet and allows the user to edit, add and remove styles
wxRichTextStyleSheetA style sheet contains named paragraph and character styles that make it easy for a user to apply combinations of attributes to a wxRichTextCtrl
wxRichTextTableWxRichTextTable represents a table with arbitrary columns and rows
wxRichTextXMLHandlerA handler for loading and saving content in an XML format specific to wxRichTextBuffer
wxRichToolTipAllows to show a tool tip with more customizations than wxToolTip
wxSashEventA sash event is sent when the sash of a wxSashWindow has been dragged by the user
wxSashLayoutWindowWxSashLayoutWindow responds to OnCalculateLayout events generated by wxLayoutAlgorithm
wxSashWindowWxSashWindow allows any of its edges to have a sash which can be dragged to resize the window
wxScopedArray< T >A scoped array template class
wxScopedCharTypeBuffer< T >WxScopedCharTypeBuffer<T> is a template class for storing characters
wxScopedPtrThis is a simple scoped smart pointer implementation that is similar to the Boost smart pointers (see http://www.boost.org) but rewritten to use macros instead
wxScopedPtr< T >A scoped pointer template class
wxScopedTiedPtrThis is a variation on the topic of wxScopedPtr
wxScopeGuardScope guard is an object which allows executing an action on scope exit
wxScreenDCA wxScreenDC can be used to paint on the screen
wxScrollBarA wxScrollBar is a control that represents a horizontal or vertical scrollbar
wxScrolled< T >The wxScrolled class manages scrolling for its client area, transforming the coordinates according to the scrollbar positions, and setting the scroll positions, thumb sizes and ranges according to the area in view
wxScrollEventA scroll event holds information about events sent from stand-alone scrollbars (see wxScrollBar) and sliders (see wxSlider)
wxScrollWinEventA scroll event holds information about events sent from scrolling windows
wxSearchCtrlA search control is a composite control with a search button, a text control, and a cancel button
wxSemaphoreWxSemaphore is a counter limiting the number of threads concurrently accessing a shared resource
wxServerA wxServer object represents the server part of a client-server DDE-like (Dynamic Data Exchange) conversation
wxSetCursorEventA wxSetCursorEvent is generated from wxWindow when the mouse cursor is about to be set as a result of mouse motion
wxSettableHeaderColumnAdds methods to set the column attributes to wxHeaderColumn
wxSharedPtr< T >A smart pointer with non-intrusive reference counting
wxShowEventAn event being sent when the window is shown or hidden
wxSimpleHelpProviderWxSimpleHelpProvider is an implementation of wxHelpProvider which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip
wxSimpleHtmlListBoxWxSimpleHtmlListBox is an implementation of wxHtmlListBox which shows HTML content in the listbox rows
wxSingleChoiceDialogThis class represents a dialog that shows a list of strings, and allows the user to select one
wxSingleInstanceCheckerWxSingleInstanceChecker class allows to check that only a single instance of a program is running
wxSizeA wxSize is a useful data structure for graphics operations
wxSizeEventA size event holds information about size change events of wxWindow
wxSizerWxSizer is the abstract base class used for laying out subwindows in a window
wxSizerFlagsContainer for sizer items flags providing readable names for them
wxSizerItemUsed to track the position, size and other attributes of each item managed by a wxSizer
wxSizerXmlHandler
wxSliderA slider is a control with a handle which can be pulled back and forth to change the value
wxSockAddressYou are unlikely to need to use this class: only wxSocketBase uses it
wxSocketBaseWxSocketBase is the base class for all socket-related objects, and it defines all basic IO functionality
wxSocketClient
wxSocketEventThis event class contains information about socket events
wxSocketInputStreamThis class implements an input stream which reads data from a connected socket
wxSocketOutputStreamThis class implements an output stream which writes data from a connected socket
wxSocketServer
wxSortedArrayStringWxSortedArrayString is an efficient container for storing wxString objects which always keeps the string in alphabetical order
wxSoundThis class represents a short sound (loaded from Windows WAV file), that can be stored in memory and played
wxSpinButtonA wxSpinButton has two small up and down (or left and right) arrow buttons
wxSpinCtrlWxSpinCtrl combines wxTextCtrl and wxSpinButton in one control
wxSpinCtrlDoubleWxSpinCtrlDouble combines wxTextCtrl and wxSpinButton in one control and displays a real number
wxSpinDoubleEventThis event class is used for the events generated by wxSpinCtrlDouble
wxSpinEventThis event class is used for the events generated by wxSpinButton and wxSpinCtrl
wxSplashScreenWxSplashScreen shows a window with a thin border, displaying a bitmap describing your application
wxSplitterEventThis class represents the events generated by a splitter control
wxSplitterRenderParamsThis is just a simple struct used as a return value of wxRendererNative::GetSplitterParams()
wxSplitterWindowThis class manages up to two subwindows
wxStack< T >WxStack<T> is similar to std::stack and can be used exactly like it
wxStackFrameWxStackFrame represents a single stack frame, or a single function in the call stack, and is used exclusively together with wxStackWalker, see there for a more detailed discussion
wxStackWalkerWxStackWalker allows an application to enumerate, or walk, the stack frames (the function callstack)
wxStandardPathsWxStandardPaths returns the standard locations in the file system and should be used by applications to find their data files in a portable way
wxStaticBitmapA static bitmap control displays a bitmap
wxStaticBoxA static box is a rectangle drawn around other windows to denote a logical grouping of items
wxStaticBoxSizerWxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static box around the sizer
wxStaticLineA static line is just a line which may be used in a dialog to separate the groups of controls
wxStaticTextA static text control displays one or more lines of read-only text
wxStatusBarA status bar is a narrow window that can be placed along the bottom of a frame to give small amounts of status information
wxStatusBarPaneA status bar pane data container used by wxStatusBar
wxStdDialogButtonSizerThis class creates button layouts which conform to the standard button spacing and ordering defined by the platform or toolkit's user interface guidelines (if such things exist)
wxStdInputStreamWxStdInputStream is a std::istream derived stream which reads from a wxInputStream
wxStdInputStreamBufferWxStdInputStreamBuffer is a std::streambuf derived stream buffer which reads from a wxInputStream
wxStdOutputStreamWxStdOutputStream is a std::ostream derived stream which writes to a wxOutputStream
wxStdOutputStreamBufferWxStdOutputStreamBuffer is a std::streambuf derived stream buffer which writes to a wxOutputStream
wxStopWatchAllow you to measure time intervals
wxStreamBaseThis class is the base class of most stream related classes in wxWidgets
wxStreamBufferWxStreamBuffer is a cache manager for wxStreamBase: it manages a stream buffer linked to a stream
wxStreamToTextRedirectorThis class can be used to (temporarily) redirect all output sent to a C++ ostream object to a wxTextCtrl instead
wxStringHas been completely rewritten for wxWidgets 3.0 and this change was actually the main reason for the calling that version wxWidgets 3.0
wxStringBufferThis tiny class allows you to conveniently access the wxString internal buffer as a writable pointer without any risk of forgetting to restore the string to the usable state later
wxStringBufferLengthThis tiny class allows you to conveniently access the wxString internal buffer as a writable pointer without any risk of forgetting to restore the string to the usable state later, and allows the user to set the internal length of the string
wxStringClientDataPredefined client data class for holding a string
wxStringInputStreamThis class implements an input stream which reads data from a string
wxStringOutputStreamThis class implements an output stream which writes data either to a user-provided or internally allocated string
wxStringTokenizerWxStringTokenizer helps you to break a string up into a number of tokens
wxStyledTextCtrlA wxWidgets implementation of the Scintilla source code editing component
wxStyledTextEventThe type of events sent from wxStyledTextCtrl
wxSVGFileDCA wxSVGFileDC is a device context onto which graphics and text can be drawn, and the output produced as a vector file, in SVG format (see the W3C SVG Specifications <http://www.w3.org/TR/2001/REC-SVG-20010904/>)
wxSymbolPickerDialogWxSymbolPickerDialog presents the user with a choice of fonts and a grid of available characters
wxSysColourChangedEventThis class is used for system colour change events, which are generated when the user changes the colour settings using the control panel
wxSystemOptionsWxSystemOptions stores option/value pairs that wxWidgets itself or applications can use to alter behaviour at run-time
wxSystemSettingsWxSystemSettings allows the application to ask for details about the system
wxTarClassFactoryClass factory for the tar archive format
wxTarEntryHolds the meta-data for an entry in a tar
wxTarInputStreamInput stream for reading tar files
wxTarOutputStreamOutput stream for writing tar files
wxTaskBarIconThis class represents a taskbar icon
wxTaskBarIconEventThe event class used by wxTaskBarIcon
wxTCPClientA wxTCPClient object represents the client part of a client-server conversation
wxTCPConnectionA wxTCPClient object represents the connection between a client and a server
wxTCPServerA wxTCPServer object represents the server part of a client-server conversation
wxTempFileWxTempFile provides a relatively safe way to replace the contents of the existing file
wxTempFileOutputStreamWxTempFileOutputStream is an output stream based on wxTempFile
wxTextAttrWxTextAttr represents the character and paragraph attributes, or style, for a range of text in a wxTextCtrl or wxRichTextCtrl
wxTextAttrBorderA class representing a rich text object border
wxTextAttrBordersA class representing a rich text object's borders
wxTextAttrDimensionA class representing a rich text dimension, including units and position
wxTextAttrDimensionConverterA class to make it easier to convert dimensions
wxTextAttrDimensionsA class for left, right, top and bottom dimensions
wxTextAttrSizeA class for representing width and height
wxTextBoxAttrA class representing the box attributes of a rich text object
wxTextCompleterBase class for custom text completer objects
wxTextCompleterSimpleA simpler base class for custom completer objects
wxTextCtrlA text control allows text to be displayed and edited
wxTextDataObjectWxTextDataObject is a specialization of wxDataObjectSimple for text data
wxTextDropTargetA predefined drop target for dealing with text data
wxTextEntryCommon base class for single line text entry fields
wxTextEntryDialogThis class represents a dialog that requests a one-line text string from the user
wxTextFileThe wxTextFile is a simple class which allows to work with text files on line by line basis
wxTextInputStreamThis class provides functions that reads text data using an input stream, allowing you to read text, floats, and integers
wxTextOutputStreamThis class provides functions that write text data using an output stream, allowing you to write text, floats, and integers
wxTextValidatorWxTextValidator validates text controls, providing a variety of filtering behaviours
wxTextWrapperHelps wrap lines of text to given width
wxThreadA thread is basically a path of execution through a program
wxThreadEventThis class adds some simple functionality to wxEvent to facilitate inter-thread communication
wxThreadHelperMix-in class that manages a single background thread, either detached or joinable (see wxThread for the differences)
wxTimePickerCtrlThis control allows the user to enter time
wxTimerAllows you to execute code at specified intervals
wxTimerEventWxTimerEvent object is passed to the event handler of timer events (see wxTimer::SetOwner)
wxTimerRunnerStarts the timer in its ctor, stops in the dtor
wxTimeSpanWxTimeSpan class represents a time interval
wxTipProviderThis is the class used together with wxShowTip() function
wxTipWindowShows simple text in a popup tip window on creation
wxToggleButtonWxToggleButton is a button that stays pressed when clicked by the user
wxToolBarA toolbar is a bar of buttons and/or other controls usually placed below the menu bar in a wxFrame
wxToolBarToolBaseA toolbar tool represents one item on the toolbar
wxToolbookWxToolbook is a class similar to wxNotebook but which uses a wxToolBar to show the labels instead of the tabs
wxToolTipThis class holds information about a tooltip associated with a window (see wxWindow::SetToolTip())
wxTopLevelWindowWxTopLevelWindow is a common base class for wxDialog and wxFrame
wxTrackableAdd-on base class for a trackable object
wxTransform2D
wxTranslationsThis class allows to get translations for strings
wxTranslationsLoaderAbstraction of translations discovery and loading
wxTreebookThis class is an extension of the wxNotebook class that allows a tree structured set of pages to be shown in a control
wxTreeCtrlA tree control presents information as a hierarchy, with items that may be expanded to show further items
wxTreeEventA tree event holds information about events associated with wxTreeCtrl objects
wxTreeItemDataWxTreeItemData is some (arbitrary) user class associated with some item
wxTreeItemIdAn opaque reference to a tree item
wxTreeListCtrlA control combining wxTreeCtrl and wxListCtrl features
wxTreeListEventEvent generated by wxTreeListCtrl
wxTreeListItemUnique identifier of an item in wxTreeListCtrl
wxTreeListItemComparatorClass defining sort order for the items in wxTreeListCtrl
wxUIActionSimulatorWxUIActionSimulator is a class used to simulate user interface actions such as a mouse click or a key press
wxULongLongThis class represents an unsigned 64 bit long number
wxUniCharThis class represents a single Unicode character
wxUniCharRefWriteable reference to a character in wxString
wxUpdateUIEventThis class is used for pseudo-events which are called by wxWidgets to give an application the chance to update various user interface elements
wxURIWxURI is used to extract information from a URI (Uniform Resource Identifier)
wxURLWxURL is a specialization of wxURI for parsing URLs
wxURLDataObjectWxURLDataObject is a wxDataObject containing an URL and can be used e.g
wxUStringWxUString is a class representing a Unicode character string where each character is stored using a 32-bit value
wxValidatorWxValidator is the base class for a family of validator classes that mediate between a class of control, and application data
wxVarHScrollHelperThis class provides functions wrapping the wxVarScrollHelperBase class, targeted for horizontal-specific scrolling
wxVarHVScrollHelperThis class provides functions wrapping the wxVarHScrollHelper and wxVarVScrollHelper classes, targeted for scrolling a window in both axis
wxVariantContainer for any type
wxVariantDataUsed to implement a new type for wxVariant
wxVarScrollHelperBaseThis class provides all common base functionality for scroll calculations shared among all variable scrolled window implementations as well as automatic scrollbar functionality, saved scroll positions, controlling target windows to be scrolled, as well as defining all required virtual functions that need to be implemented for any orientation specific work
wxVarVScrollHelperThis class provides functions wrapping the wxVarScrollHelperBase class, targeted for vertical-specific scrolling
wxVector< T >WxVector<T> is a template class which implements most of the std::vector class and can be used like it
wxVersionInfoWxVersionInfo contains version information
wxVideoModeDetermines the sizes and locations of displays connected to the system
wxViewThe view class can be used to model the viewing and editing component of an application's file-based data
wxVisualAttributesStruct containing all the visual attributes of a control
wxVListBoxWxVListBox is a wxListBox-like control with the following two main differences from a regular wxListBox: it can have an arbitrarily huge number of items because it doesn't store them itself but uses the OnDrawItem() callback to draw them (so it is a virtual listbox) and its items can have variable height as determined by OnMeasureItem() (so it is also a listbox with the lines of variable height)
wxVScrolledWindowIn the name of this class, "V" may stand for "variable" because it can be used for scrolling rows of variable heights; "virtual", because it is not necessary to know the heights of all rows in advance -- only those which are shown on the screen need to be measured; or even "vertical", because this class only supports scrolling vertically
wxWCharBufferThis is a specialization of wxCharTypeBuffer<T> for wchar_t type
wxWeakRef< T >WxWeakRef<T> is a template class for weak references to wxWidgets objects, such as wxEvtHandler, wxWindow and wxObject
wxWeakRefDynamic< T >WxWeakRefDynamic<T> is a template class for weak references that is used in the same way as wxWeakRef<T>
wxWebViewThis control may be used to render web (HTML / CSS / javascript) documents
wxWebViewArchiveHandlerA custom handler for the file scheme which also supports loading from archives
wxWebViewEventA navigation event holds information about events associated with wxWebView objects
wxWebViewHandlerThe base class for handling custom schemes in wxWebView, for example to allow virtual file system support
wxWebViewHistoryItemA simple class that contains the URL and title of an element of the history of a wxWebView
wxWindowWxWindow is the base class for all windows and represents any visible object on screen
wxWindowCreateEventThis event is sent just after the actual window associated with a wxWindow object has been created
wxWindowDCA wxWindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations)
wxWindowDestroyEventThis event is sent as early as possible during the window destruction process
wxWindowDisablerThis 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
wxWindowModalDialogEvent
wxWindowUpdateLockerThis tiny class prevents redrawing of a wxWindow during its lifetime by using wxWindow::Freeze() and wxWindow::Thaw() methods
wxWithImagesA mixin class to be used with other classes that use a wxImageList
wxWizardWxWizard is the central class for implementing 'wizard-like' dialogs
wxWizardEventWxWizardEvent class represents an event generated by the wxWizard: this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual
wxWizardPageWxWizardPage is one of the screens in wxWizard: it must know what are the following and preceding pages (which may be NULL for the first/last page)
wxWizardPageSimpleWxWizardPageSimple is the simplest possible wxWizardPage implementation: it just returns the pointers given to its constructor from wxWizardPage::GetNext() and wxWizardPage::GetPrev() functions
wxWrapperInputStreamA wrapper input stream is a kind of filter stream which forwards all the operations to its base stream
wxWrapSizerA wrap sizer lays out its items in a single line, like a box sizer -- as long as there is space available in that direction
wxXLocaleThis class represents a locale object used by so-called xlocale API
wxXmlAttributeRepresents a node attribute
wxXmlDocumentThis class holds XML data/document as parsed by XML parser in the root node
wxXmlNodeRepresents a node in an XML document
wxXmlResourceThis is the main class for interacting with the XML-based resource system
wxXmlResourceHandlerWxSizerXmlHandler is a class for resource handlers capable of creating a wxSizer object from an XML node
wxZipClassFactoryClass factory for the zip archive format
wxZipEntryHolds the meta-data for an entry in a zip
wxZipInputStreamInput stream for reading zip files
wxZipNotifierIf you need to know when a wxZipInputStream updates a wxZipEntry, you can create a notifier by deriving from this abstract base class, overriding wxZipNotifier::OnEntryUpdated()
wxZipOutputStreamOutput stream for writing zip files
wxZlibInputStreamThis filter stream decompresses a stream that is in zlib or gzip format
wxZlibOutputStreamThis stream compresses all data written to it
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines