kspread

kspreadcoremodule.h

00001 /*
00002  *  Copyright (c) 2005 Cyrille Berger <cberger@cberger.net>
00003  *  Copyright (c) 2006 Isaac Clerencia <isaac@warp.es>
00004  *
00005  *  This program is free software; you can redistribute it and/or modify
00006  *  it under the terms of the GNU Library General Public License as published by
00007  *  the Free Software Foundation; either version 2 of the License, or
00008  *  (at your option) any later version.
00009  *
00010  *  This program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *  GNU Library General Public License for more details.
00014  *
00015  *  You should have received a copy of the GNU Library General Public License
00016  *  along with this program; if not, write to the Free Software
00017  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
00018  */
00019 
00020 #ifndef KSPREAD_KROSS_KSPREADCOREMODULE_H
00021 #define KSPREAD_KROSS_KSPREADCOREMODULE_H
00022 
00023 #include <qstring.h>
00024 #include <qvariant.h>
00025 
00026 #define KROSS_MAIN_EXPORT KDE_EXPORT
00027 
00028 #include <api/module.h>
00029 #include <api/event.h>
00030 
00031 namespace Kross { namespace Api {
00032     class Manager;
00033 }}
00034 
00035 namespace Kross { namespace KSpreadCore {
00036 
00049     class KSpreadCoreModule : public Kross::Api::Module
00050     {
00051         public:
00052             KSpreadCoreModule(Kross::Api::Manager* manager);
00053             virtual ~KSpreadCoreModule();
00054             virtual const QString getClassName() const;
00055             //virtual Kross::Api::Object::Ptr call(const QString& name, Kross::Api::List::Ptr arguments);
00056         private:
00057 
00058 #if 0
00059 
00072              Kross::Api::Object::Ptr newRGBColor(Kross::Api::List::Ptr);
00073 #endif
00074 
00075         private:
00076             Kross::Api::Manager* m_manager;
00077     };
00078 
00079 }}
00080 
00081 #endif
00082 
KDE Home | KDE Accessibility Home | Description of Access Keys