File: DCOP-bingings

package info (click to toggle)
kchmviewer 3.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,876 kB
  • ctags: 1,202
  • sloc: cpp: 10,909; sh: 9,906; perl: 4,329; ansic: 2,023; makefile: 140
file content (22 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 );