Changeset 8704:37ea5fd8951d in orange for source/orangeqt/plot.h


Ignore:
Timestamp:
08/14/11 15:05:16 (22 months ago)
Author:
Noughmad <Noughmad@…>
Branch:
default
Convert:
f095807e48746568b94fa60d68d1a39037aaf91e
Message:

Make point selection work (again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/orangeqt/plot.h

    r8690 r8704  
    8484    QList< Point*> marked_points(); 
    8585     
    86     Point* nearest_point(const QPointF& pos); 
    87      
     86    Point* nearest_point(const QPointF& pos);     
    8887    Point* point_at(const DataPoint& pos); 
    89      
    90      
    9188    Point* selected_point_at(const DataPoint& pos); 
    92      
     89    QList<Point*> all_points(); 
     90 
    9391    void add_point(Point* point, PlotItem* parent); 
    9492    void add_points(const QList<Point*>& items, PlotItem* parent); 
Note: See TracChangeset for help on using the changeset viewer.