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

Contents of /infoscreen/clientsiderender.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 516 - (show 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 #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
15 void timerTick();
16 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