From 3133bbc63a2d32dac638db58fa13e966488e88b5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 15 Feb 2010 18:23:18 +0000 Subject: Added abandoned KDE3 version of kchmviewer git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1090662 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- DCOP-bingings | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DCOP-bingings (limited to 'DCOP-bingings') diff --git a/DCOP-bingings b/DCOP-bingings new file mode 100644 index 0000000..a3cfb03 --- /dev/null +++ b/DCOP-bingings @@ -0,0 +1,22 @@ +kchmviewer supports the following DCOP bindings: + +Interface name: KCHMDCOPIface + +Bingings: + + // Loads a CHM file filename , and opens the URL url. Use URL "/" to open default homepage + void loadHelpFile( String filename, String url ); + + // Opens a specific url inside the loaded CHM file + void openPage( String url ); + + // Tries to find word in index, opening the index window and scrolling it there + void guiFindInIndex( String word ); + + // Executes a search in GUI. query contains the complete search query. + void guiSearchQuery( String query ); + + // Executes a search; GUI is not involved and user sees nothing. + // query contains the complete search query. + // Returns a list of URLs, or empty array if nothing os + StringList searchQuery( String query ); -- cgit v1.2.3