]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/categories.h
ce01161624b144b23154d43e6cfe9263b38e04cb
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Classes-by-category page of the Doxygen manual
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
12 @page categories_page Classes by category
14 A classification of wxWidgets classes by category.
20 @li @ref cat_miscpickers
23 @li @ref cat_winlayout
29 @li @ref cat_containers
30 @li @ref cat_smartpointers
33 @li @ref cat_debugging
41 @li @ref cat_threading
51 @li @ref cat_appmanagement
59 @section cat_manwnd Managed windows
61 There are several types of window that are directly controlled by the
62 window manager (such as MS Windows, or the Motif Window Manager).
63 Frames and dialogs are similar in wxWidgets, but only dialogs may be modal.
65 @li wxTopLevelWindow: Any top level window, dialog or frame
66 @li wxDialog: Dialog box
67 @li wxFrame: Normal frame
68 @li wxMDIChildFrame: MDI child frame
69 @li wxMDIParentFrame: MDI parent frame
70 @li wxMiniFrame: A frame with a small title bar
71 @li wxPropertySheetDialog: Property sheet dialog
72 @li wxSplashScreen: Splash screen class
73 @li wxTipWindow: Shows text in a small window
74 @li wxWizard: A wizard dialog
76 See also the \helpref{Common dialogs overview}{commondialogsoverview}.
79 @section cat_miscwnd Miscellaneous windows
81 The following are a variety of classes that are derived from wxWindow.
83 @li wxPanel: A window whose colour changes according to current user settings
84 @li wxScrolledWindow: Window with automatically managed scrollbars
85 @li wxGrid: A grid (table) window
86 @li wxSplitterWindow: Window which can be split vertically or horizontally
87 @li wxStatusBar: Implements the status bar on a frame
88 @li wxToolBar: Toolbar class
89 @li wxNotebook: Notebook class
90 @li wxListbook: Similar to notebook but using list control
91 @li wxChoicebook: Similar to notebook but using choice control
92 @li wxTreebook: Similar to notebook but using tree control
93 @li wxSashWindow: Window with four optional sashes that can be dragged
94 @li wxSashLayoutWindow: Window that can be involved in an IDE-like layout arrangement
95 @li wxVScrolledWindow: As wxScrolledWindow but supports lines of variable height
96 @li wxWizardPage: A base class for the page in wizard dialog.
97 @li wxWizardPageSimple: A page in wizard dialog.
100 @section cat_cmndlg Common dialogs
102 @ref commondialogsoverview
104 Common dialogs are ready-made dialog classes which are frequently used
107 @li wxDialog: Base class for common dialogs
108 @li wxColourDialog: Colour chooser dialog
109 @li wxDirDialog: Directory selector dialog
110 @li wxFileDialog: File selector dialog
111 @li wxFindReplaceDialog: Text search/replace dialog
112 @li wxMultiChoiceDialog: Dialog to get one or more selections from a list
113 @li wxSingleChoiceDialog: Dialog to get a single selection from a list and return the string
114 @li wxTextEntryDialog: Dialog to get a single line of text from the user
115 @li wxPasswordEntryDialog: Dialog to get a password from the user
116 @li wxFontDialog: Font chooser dialog
117 @li wxPageSetupDialog: Standard page setup dialog
118 @li wxPrintDialog: Standard print dialog
119 @li wxProgressDialog: Progress indication dialog
120 @li wxMessageDialog: Simple message box dialog
121 @li wxSymbolPickerDialog: Symbol selector dialog
122 @li wxRichTextFormattingDialog: A dialog for formatting the content of a wxRichTextCtrl
123 @li wxWizard: A wizard dialog.
126 @section cat_ctrl Controls
128 Typically, these are small windows which provide interaction with the user. Controls
129 that are not static can have wxValidator associated with them.
131 @li wxAnimationCtrl: A control to display an animation
132 @li wxControl: The base class for controls
133 @li wxButton: Push button control, displaying text
134 @li wxBitmapButton: Push button control, displaying a bitmap
135 @li wxBitmapComboBox: A combobox with bitmaps next to text items
136 @li wxToggleButton: A button which stays pressed when clicked by user.
137 @li wxBitmapToggleButton: A toggle button with bitmaps.
138 @li wxCalendarCtrl: Control showing an entire calendar month
139 @li wxCheckBox: Checkbox control
140 @li wxCheckListBox: A listbox with a checkbox to the left of each item
141 @li wxChoice: Choice control (a combobox without the editable area)
142 @li wxCollapsiblePane: A panel which can be shown/hidden by the user
143 @li wxComboBox: A choice with an editable area
144 @li wxComboCtrl: A combobox with application defined popup
145 @li wxDataViewCtrl: A control to tabular or tree like data
146 @li wxDataViewTreeCtrl: A specialized wxDataViewCtrl with wxTreeCtrl-like API
147 @li wxGauge: A control to represent a varying quantity, such as time remaining
148 @li wxGenericDirCtrl: A control for displaying a directory tree
149 @li wxHtmlListBox: An abstract class for creating listboxes showing HTML content
150 @li wxSimpleHtmlListBox: A listbox showing HTML content
151 @li wxStaticBox: A static, or group box for visually grouping related controls
152 @li wxListBox: A list of strings for single or multiple selection
153 @li wxListCtrl: A control for displaying lists of strings and/or icons, plus a multicolumn report view
154 @li wxListView: A simpler interface ({\it fa\c{c}ade}) for wxListCtrl in report mode
155 @li wxOwnerDrawnComboBox: A combobox with owner-drawn list items
156 @li wxRichTextCtrl: Generic rich text editing control
157 @li wxTextCtrl: Single or multiline text editing control
158 @li wxTreeCtrl: Tree (hierarchy) control
159 @li wxScrollBar: Scrollbar control
160 @li wxSpinButton: A spin or `up-down' control
161 @li wxSpinCtrl: A spin control - i.e. spin button and text control
162 @li wxStaticText: One or more lines of non-editable text
163 @li wxHyperlinkCtrl: A static text which opens an URL when clicked
164 @li wxStaticBitmap: A control to display a bitmap
165 @li wxRadioBox: A group of radio buttons
166 @li wxRadioButton: A round button to be used with others in a mutually exclusive way
167 @li wxSlider: A slider that can be dragged by the user
168 @li wxVListBox: A listbox supporting variable height rows
172 @section cat_miscpickers Miscellaneous pickers
174 A picker control is a control whose appearance and behaviour is highly platform-dependent.
176 @li wxColourPickerCtrl: A control which allows the user to choose a colour
177 @li wxDirPickerCtrl: A control which allows the user to choose a directory
178 @li wxFilePickerCtrl: A control which allows the user to choose a file
179 @li wxFontPickerCtrl: A control which allows the user to choose a font
180 @li wxDatePickerCtrl: Small date picker control
184 @section cat_menus Menus
186 @li wxMenu: Displays a series of menu items for selection
187 @li wxMenuBar: Contains a series of menus for use with a frame
188 @li wxMenuItem: Represents a single menu item
191 @section cat_wxaui wxAUI - advanced user interface
193 This is a new set of classes for writing a customizable application
194 interface with built-in docking, floatable panes and a flexible
195 MDI-like interface. Further classes for custom notebooks with
196 draggable tabs etc. are in progress. See also \helpref{wxAUI overview}{wxauioverview}.
198 @li wxAuiManager: The central class for managing the interface
199 @li wxAuiNotebook: A replacement notebook class with extra features
200 @li wxAuiPaneInfo: Describes a single pane
201 @li wxAuiDockArt: Art and metrics provider for customizing the docking user interface
202 @li wxAuiTabArt: Art and metrics provider for customizing the notebook user interface
206 @section cat_winlayout Window layout
208 There are two different systems for laying out windows (and dialogs in particular).
209 One is based upon so-called sizers and it requires less typing, thinking and calculating
210 and will in almost all cases produce dialogs looking equally well on all platforms, the
211 other is based on so-called constraints and is deprecated, though still available.
213 @ref sizeroverview describes sizer-based layout.
215 These are the classes relevant to sizer-based layout.
217 @li wxSizer: Abstract base class
218 @li wxGridSizer: A sizer for laying out windows in a grid with all fields having the same size
219 @li wxFlexGridSizer: A sizer for laying out windows in a flexible grid
220 @li wxGridBagSizer: Another grid sizer that lets you specify the cell an item is in, and items can span rows and/or columns.
221 @li wxBoxSizer: A sizer for laying out windows in a row or column
222 @li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box
223 @li wxWrapSizer: A sizer which wraps its child controls as size permits
225 @ref constraintsoverview describes constraints-based layout.
227 These are the classes relevant to constraints-based window layout.
229 @li wxIndividualLayoutConstraint: Represents a single constraint dimension
230 @li wxLayoutConstraints: Represents the constraints for a window class
232 Other layouting classes:
234 @li wxLayoutAlgorithm: An alternative window layout facility
237 @section cat_dc Device contexts
241 Device contexts are surfaces that may be drawn on, and provide an
242 abstraction that allows parameterisation of your drawing code
243 by passing different device contexts.
245 @li wxAutoBufferedPaintDC: A helper device context for double buffered drawing inside \textbf{OnPaint}.
246 @li wxBufferedDC: A helper device context for double buffered drawing.
247 @li wxBufferedPaintDC: A helper device context for double buffered drawing inside \textbf{OnPaint}.
248 @li wxClientDC: A device context to access the client area outside {\bf OnPaint} events
249 @li wxPaintDC: A device context to access the client area inside {\bf OnPaint} events
250 @li wxWindowDC: A device context to access the non-client area
251 @li wxScreenDC: A device context to access the entire screen
252 @li wxDC: The device context base class
253 @li wxMemoryDC: A device context for drawing into bitmaps
254 @li wxMetafileDC: A device context for drawing into metafiles
255 @li wxMirrorDC: A proxy device context allowing for simple mirroring.
256 @li wxPostScriptDC: A device context for drawing into PostScript files
257 @li wxPrinterDC: A device context for drawing to printers
260 @section cat_gdi Graphics device interface
262 @ref wxbitmapoverview
264 These classes are related to drawing on device contexts and windows.
266 @li wxColour: Represents the red, blue and green elements of a colour
267 @li wxDCClipper: Wraps the operations of setting and destroying the clipping region
268 @li wxBitmap: Represents a bitmap
269 @li wxBrush: Used for filling areas on a device context
270 @li wxBrushList: The list of previously-created brushes
271 @li wxCursor: A small, transparent bitmap representing the cursor
272 @li wxFont: Represents fonts
273 @li wxFontList: The list of previously-created fonts
274 @li wxIcon: A small, transparent bitmap for assigning to frames and drawing on device contexts
275 @li wxImage: A platform-independent image class
276 @li wxImageList: A list of images, used with some controls
277 @li wxMask: Represents a mask to be used with a bitmap for transparent drawing
278 @li wxPen: Used for drawing lines on a device context
279 @li wxPenList: The list of previously-created pens
280 @li wxPalette: Represents a table of indices into RGB values
281 @li wxRegion: Represents a simple or complex region on a window or device context
282 @li wxRendererNative: Abstracts high-level drawing primitives
285 @section cat_events Events
287 @ref eventhandlingoverview
289 An event object contains information about a specific event. Event handlers
290 (usually member functions) have a single, event argument.
292 @li wxActivateEvent: A window or application activation event
293 @li wxCalendarEvent: Used with \helpref{wxCalendarCtrl}{wxcalendarctrl}
294 @li wxCalculateLayoutEvent: Used to calculate window layout
295 @li wxChildFocusEvent: A child window focus event
296 @li wxClipboardTextEvent: A clipboard copy/cut/paste treebook event event
297 @li wxCloseEvent: A close window or end session event
298 @li wxCommandEvent: An event from a variety of standard controls
299 @li wxContextMenuEvent: An event generated when the user issues a context menu command
300 @li wxDateEvent: Used with \helpref{wxDatePickerCtrl}{wxdatepickerctrl}
301 @li wxDialUpEvent: Event send by \helpref{wxDialUpManager}{wxdialupmanager}
302 @li wxDropFilesEvent: A drop files event
303 @li wxEraseEvent: An erase background event
304 @li wxEvent: The event base class
305 @li wxFindDialogEvent: Event sent by \helpref{wxFindReplaceDialog}{wxfindreplacedialog}
306 @li wxFocusEvent: A window focus event
307 @li wxKeyEvent: A keypress event
308 @li wxIconizeEvent: An iconize/restore event
309 @li wxIdleEvent: An idle event
310 @li wxInitDialogEvent: A dialog initialisation event
311 @li wxJoystickEvent: A joystick event
312 @li wxListEvent: A list control event
313 @li wxMaximizeEvent: A maximize event
314 @li wxMenuEvent: A menu event
315 @li wxMouseCaptureChangedEvent: A mouse capture changed event
316 @li wxMouseCaptureLostEvent: A mouse capture lost event
317 @li wxMouseEvent: A mouse event
318 @li wxMoveEvent: A move event
319 @li wxNavigationKeyEvent: An event set by navigation keys such as tab
320 @li wxNotebookEvent: A notebook control event
321 @li wxNotifyEvent: A notification event, which can be vetoed
322 @li wxPaintEvent: A paint event
323 @li wxProcessEvent: A process ending event
324 @li wxQueryLayoutInfoEvent: Used to query layout information
325 @li wxRichTextEvent: A rich text editing event
326 @li wxScrollEvent: A scroll event from sliders, stand-alone scrollbars and spin buttons
327 @li wxScrollWinEvent: A scroll event from scrolled windows
328 @li wxSizeEvent: A size event
329 @li wxSocketEvent: A socket event
330 @li wxSpinEvent: An event from \helpref{wxSpinButton}{wxspinbutton}
331 @li wxSplitterEvent: An event from \helpref{wxSplitterWindow}{wxsplitterwindow}
332 @li wxSysColourChangedEvent: A system colour change event
333 @li wxTimerEvent: A timer expiration event
334 @li wxTreebookEvent: A treebook control event
335 @li wxTreeEvent: A tree control event
336 @li wxUpdateUIEvent: A user interface update event
337 @li wxWindowCreateEvent: A window creation event
338 @li wxWindowDestroyEvent: A window destruction event
339 @li wxWizardEvent: A wizard event
342 @section cat_val Validators
344 @ref validatoroverview
346 These are the window validators, used for filtering and validating
349 @li wxValidator: Base validator class
350 @li wxTextValidator: Text control validator class
351 @li wxGenericValidator: Generic control validator class
354 @section cat_data Data structures
356 These are the data structure classes supported by wxWidgets.
358 @li wxCmdLineParser: Command line parser class
359 @li wxDateSpan: A logical time interval.
360 @li wxDateTime: A class for date/time manipulations
361 @li wxLongLong: A portable 64 bit integer type
362 @li wxObject: The root class for most wxWidgets classes
363 @li wxPathList: A class to help search multiple paths
364 @li wxPoint: Representation of a point
365 @li wxRect: A class representing a rectangle
366 @li wxRegEx: Regular expression support
367 @li wxRegion: A class representing a region
368 @li wxString: A string class
369 @li wxStringTokenizer: A class for interpreting a string as a list of tokens or words
370 @li wxRealPoint: Representation of a point using floating point numbers
371 @li wxSize: Representation of a size
372 @li wxTimeSpan: A time interval.
373 @li wxURI: Represents a Uniform Resource Identifier
374 @li wxVariant: A class for storing arbitrary types that may change at run-time
377 @section cat_containers Container classes
379 @ref wxcontaineroverview
381 These are classes, templates and class macros are used by wxWidgets. Most
382 of these classes provide a subset or almost complete STL API.
384 @li wxArray<T>: A type-safe dynamic array implementation (macro based)
385 @li wxArrayString: An efficient container for storing \helpref{wxString}{wxstring} objects
386 @li wxHashMap<T>: A type-safe hash map implementation (macro based)
387 @li wxHashSet<T>: A type-safe hash set implementation(macro based)
388 @li wxHashTable: A simple hash table implementation (deprecated, use wxHashMap)
389 @li wxList<T>: A type-safe linked list implementation (macro based)
390 @li wxVector<T>: Template base vector implementation identical to std::vector
393 @section cat_smartpointers Smart pointers
395 wxWidgets provides a few smart pointer class templates.
397 @li wxObjectDataPtr<T>: A shared pointer (using intrusive reference counting)
398 @li wxScopedPtr<T>: A scoped pointer
399 @li wxSharedPtr<T>: A shared pointer (using non-intrusive reference counting)
400 @li wxWeakRef<T>: A weak reference
403 @section cat_rtti Run-time class information system
405 @ref runtimeclassoverview
407 wxWidgets supports run-time manipulation of class information, and dynamic
408 creation of objects given class names.
410 @li wxClassInfo: Holds run-time class information
411 @li wxObject: Root class for classes with run-time information
412 @li RTTI macros: Macros for manipulating run-time information
415 @section cat_logging Logging features
419 wxWidgets provides several classes and functions for message logging.
420 Please see the \helpref{wxLog overview}{wxlogoverview} for more details.
422 @li wxLog: The base log class
423 @li wxLogStderr: Log messages to a C STDIO stream
424 @li wxLogStream: Log messages to a C++ iostream
425 @li wxLogTextCtrl: Log messages to a \helpref{wxTextCtrl}{wxtextctrl}
426 @li wxLogWindow: Log messages to a log frame
427 @li wxLogGui: Default log target for GUI programs
428 @li wxLogNull: Temporarily suppress message logging
429 @li wxLogChain: Allows to chain two log targets
430 @li wxLogInterposer: Allows to filter the log messages
431 @li wxLogInterposerTemp: Allows to filter the log messages
432 \twocolitem{\helpref{wxStreamToTextRedirector}{wxstreamtotextredirector}}{Allows
433 to redirect output sent to {\tt cout} to a \helpref{wxTextCtrl}{wxtextctrl}}
434 @li Log functions: Error and warning logging functions
437 @section cat_debugging Debugging features
439 @ref debuggingoverview
441 wxWidgets supports some aspects of debugging an application through
442 classes, functions and macros.
444 @li wxDebugContext: Provides memory-checking facilities
445 @li Debugging macros: Debug macros for assertion and checking
446 @li WXDEBUG\_NEW: Use this macro to give further debugging information
447 @li wxDebugReport: Base class for creating debug reports in case of a program crash.
448 @li wxDebugReportCompress: Class for creating compressed debug reports.
449 @li wxDebugReportUpload: Class for uploading compressed debug reports via HTTP.
450 @li wxDebugReportPreview: Abstract base class for previewing the contents of a debug report.
451 @li wxDebugReportPreviewStd: Standard implementation of wxDebugReportPreview.
454 @section cat_net Networking classes
456 wxWidgets provides its own classes for socket based networking.
458 @li wxDialUpManager: Provides functions to check the status of network connection and to establish one
459 @li wxIPV4address: Represents an Internet address
460 @li wxIPaddress: Represents an Internet address
461 @li wxSocketBase: Represents a socket base object
462 @li wxSocketClient: Represents a socket client
463 @li wxSocketServer: Represents a socket server
464 @li wxSocketEvent: A socket event
465 @li wxFTP: FTP protocol class
466 @li wxHTTP: HTTP protocol class
467 @li wxURL: Represents a Universal Resource Locator
471 @section cat_ipc Interprocess communication
475 wxWidgets provides simple interprocess communications facilities
476 based on Windows DDE, but available on most platforms using TCP.
478 @li wxClient, wxDDEClient: Represents a client
479 @li wxConnection, wxDDEConnection: Represents the connection between a client and a server
480 @li wxServer, wxDDEServer: Represents a server
484 @section cat_dvf Document-view framework
488 wxWidgets supports a document/view framework which provides
489 housekeeping for a document-centric application.
491 @li wxDocument: Represents a document
492 @li wxView: Represents a view
493 @li wxDocTemplate: Manages the relationship between a document class and a view class
494 @li wxDocManager: Manages the documents and views in an application
495 @li wxDocChildFrame: A child frame for showing a document view
496 @li wxDocParentFrame: A parent frame to contain views
497 %@li wxMDIDocChildFrame: An MDI child frame for showing a document view
498 %@li wxMDIDocParentFrame: An MDI parent frame to contain views
501 @section cat_printing Printing framework
503 @ref printingoverview
505 A printing and previewing framework is implemented to
506 make it relatively straightforward to provide document printing
509 @li wxPreviewFrame: Frame for displaying a print preview
510 @li wxPreviewCanvas: Canvas for displaying a print preview
511 @li wxPreviewControlBar: Standard control bar for a print preview
512 @li wxPrintDialog: Standard print dialog
513 @li wxPageSetupDialog: Standard page setup dialog
514 @li wxPrinter: Class representing the printer
515 @li wxPrinterDC: Printer device context
516 @li wxPrintout: Class representing a particular printout
517 @li wxPrintPreview: Class representing a print preview
518 @li wxPrintData: Represents information about the document being printed
519 @li wxPrintDialogData: Represents information about the print dialog
520 @li wxPageSetupDialogData: Represents information about the page setup dialog
524 @section cat_dd Drag and drop and clipboard classes
528 @li wxDataObject: Data object class
529 @li wxDataFormat: Represents a data format
530 @li wxTextDataObject: Text data object class
531 @li wxFileDataObject: File data object class
532 @li wxBitmapDataObject: Bitmap data object class
533 @li wxURLDataObject: URL data object class
534 @li wxCustomDataObject: Custom data object class
535 @li wxClipboard: Clipboard class
536 @li wxDropTarget: Drop target class
537 @li wxFileDropTarget: File drop target class
538 @li wxTextDropTarget: Text drop target class
539 @li wxDropSource: Drop source class
542 @section cat_file File related classes
544 wxWidgets has several small classes to work with disk files, see wxfileoverview for more details.
546 @li wxFileName: Operations with the file name and attributes
547 @li wxDir: Class for enumerating files/subdirectories.
548 @li wxDirTraverser: Class used together with wxDir for recursively enumerating the files/subdirectories
549 @li wxFile: Low-level file input/output class.
550 @li wxFFile: Another low-level file input/output class.
551 @li wxTempFile: Class to safely replace an existing file
552 @li wxTextFile: Class for working with text files as with arrays of lines
553 @li wxStandardPaths: Paths for standard directories
554 @li wxPathList: A class to help search multiple paths
557 @section cat_streams Stream classes
559 wxWidgets has its own set of stream classes, as an alternative to often buggy standard stream
560 libraries, and to provide enhanced functionality.
562 @li wxStreamBase: Stream base class
563 @li wxStreamBuffer: Stream buffer class
564 @li wxInputStream: Input stream class
565 @li wxOutputStream: Output stream class
566 @li wxCountingOutputStream: Stream class for querying what size a stream would have.
567 @li wxFilterInputStream: Filtered input stream class
568 @li wxFilterOutputStream: Filtered output stream class
569 @li wxBufferedInputStream: Buffered input stream class
570 @li wxBufferedOutputStream: Buffered output stream class
571 @li wxMemoryInputStream: Memory input stream class
572 @li wxMemoryOutputStream: Memory output stream class
573 @li wxDataInputStream: Platform-independent binary data input stream class
574 @li wxDataOutputStream: Platform-independent binary data output stream class
575 @li wxTextInputStream: Platform-independent text data input stream class
576 @li wxTextOutputStream: Platform-independent text data output stream class
577 @li wxFileInputStream: File input stream class
578 @li wxFileOutputStream: File output stream class
579 @li wxFFileInputStream: Another file input stream class
580 @li wxFFileOutputStream: Another file output stream class
581 @li wxTempFileOutputStream: Stream to safely replace an existing file
582 @li wxStringInputStream: String input stream class
583 @li wxStringOutputStream: String output stream class
584 @li wxZlibInputStream: Zlib and gzip (compression) input stream class
585 @li wxZlibOutputStream: Zlib and gzip (compression) output stream class
586 @li wxZipInputStream: Input stream for reading from ZIP archives
587 @li wxZipOutputStream: Output stream for writing from ZIP archives
588 @li wxTarInputStream: Input stream for reading from tar archives
589 @li wxTarOutputStream: Output stream for writing from tar archives
590 @li wxSocketInputStream: Socket input stream class
591 @li wxSocketOutputStream: Socket output stream class
594 @section cat_threading Threading classes
596 @ref wxthreadoverview
598 wxWidgets provides a set of classes to make use of the native thread
599 capabilities of the various platforms.
601 @li wxThread: Thread class
602 @li wxThreadHelper: Manages background threads easily
603 @li wxMutex: Mutex class
604 @li wxMutexLocker: Mutex locker utility class
605 @li wxCriticalSection: Critical section class
606 @li wxCriticalSectionLocker: Critical section locker utility class
607 @li wxCondition: Condition class
608 @li wxSemaphore: Semaphore class
611 @section cat_html HTML classes
613 wxWidgets provides a set of classes to display text in HTML format. These
614 class include a help system based on the HTML widget.
616 @li wxHtmlHelpController: HTML help controller class
617 @li wxHtmlWindow: HTML window class
618 @li wxHtmlEasyPrinting: Simple class for printing HTML
619 @li wxHtmlPrintout: Generic HTML wxPrintout class
620 @li wxHtmlParser: Generic HTML parser class
621 @li wxHtmlTagHandler: HTML tag handler, pluginable into wxHtmlParser
622 @li wxHtmlWinParser: HTML parser class for wxHtmlWindow
623 @li wxHtmlWinTagHandler: HTML tag handler, pluginable into wxHtmlWinParser
626 @section cat_rich Rich text classes
628 wxWidgets provides a set of generic classes to edit and print simple rich text with character
629 and paragraph formatting.
631 @li wxTextAttr: Attributes specifying text styling.
632 @li wxRichTextCtrl: A rich text control.
633 @li wxRichTextBuffer: The content of a rich text control.
634 @li wxRichTextCharacterStyleDefinition: Definition of character styling.
635 @li wxRichTextParagraphStyleDefinition: Definition of paragraph styling.
636 @li wxRichTextListStyleDefinition: Definition of list styling.
637 @li wxRichTextStyleSheet: A set of style definitions.
638 @li wxRichTextStyleComboCtrl: A drop-down control for applying styles.
639 @li wxRichTextStyleListBox: A listbox for applying styles.
640 @li wxRichTextStyleOrganiserDialog: A dialog that can be used for managing or browsing styles.
641 @li wxRichTextEvent: A rich text event.
642 @li wxRichTextRange: Specification for ranges in a rich text control or buffer.
643 @li wxRichTextFileHandler: File handler base class.
644 @li wxRichTextHTMLHandler: A handler for converting rich text to HTML.
645 @li wxRichTextXMLHandler: A handler for loading and saving rich text XML.
646 @li wxRichTextFormattingDialog: A dialog for rich text formatting.
647 @li wxRichTextPrinting: A class for easy printing of rich text buffers.
648 @li wxRichTextPrintout: A class used by wxRichTextPrinting.
649 @li wxRichTextHeaderFooterData: Header and footer data specification.
652 @section cat_stc Scintilla text editor classes
654 wxWidgets also provides a wrapper around the Scintilla text editor control, which is
655 a control for plain-text editing with support for highlighting, smart indentation, etc.
657 @li wxStyledTextCtrl: A wxWidgets implementation of the Scintilla source code editing component.
660 @section cat_vfs Virtual file system classes
662 wxWidgets provides a set of classes that implement an extensible virtual file system,
663 used internally by the HTML classes.
665 @li wxFSFile: Represents a file in the virtual file system
666 @li wxFileSystem: Main interface for the virtual file system
667 @li wxFileSystemHandler: Class used to announce file system type
670 @section cat_xml XML classes
672 @li wxXmlDocument: A class to parse XML files
673 @li wxXmlNode: A class which represents XML nodes
674 @li wxXmlAttribute: A class which represent an XML attribute
677 @section cat_xrc XML-based resource system classes
679 @ref xrcoverview XML-based resource system (XRC) overview
681 Resources allow your application to create controls and other user interface elements
682 from specifications stored in an XML format.
684 @li wxXmlResource: The main class for working with resources
685 @li wxXmlResourceHandler: The base class for XML resource handlers
688 @section cat_help Online help
690 @li wxHelpController: Family of classes for controlling help windows
691 @li wxHtmlHelpController: HTML help controller class
692 @li wxContextHelp: Class to put application into context-sensitive help mode
693 @li wxContextHelpButton: Button class for putting application into context-sensitive help mode
694 @li wxHelpProvider: Abstract class for context-sensitive help provision
695 @li wxSimpleHelpProvider: Class for simple context-sensitive help provision
696 @li wxHelpControllerHelpProvider: Class for context-sensitive help provision via a help controller
697 @li wxToolTip: Class implementing tooltips
700 @section cat_media Multimedia classes
702 @li wxMediaCtrl: Display multimedia contents.
705 @section cat_gl OpenGL classes
707 @li wxGLCanvas: Canvas that you can render OpenGL calls to.
708 @li wxGLContext: Class to ease sharing of OpenGL data resources.
711 @section cat_appmanagement Application and process-management classes
713 @li wxApp: Application class
714 @li wxCmdLineParser: Command line parser class
715 @li wxDllLoader: Class to work with shared libraries.
716 @li wxProcess: Process class
719 @section cat_misc Miscellaneous
721 @li wxCaret: A caret (cursor) object
722 @li wxConfig: Classes for configuration reading/writing (using either INI files or registry)
723 @li wxTimer: Timer class
724 @li wxStopWatch: Stop watch class
725 @li wxMimeTypesManager: MIME-types manager class
726 @li wxSystemSettings: System settings class for obtaining various global parameters
727 @li wxSystemOptions: System options class for run-time configuration
728 @li wxAcceleratorTable: Accelerator table
729 @li wxAutomationObject: OLE automation class
730 @li wxFontMapper: Font mapping, finding suitable font for given encoding
731 @li wxEncodingConverter: Encoding conversions
732 @li wxCalendarDateAttr: Used with \helpref{wxCalendarCtrl}{wxcalendarctrl}
733 @li wxQuantize: Class to perform quantization, or colour reduction
734 @li wxSingleInstanceChecker: Check that only single program instance is running