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

kio/bookmarks

kbookmarkmanager_skel.cc

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

kio/bookmarks

Skip menu "kio/bookmarks"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • 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