Qt:Документация 4.3.2/groups
Материал из Wiki.crossplatform.ru
(Различия между версиями)
Root (Обсуждение | вклад) (Новая: = Grouped Classes = This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group. {| width="100%" class="annot...) |
Root (Обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
= Grouped Classes = | = Grouped Classes = | ||
This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group. | This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group. | ||
- | + | <table width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0"> | |
- | + | <tr valign="top" class="odd"><th>[[abstractwidgets | Abstract Widget Classes]]</th><td>Abstract widget classes usable through subclassing.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[accessibility | Accessibility Classes]]</th><td>Classes that provide support for accessibility.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[advanced | Advanced Widgets]]</th><td>Advanced GUI widgets such as tab widgets and progress bars.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[basicwidgets | Basic Widgets]]</th><td>Basic GUI widgets such as buttons, comboboxes and scroll bars.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[database | Database Classes]]</th><td>Database related classes, e.g. for SQL databases.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[time | Date and Time Classes]]</th><td>Classes for handling date and time.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[desktop | Desktop Environment Classes]]</th><td>Classes for interacting with the user's desktop environment.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[draganddrop | Drag And Drop Classes]]</th><td>Classes dealing with drag and drop and mime type encoding and decoding.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[environment | Environment Classes]]</th><td>Classes providing various global services such as event handling, access to system settings and internationalization.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[events | Event Classes]]</th><td>Classes used to create and handle events.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[containers | Generic Containers]]</th><td>Qt's template-based container classes.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[helpsystem | Help System]]</th><td>Classes used to provide online-help for applications.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[shared | Implicitly Shared Classes]]</th><td>Classes that use reference counting for fast copying.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[io | Input/Output and Networking]]</th><td>Classes providing file input and output along with directory and network handling.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[geomanagement | Layout Management]]</th><td>Classes handling automatic resizing and moving of widgets, for composing complex dialogs.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[application | Main Window and Related Classes]]</th><td>Everything you need for a typical modern main application window, including menus, toolbars, workspace, etc.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[misc | Miscellaneous Classes]]</th><td>Various other useful classes.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[model-view | Model/View Classes]]</th><td>Classes that use the model/view design pattern.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[multimedia | Multimedia, Graphics and Printing]]</th><td>Classes that provide support for graphics (2D, and with OpenGL, 3D), image encoding, decoding, and manipulation, sound, animation, printing, etc.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[tools | Non-GUI Classes]]</th><td>Collection classes such as list, queue, stack and string, along with other classes that can be used without needing QApplication.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[objectmodel | Object Model]]</th><td>The Qt GUI toolkit's underlying object model.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[organizers | Organizers]]</th><td>User interface organizers such as splitters, tab bars, button groups, etc.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[plugins | Plugin Classes]]</th><td>Plugin related classes.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[qws | Qtopia Core Classes]]</th><td>Classes that are specific to Qtopia Core (Qt for embedded Linux).</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[script | Scripting Classes]]</th><td>Qt Script-related classes and overviews.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[dialogs | Standard Dialog Classes]]</th><td>Ready-made dialogs for file, font, color selection and more.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[text | Text Processing Classes]]</th><td>Classes for text processing. (See also XML Classes.)</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[thread | Threading Classes]]</th><td>Classes that provide threading support.</td></tr> | |
- | + | <tr valign="top" class="odd"><th>[[appearance | Widget Appearance and Style]]</th><td>Appearance customization with styles, fonts, colors etc.</td></tr> | |
- | + | <tr valign="top" class="even"><th>[[xml-tools | XML Classes]]</th><td>Classes that support XML, via, for example DOM and SAX.</td></tr> | |
- | + | </table> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Версия 07:36, 8 сентября 2008
Grouped Classes
This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group.
Abstract Widget Classes | Abstract widget classes usable through subclassing. |
---|---|
Accessibility Classes | Classes that provide support for accessibility. |
Advanced Widgets | Advanced GUI widgets such as tab widgets and progress bars. |
Basic Widgets | Basic GUI widgets such as buttons, comboboxes and scroll bars. |
Database Classes | Database related classes, e.g. for SQL databases. |
Date and Time Classes | Classes for handling date and time. |
Desktop Environment Classes | Classes for interacting with the user's desktop environment. |
Drag And Drop Classes | Classes dealing with drag and drop and mime type encoding and decoding. |
Environment Classes | Classes providing various global services such as event handling, access to system settings and internationalization. |
Event Classes | Classes used to create and handle events. |
Generic Containers | Qt's template-based container classes. |
Help System | Classes used to provide online-help for applications. |
Implicitly Shared Classes | Classes that use reference counting for fast copying. |
Input/Output and Networking | Classes providing file input and output along with directory and network handling. |
Layout Management | Classes handling automatic resizing and moving of widgets, for composing complex dialogs. |
Main Window and Related Classes | Everything you need for a typical modern main application window, including menus, toolbars, workspace, etc. |
Miscellaneous Classes | Various other useful classes. |
Model/View Classes | Classes that use the model/view design pattern. |
Multimedia, Graphics and Printing | Classes that provide support for graphics (2D, and with OpenGL, 3D), image encoding, decoding, and manipulation, sound, animation, printing, etc. |
Non-GUI Classes | Collection classes such as list, queue, stack and string, along with other classes that can be used without needing QApplication. |
Object Model | The Qt GUI toolkit's underlying object model. |
Organizers | User interface organizers such as splitters, tab bars, button groups, etc. |
Plugin Classes | Plugin related classes. |
Qtopia Core Classes | Classes that are specific to Qtopia Core (Qt for embedded Linux). |
Scripting Classes | Qt Script-related classes and overviews. |
Standard Dialog Classes | Ready-made dialogs for file, font, color selection and more. |
Text Processing Classes | Classes for text processing. (See also XML Classes.) |
Threading Classes | Classes that provide threading support. |
Widget Appearance and Style | Appearance customization with styles, fonts, colors etc. |
XML Classes | Classes that support XML, via, for example DOM and SAX. |