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

dcop

type.h
00001 #ifndef TYPE_H
00002 #define TYPE_H
00003 
00004 #include <tqtextstream.h>
00005 #include <tqdom.h>
00006 
00007 static TQString writeType( TQTextStream& str, const TQDomElement& r )
00008 {
00009   Q_ASSERT( r.tagName() == "TYPE" );
00010   if ( r.hasAttribute( "qleft" ) )
00011     str << r.attribute("qleft") << " ";
00012   TQString t = r.firstChild().toText().data();
00013   t = t.replace( ">>", "> >" );
00014   str << t;
00015   if ( r.hasAttribute( "qright" ) )
00016     str << r.attribute("qright") << " ";
00017   else
00018     str << " ";
00019   return t;
00020 }
00021 
00022 #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.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |