summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-11-13 12:42:14 (GMT)
committerck <qt-info@nokia.com>2009-11-13 12:42:14 (GMT)
commit9cd0edaa07d469df4daa7b071031d58cf0baaee3 (patch)
tree127e24f77fbd90aa97e905cb2ee6f6ab558c6b96 /doc
parent88412920c58286d22aaa1e121b1030298adf86eb (diff)
downloadQt-9cd0edaa07d469df4daa7b071031d58cf0baaee3.zip
Qt-9cd0edaa07d469df4daa7b071031d58cf0baaee3.tar.gz
Qt-9cd0edaa07d469df4daa7b071031d58cf0baaee3.tar.bz2
Assistant: Fix expandToc logic.
Documentation and implementation for the expandToc remote command did not agree. Fixed both. Also added documentation for recently implemented register/unregister remote commands. Reviewed-by: kh1 Reviewed-by: David Boddie
Diffstat (limited to 'doc')
-rw-r--r--doc/src/development/assistant-manual.qdoc11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/development/assistant-manual.qdoc b/doc/src/development/assistant-manual.qdoc
index 3ecadc7..9b52df4 100644
--- a/doc/src/development/assistant-manual.qdoc
+++ b/doc/src/development/assistant-manual.qdoc
@@ -722,13 +722,20 @@
\o Selects the item in the contents widget which corresponds to
the currently displayed page.
\row
- \o \c{setCurrentFilter}
+ \o \c{setCurrentFilter <filter>}
\o Selects the specified filter and updates the visual representation
accordingly.
\row
\o \c{expandToc <Depth>}
\o Expands the table of contents tree to the given depth. If depth
- is less than 1, the tree will be collapsed completely.
+ is 0, the tree will be collapsed completely. If depth is -1,
+ the tree will be expanded completely.
+ \row
+ \o \c{register <help file>}
+ \o Adds the given Qt compressed help file to the collection.
+ \row
+ \o \c{unregister <help file>}
+ \o Removes the given Qt compressed help file from the collection.
\endtable
If you want to send several commands within a short period of time, it is