Changeset 8704:37ea5fd8951d in orange for source/orangeqt/plot.h
- Timestamp:
- 08/14/11 15:05:16 (22 months ago)
- Branch:
- default
- Convert:
- f095807e48746568b94fa60d68d1a39037aaf91e
- File:
-
- 1 edited
-
source/orangeqt/plot.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
source/orangeqt/plot.h
r8690 r8704 84 84 QList< Point*> marked_points(); 85 85 86 Point* nearest_point(const QPointF& pos); 87 86 Point* nearest_point(const QPointF& pos); 88 87 Point* point_at(const DataPoint& pos); 89 90 91 88 Point* selected_point_at(const DataPoint& pos); 92 89 QList<Point*> all_points(); 90 93 91 void add_point(Point* point, PlotItem* parent); 94 92 void add_points(const QList<Point*>& items, PlotItem* parent);
Note: See TracChangeset
for help on using the changeset viewer.
