]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Timeout_pimpl.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / Timeout_pimpl.h
index b53f5ab9855e11a4cfba196258a76ebbd47cb945..682bfe7fb9d08dac47c8f0b6407a467128444549 100644 (file)
@@ -1,19 +1,20 @@
 // -*- C++ -*-
 /**
- * \file Timeout_pimpl.h
+ * \file xforms/Timeout_pimpl.h
  * Copyright 2001 LyX Team
- * Read COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 #ifndef TIMEOUTPIMPL_H
 #define TIMEOUTPIMPL_H
 
 #include "frontends/Timeout.h"
 
-#include <sigc++/signal_system.h>
-
 #ifdef __GNUG__
 #pragma interface
 #endif
@@ -26,6 +27,8 @@ struct Timeout::Pimpl {
 public:
        ///
        Pimpl(Timeout * owner_);
+       /// Is the timer running?
+       bool running() const;
        /// start the timer
        void start();
        /// stop the timer