diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-05 19:57:14 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-05 19:57:14 +0200 | 
| commit | 4ae6300717a10c7fa850b800f18a730aee1d3e07 (patch) | |
| tree | 455ae17634f5bbd8b18ce3a256db2647853bd600 /src/outputwindow.h | |
| parent | f4b015398462fff1a64d70b632390b4f06fe3bbe (diff) | |
Internal code editor. Sound system.
Diffstat (limited to 'src/outputwindow.h')
| -rw-r--r-- | src/outputwindow.h | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/src/outputwindow.h b/src/outputwindow.h index d875b36..bd8bf27 100644 --- a/src/outputwindow.h +++ b/src/outputwindow.h @@ -40,8 +40,8 @@ Q_OBJECT  public:    OutputWindow(); -  void forward(int x); -  void turn(int x); +  void forward(double x); +  void turn(double x);    void stopScript(); @@ -51,6 +51,9 @@ public:    void loadPen(QString file); +  double coordX(); +  double coordY(); +  public slots:    void timeout();    void reset(); | 
