akregator/src

feediconmanager_skel.cpp

00001 /****************************************************************************
00002 **
00003 ** DCOP Skeleton generated by dcopidl2cpp from feediconmanager.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #include "./feediconmanager.h"
00010 
00011 #include <kdatastream.h>
00012 
00013 namespace Akregator {
00014 
00015 static const char* const FeedIconManager_ftable[2][3] = {
00016     { "void", "slotIconChanged(bool,QString,QString)", "slotIconChanged(bool,QString,QString)" },
00017     { 0, 0, 0 }
00018 };
00019 static const int FeedIconManager_ftable_hiddens[1] = {
00020     0,
00021 };
00022 
00023 bool FeedIconManager::process(const QCString &fun, const QByteArray &data, QCString& replyType, QByteArray &replyData)
00024 {
00025     if ( fun == FeedIconManager_ftable[0][1] ) { // void slotIconChanged(bool,QString,QString)
00026     bool arg0;
00027     QString arg1;
00028     QString arg2;
00029     QDataStream arg( data, IO_ReadOnly );
00030     if (arg.atEnd()) return false;
00031     arg >> arg0;
00032     if (arg.atEnd()) return false;
00033     arg >> arg1;
00034     if (arg.atEnd()) return false;
00035     arg >> arg2;
00036     replyType = FeedIconManager_ftable[0][0]; 
00037     slotIconChanged(arg0, arg1, arg2 );
00038     } else {
00039     return DCOPObject::process( fun, data, replyType, replyData );
00040     }
00041     return true;
00042 }
00043 
00044 QCStringList FeedIconManager::interfaces()
00045 {
00046     QCStringList ifaces = DCOPObject::interfaces();
00047     ifaces += "Akregator::FeedIconManager";
00048     return ifaces;
00049 }
00050 
00051 QCStringList FeedIconManager::functions()
00052 {
00053     QCStringList funcs = DCOPObject::functions();
00054     for ( int i = 0; FeedIconManager_ftable[i][2]; i++ ) {
00055     if (FeedIconManager_ftable_hiddens[i])
00056         continue;
00057     QCString func = FeedIconManager_ftable[i][0];
00058     func += ' ';
00059     func += FeedIconManager_ftable[i][2];
00060     funcs << func;
00061     }
00062     return funcs;
00063 }
00064 
00065 } // namespace
00066 
KDE Home | KDE Accessibility Home | Description of Access Keys