diff options
Diffstat (limited to 'clients/tde/src/part/commanalyzer/part.h')
-rw-r--r-- | clients/tde/src/part/commanalyzer/part.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clients/tde/src/part/commanalyzer/part.h b/clients/tde/src/part/commanalyzer/part.h index 252a67c..a45618c 100644 --- a/clients/tde/src/part/commanalyzer/part.h +++ b/clients/tde/src/part/commanalyzer/part.h @@ -17,6 +17,7 @@ class TraceWidget; class TQSocket; class TQTimer; class TQMutex; +class TQRectF; class CommAnalyzerBase; namespace RemoteLab @@ -35,6 +36,7 @@ namespace RemoteLab public slots: virtual bool openURL(const KURL &url); + void updateZoomWidgetLimits(const TQRectF& zoomRect); private slots: void postInit(); @@ -42,7 +44,8 @@ namespace RemoteLab void updateGraticule(); void connectionFinishedCallback(); void disconnectFromServerCallback(); -// void connectionStatusChangedCallback(); + void connectionStatusChangedCallback(); + void setTickerMessage(TQString message); void mainEventLoop(); virtual void postProcessTrace(); void saRefLevelChanged(double); @@ -52,6 +55,7 @@ namespace RemoteLab int m_commHandlerState; int m_commHandlerMode; int m_commHandlerCommandState; + TQTimer* m_forcedUpdateTimer; TQTimer* m_updateTimeoutTimer; bool m_connectionActiveAndValid; unsigned char m_tickerState; |