VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAnalogClock.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAnalogClock.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 
14 #ifndef DTANALOGCLOCK_H
15 #define DTANALOGCLOCK_H
16 
17 #include <vrvCoreQt/vrvCoreQt.h>
18 #include <QtGui/QWidget>
19 #include <QtCore/QTime>
20 
21 namespace makVrv
22 {
23 
27  {
28  //Q_OBJECT
29  public:
30 
32  DtAnalogClock(QWidget *parent = 0);
33 
35  virtual ~DtAnalogClock();
36 
39  virtual void setTime(QTime time);
40 
41  protected:
43  virtual void paintEvent(QPaintEvent *event);
44 
45  QTime myTime;
46  };
47 
48 }
49 
50 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)