/[projects]/infoscreen/clientsiderender.h
ViewVC logotype

Annotation of /infoscreen/clientsiderender.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 516 - (hide annotations) (download)
Tue Dec 15 21:06:14 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 446 byte(s)
code sync
1 torben 515 #ifndef CLIENTSIDERENDER_H
2     #define CLIENTSIDERENDER_H
3    
4     #include <QWidget>
5    
6     class QGraphicsTextItem;
7     class QGraphicsView;
8     class QGraphicsScene;
9    
10     class ClientSideRender : public QWidget
11     {
12     public:
13     ClientSideRender(QWidget* parent);
14 torben 516
15     void timerTick();
16 torben 515 protected:
17     virtual void resizeEvent ( QResizeEvent * event );
18     private:
19     QGraphicsTextItem *text;
20     QGraphicsView* view ;
21     QGraphicsScene* scene;
22     };
23    
24     #endif // CLIENTSIDERENDER_H

  ViewVC Help
Powered by ViewVC 1.1.20