Jeu Jeu!

Perche’ programmare e’ bello…

September 7th, 2006

/**
 * C++ Interface: SceneViewPlugin
 */

#ifndef SCENEVIEWPLUGIN_H
#define SCENEVIEWPLUGIN_H
#include <QList>
#include <QtPlugin>
class RemoteControlEvent;
class Scene;
class QString;
class QGraphicsItem;

/**
 * Scene View Plugin Interface class
 */
class SceneViewPlugin
{
public:
        virtual ~SceneViewPlugin() {};
        virtual QString name();
        virtual QList<QGraphicsItem*> graphicsItems();
        virtual void setScene(Scene *myscene) = 0;
        virtual void handleEvent(RemoteControlEvent *event) = 0;
};

Q_DECLARE_INTERFACE(SceneViewPlugin ,
        "org.rdfm.patata.plugin.sceneview/0.1");
#endif

E ora dico… DUE ORE!!!!!!! DUE FOTTUTE ORE per trovare l’errore… vado a zappare la terra vado… voi cercate…

2 Comments »

  1. darklady says

    sara’ forse quella QString?

    September 10th, 2006 | #

  2. ipomina Alessandra says

    so spazio se tscene anzichè set scene?….

    September 29th, 2006 | #

Leave a comment

:mrgreen: :neutral: :twisted: :shock: :smile: :???: :cool: :evil: :grin: :oops: :razz: :roll: :wink: :cry: :eek: :lol: :mad: :sad:

RSS feed for these comments. | TrackBack URI