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

kdoctools

  • kdoctools
tdeio_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 <tdeio/global.h>
19#include <tdeio/slavebase.h>
20
21class HelpProtocol : public TDEIO::SlaveBase
22{
23public:
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
32private:
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
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kdoctools by doxygen 1.9.4
This website is maintained by Timothy Pearson.