qwt_system_clock.h
Go to the documentation of this file.
00001 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
00002  * Qwt Widget Library
00003  * Copyright (C) 1997   Josef Wilgen
00004  * Copyright (C) 2002   Uwe Rathmann
00005  *
00006  * This library is free software; you can redistribute it and/or
00007  * modify it under the terms of the Qwt License, Version 1.0
00008  *****************************************************************************/
00009 
00010 #ifndef QWT_SYSTEM_CLOCK_H
00011 #define QWT_SYSTEM_CLOCK_H
00012 
00013 #include "qwt_global.h"
00014 
00033 class QWT_EXPORT QwtSystemClock
00034 {
00035 public:
00036     QwtSystemClock();
00037     virtual ~QwtSystemClock();
00038 
00039     bool isNull() const;
00040 
00041     void start();
00042     double restart();
00043     double elapsed() const;
00044 
00045 private:
00046     Q_DISABLE_COPY(QwtSystemClock)
00047 
00048     class PrivateData;
00049     PrivateData *d_data;
00050 };
00051 
00052 #endif


plotjuggler
Author(s): Davide Faconti
autogenerated on Fri Sep 1 2017 02:41:57