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