summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/widgets/tracewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tde/src/widgets/tracewidget.h')
-rw-r--r--clients/tde/src/widgets/tracewidget.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/clients/tde/src/widgets/tracewidget.h b/clients/tde/src/widgets/tracewidget.h
index cda2188..9cf1d17 100644
--- a/clients/tde/src/widgets/tracewidget.h
+++ b/clients/tde/src/widgets/tracewidget.h
@@ -184,7 +184,7 @@ typedef TQMemArray<CursorData*> CursorList;
class GraticuleWidget : public TQWidget
{
Q_OBJECT
-
+
public:
GraticuleWidget(TraceWidget*, const char* = 0);
~GraticuleWidget();
@@ -192,6 +192,7 @@ class GraticuleWidget : public TQWidget
public:
virtual TQSizePolicy sizePolicy() const;
int virtualWidth();
+ bool userIsInteractingWithCursor();
protected:
virtual void paintEvent(TQPaintEvent*);
@@ -239,7 +240,7 @@ class TraceWidget : public TQWidget
SummaryText,
NoText
};
-
+
public:
TraceWidget(TQWidget* = 0, const char* = 0);
~TraceWidget();
@@ -310,6 +311,8 @@ class TraceWidget : public TQWidget
double traceTextOffset(uint traceNumber);
void setTraceTextOffset(uint traceNumber, double offset, bool deferUpdate);
+ bool userIsInteractingWithCursor();
+
static TQString prettyFormat(double value, double rangeDetectValue, TQString baseUnits, unsigned int precision=3);
virtual TQSize sizeHint() const;
@@ -381,7 +384,7 @@ class TraceWidget : public TQWidget
class TraceScrollView : public TQScrollView
{
Q_OBJECT
-
+
public:
TraceScrollView(TQWidget* = 0, const char* = 0);
~TraceScrollView();
@@ -400,7 +403,7 @@ class TraceScrollView : public TQScrollView
class TraceScrollWidget : public TQVBox
{
Q_OBJECT
-
+
public:
TraceScrollWidget(TQWidget* = 0, const char* = 0);
~TraceScrollWidget();