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

dcop

  • dcop
  • dcopidl2cpp
type.h
1 #ifndef TYPE_H
2 #define TYPE_H
3 
4 #include <tqtextstream.h>
5 #include <tqdom.h>
6 
7 static TQString writeType( TQTextStream& str, const TQDomElement& r )
8 {
9  Q_ASSERT( r.tagName() == "TYPE" );
10  if ( r.hasAttribute( "qleft" ) )
11  str << r.attribute("qleft") << " ";
12  TQString t = r.firstChild().toText().data();
13  t = t.replace( ">>", "> >" );
14  str << t;
15  if ( r.hasAttribute( "qright" ) )
16  str << r.attribute("qright") << " ";
17  else
18  str << " ";
19  return t;
20 }
21 
22 #endif

dcop

Skip menu "dcop"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

dcop

Skip menu "dcop"
  • 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 dcop by doxygen 1.8.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |