• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdoctools
 

kdoctools

  • kdoctools
kio_help.h
1 #ifndef __help_h__
2 #define __help_h__
3 
4 
5 #include <sys/types.h>
6 #include <sys/stat.h>
7 
8 
9 #include <stdio.h>
10 #include <unistd.h>
11 
12 
13 #include <tqintdict.h>
14 #include <tqstring.h>
15 #include <tqvaluelist.h>
16 
17 
18 #include <kio/global.h>
19 #include <kio/slavebase.h>
20 
21 class HelpProtocol : public KIO::SlaveBase
22 {
23 public:
24 
25  HelpProtocol( bool ghelp, const TQCString &pool, const TQCString &app);
26  virtual ~HelpProtocol() { }
27 
28  virtual void get( const KURL& url );
29 
30  virtual void mimetype( const KURL& url );
31 
32 private:
33 
34  TQString langLookup(const TQString& fname);
35  void emitFile( const KURL &url );
36  void get_file( const KURL& url );
37  TQString lookupFile(const TQString &fname, const TQString &query,
38  bool &redirect);
39 
40  void unicodeError( const TQString &t );
41 
42  TQString mParsed;
43  bool mGhelp;
44 };
45 
46 
47 #endif

kdoctools

Skip menu "kdoctools"
  • Main Page
  • File List
  • Related Pages

kdoctools

Skip menu "kdoctools"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdoctools by doxygen 1.8.6
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |