From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/activeqt-tools-dumpdoc.html | 74 ++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 doc/html/activeqt-tools-dumpdoc.html (limited to 'doc/html/activeqt-tools-dumpdoc.html') diff --git a/doc/html/activeqt-tools-dumpdoc.html b/doc/html/activeqt-tools-dumpdoc.html new file mode 100644 index 000000000..c6a95a484 --- /dev/null +++ b/doc/html/activeqt-tools-dumpdoc.html @@ -0,0 +1,74 @@ + + + + + +The DumpDoc Tool + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

The DumpDoc Tool

+ + + +The dumpcoc tool generates TQt-style documentation for any +COM object and writes it into the file specified. +

Call dumpdoc with the following command line parameters: +

+ + + + + +
Option +Result +
-o file +Writes output to file +
object +Generate documentation for object +
-v +Print version information +
-h +Print help +
+

object must be an object installed on the local machine (ie. +remote objects are not supported), and can include subobjects +accessible through properties, ie. +Outlook.Application/Session/CurrentUser +

The generated file will be an HTML file using TQt documentation +style. +

To build the tool you must first build the +TQAxContainer library. +Then run your make tool in tools/dumpdoc. +

See also ActiveTQt Tools. + + +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1