1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Qt Toolkit - API Structure Overview</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }body { background: white; color: black; }
--></style></head><body bgcolor="#ffffff">
<p>
<table width="100%">
<tr><td><a href="index.html">
<img width="100" height="100" src="qtlogo.png"
alt="Home" border="0"><img width="100"
height="100" src="face.png" alt="Home" border="0">
</a><td valign=top><div align=right><img src="dochead.png" width="472" height="27"><br>
<a href="classes.html"><b>Classes</b></a>
-<a href="annotated.html">Annotated</a>
- <a href="hierarchy.html">Tree</a>
-<a href="functions.html">Functions</a>
-<a href="index.html">Home</a>
-<a href="topicals.html"><b>Structure</b></a>
</div>
</table>
<h1 align=center> API Structure Overview</h1><br clear="all">
<table bgcolor=#E5E5E5>
<tr>
<th cellpadding=2 cellspacing=1 border=0 colspan=2 bgcolor=#A2C511>
Components
</th>
</tr><tr>
<td>
<a href="environment.html"> Environment</a>
</td><td> Classes providing various global services to your application such as
event handling, access to system settings, internationalization, etc.
</td></tr><tr><td>
<a href="application.html"> <nobr>Mainwindow And Friends</nobr></a>
</td><td> Everything you need for a typical modern main application window
(menus, toolbars, workspace, ...)
</td></tr><tr><td>
<a href="dialogs.html"> Standard Dialogs</a>
</td><td> Ready-made dialogs for file-, font-, color-selection and more.
</td></tr><tr><td>
<a href="basic.html"> Basic Controls</a>
</td><td> The GUI primitives like buttons, combo-boxes, scrollbars, etc.
</td></tr><tr><td>
<a href="advanced.html"> Advanced Controls</a>
</td><td> Advanced user interface controls like listviews, progress bars etc.
</td></tr><tr><td>
<a href="organizers.html"> Organizers</a>
</td><td> User interface organizers like splitters, tab books, button groups, etc.
</td></tr><tr><td>
<a href="helpsystem.html"> Help System</a>
</td><td> Classes providing for all forms of online-help in your application.
</td></tr>
<tr>
<th colspan=2 bgcolor=#A2C511>
Framework
</th>
</tr><tr>
<td>
<a href="objectmodel.html"> Object Model</a>
</td><td> The framework's underlying object model.
</td></tr><tr><td>
<a href="abstractwidgets.html"> Abstract Widgets</a>
</td><td> Abstract widget classes available for subclassing.
</td></tr><tr><td>
<a href="drawing.html"> Drawing And Printing</a>
</td><td> Classes providing drawing (and thus printing) primitives
</td></tr><tr><td>
<a href="draganddrop.html"> Drag and Drop</a>
</td><td> Classes dealing with drag and drop and the necessary mime type
encoding and decoding.
</td></tr><tr><td>
<a href="appearance.html"> Widget Appearance</a>
</td><td> Appearance customization with styles, fonts, colors etc.
</td></tr><tr><td>
<a href="geomanagement.html"> Geometry Management</a>
</td><td> Casses handling automatic resizing and moving of widgets. The Qt way
of composing complex dialogs.
</td></tr>
<tr>
<th colspan=2 bgcolor=#A2C511>
Utilities
</th>
</tr><tr>
<td>
<a href="tools.html"><nobr> General Tool Classes</nobr></a>
</td><td> Generic collection classes like list, queue, stack, string etc.
</td></tr><tr><td>
<a href="images.html"> Image Processing</a>
</td><td> Digital image coding, decoding and manipulation
</td></tr><tr><td>
<a href="io.html"> I/O Handling</a>
</td><td>Classes providing I/O, file and directory handling.
</td></tr><tr><td>
<a href="time.html"> Time And Date</a>
</td><td>Classes for handling date and time.
</td></tr><tr><td>
<a href="misc.html"> Miscellaneous</a>
</td><td> Various other useful classes
</td>
</tr>
</table>
<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright 2001 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 2.3.2</div>
</table></div></address></body></html>
|