]>
Commit | Line | Data |
---|---|---|
4514447c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: utilities.h | |
3 | // Purpose: Utilities page of the Doxygen manual | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
526954c5 | 6 | // Licence: wxWindows licence |
4514447c FM |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
880efa2a | 9 | /** |
4514447c | 10 | |
11259601 | 11 | @page page_utils Utilities Overview |
4514447c | 12 | |
dc28cdf8 FM |
13 | In addition to the wxWidgets libraries (see @ref page_libs), some utilities |
14 | are available to the users in the @c utils hierarchy (even if some of them are | |
4c51a665 | 15 | explicitly conceived for wxWidgets maintainance and will probably be of |
dc28cdf8 | 16 | little use to others). |
4514447c | 17 | |
dc28cdf8 FM |
18 | Please note that these utilities do represent only the utilities developed |
19 | and maintained by the wxWidgets team. | |
20 | There are lots of other user-contributed and user-maintained packages; | |
21 | see the wxWidgets download page: http://www.wxwidgets.org/downloads | |
22 | or directly http://wxcode.sourceforge.net or http://www.wxcommunity.com/ . | |
4514447c | 23 | |
dc28cdf8 | 24 | @li @ref page_utils_emulator |
dc28cdf8 FM |
25 | @li @ref page_utils_helpview |
26 | @li @ref page_utils_hhp2cached | |
5934cda1 | 27 | @li @ref page_utils_ifacecheck |
dc28cdf8 | 28 | @li @ref page_utils_wxrc |
4514447c FM |
29 | |
30 | ||
dc28cdf8 | 31 | <hr> |
4514447c | 32 | |
4514447c | 33 | |
dc28cdf8 | 34 | @section page_utils_emulator Emulator |
4514447c | 35 | |
dc28cdf8 | 36 | Xnest-based display emulator for X11-based PDA applications. |
4514447c | 37 | |
dc28cdf8 FM |
38 | <!-- On some systems, the Xnest window does not synchronise with the |
39 | 'skin' window. THIS ISN'T THE PLACE FOR THIS STATEMENT I THINK --> | |
4514447c | 40 | |
dc28cdf8 | 41 | This program can be found in @c utils/emulator. |
4514447c | 42 | |
4514447c | 43 | |
5934cda1 | 44 | @section page_utils_helpview Help Viewer |
4514447c | 45 | |
5934cda1 FM |
46 | Helpview is a program for displaying wxWidgets HTML Help files. |
47 | In many cases, you may wish to use the wxWidgets HTML | |
dc28cdf8 FM |
48 | Help classes from within your application, but this provides a |
49 | handy stand-alone viewer. See @ref overview_html for more details. | |
4514447c | 50 | |
dc28cdf8 | 51 | You can find Helpview in @c utils/helpview. |
4514447c FM |
52 | |
53 | ||
dc28cdf8 | 54 | @section page_utils_hhp2cached HHP2Cached |
3c4f71cc | 55 | |
dc28cdf8 FM |
56 | This utility creates a "cached" version of a @c .hhp file; using cached @c .hhp |
57 | files in wxHtmlHelpController can drammatically improve the performances | |
58 | of the help viewer. See wxHtmlHelpController for more details. | |
3c4f71cc | 59 | |
0c1cc948 | 60 | You can find HHP2Cached in @c utils/hhp2cached. |
3c4f71cc | 61 | |
3c4f71cc | 62 | |
5934cda1 FM |
63 | @section page_utils_ifacecheck Interface checker |
64 | ||
65 | This utility compares the wxWidgets real interface contained in the @c include | |
66 | hierarchy with the wxWidgets interface used for documentation purposes and | |
67 | kept in the @c interface hierarchy. | |
68 | ||
69 | Ifacecheck warns about incoherences (mainly wrong prototype signatures) and | |
70 | can even correct them automatically. It uses the XML outputs of the gccxml utility | |
71 | (see http://www.gccxml.org) and of the Doxygen utility (see http://www.doxygen.org) | |
72 | to do the comparisons. | |
73 | ||
4c51a665 | 74 | It's explicitly designed for wxWidgets documentation needs and is probably of little |
21864ff2 FM |
75 | use for anything else than wxWidgets docs reviewing. |
76 | ||
5934cda1 FM |
77 | You can find it in @c utils/ifacecheck. |
78 | ||
79 | ||
5934cda1 | 80 | @section page_utils_wxrc wxWidgets XML Resource Compiler |
3c4f71cc | 81 | |
dc28cdf8 FM |
82 | This utility allows the user to compile @e binary versions of their XRC files, |
83 | which are compressed and can be loaded faster than plain XRC files. | |
84 | See @ref overview_xrc for more info. | |
3c4f71cc | 85 | |
dc28cdf8 | 86 | You can find it under @c utils/wxrc. |
3c4f71cc | 87 | |
4514447c | 88 | */ |
29f86fc1 | 89 |