• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

dcop

type.h

Go to the documentation of this file.
00001 #ifndef TYPE_H
00002 #define TYPE_H
00003 
00004 #include <qtextstream.h>
00005 #include <qdom.h>
00006 
00007 static QString writeType( QTextStream& str, const QDomElement& r )
00008 {
00009   Q_ASSERT( r.tagName() == "TYPE" );
00010   if ( r.hasAttribute( "qleft" ) )
00011     str << r.attribute("qleft") << " ";
00012   QString 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
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal