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

kdecore

kdebugdcopiface_skel.cpp

00001 /****************************************************************************
00002 **
00003 ** DCOP Skeleton generated by dcopidl2cpp from kdebugdcopiface.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #include "./kdebugdcopiface.h"
00010 
00011 #include <kdatastream.h>
00012 
00013 
00014 static const char* const KDebugDCOPIface_ftable[3][3] = {
00015     { "void", "notifyKDebugConfigChanged()", "notifyKDebugConfigChanged()" },
00016     { "void", "printBacktrace()", "printBacktrace()" },
00017     { 0, 0, 0 }
00018 };
00019 static const int KDebugDCOPIface_ftable_hiddens[2] = {
00020     0,
00021     0,
00022 };
00023 
00024 bool KDebugDCOPIface::process(const QCString &fun, const QByteArray &data, QCString& replyType, QByteArray &replyData)
00025 {
00026     if ( fun == KDebugDCOPIface_ftable[0][1] ) { // void notifyKDebugConfigChanged()
00027     replyType = KDebugDCOPIface_ftable[0][0]; 
00028     notifyKDebugConfigChanged( );
00029     } else if ( fun == KDebugDCOPIface_ftable[1][1] ) { // void printBacktrace()
00030     replyType = KDebugDCOPIface_ftable[1][0]; 
00031     printBacktrace( );
00032     } else {
00033     return DCOPObject::process( fun, data, replyType, replyData );
00034     }
00035     return true;
00036 }
00037 
00038 QCStringList KDebugDCOPIface::interfaces()
00039 {
00040     QCStringList ifaces = DCOPObject::interfaces();
00041     ifaces += "KDebugDCOPIface";
00042     return ifaces;
00043 }
00044 
00045 QCStringList KDebugDCOPIface::functions()
00046 {
00047     QCStringList funcs = DCOPObject::functions();
00048     for ( int i = 0; KDebugDCOPIface_ftable[i][2]; i++ ) {
00049     if (KDebugDCOPIface_ftable_hiddens[i])
00050         continue;
00051     QCString func = KDebugDCOPIface_ftable[i][0];
00052     func += ' ';
00053     func += KDebugDCOPIface_ftable[i][2];
00054     funcs << func;
00055     }
00056     return funcs;
00057 }
00058 
00059 

kdecore

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

@topname@

Skip menu "@topname@"
  •     kdnssd-avahi
  • 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
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for @topname@ by doxygen 1.5.5
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