kate Library API Documentation

projectiface_skel.cpp

00001 /****************************************************************************
00002 **
00003 ** DCOP Skeleton created by dcopidl2cpp from projectiface.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #include "./projectiface.h"
00010 
00011 #include <kdatastream.h>
00012 
00013 
00014 static const char* const KateProjectDCOPIface_ftable[2][3] = {
00015     { "void", "test()", "test()" },
00016     { 0, 0, 0 }
00017 };
00018 static const int KateProjectDCOPIface_ftable_hiddens[1] = {
00019     0,
00020 };
00021 
00022 bool KateProjectDCOPIface::process(const QCString &fun, const QByteArray &data, QCString& replyType, QByteArray &replyData)
00023 {
00024     if ( fun == KateProjectDCOPIface_ftable[0][1] ) { // void test()
00025     replyType = KateProjectDCOPIface_ftable[0][0]; 
00026     test( );
00027     } else {
00028     return DCOPObject::process( fun, data, replyType, replyData );
00029     }
00030     return true;
00031 }
00032 
00033 QCStringList KateProjectDCOPIface::interfaces()
00034 {
00035     QCStringList ifaces = DCOPObject::interfaces();
00036     ifaces += "KateProjectDCOPIface";
00037     return ifaces;
00038 }
00039 
00040 QCStringList KateProjectDCOPIface::functions()
00041 {
00042     QCStringList funcs = DCOPObject::functions();
00043     for ( int i = 0; KateProjectDCOPIface_ftable[i][2]; i++ ) {
00044     if (KateProjectDCOPIface_ftable_hiddens[i])
00045         continue;
00046     QCString func = KateProjectDCOPIface_ftable[i][0];
00047     func += ' ';
00048     func += KateProjectDCOPIface_ftable[i][2];
00049     funcs << func;
00050     }
00051     return funcs;
00052 }
00053 
00054 
KDE Logo
This file is part of the documentation for kate Library Version 3.3.90.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Apr 4 11:21:45 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003