Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_plot_dict.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_plot_dict.h

    r4271 r8127  
    2727  If autoDelete() is enabled, all attached items will be deleted
    2828  in the destructor of the dictionary.
     29  QwtPlotDict can be used to get access to all QwtPlotItem items - or all
     30  items of a specific type -  that are currently on the plot.
    2931
    3032  \sa QwtPlotItem::attach(), QwtPlotItem::detach(), QwtPlotItem::z()
     
    4547        bool autoDelete = true );
    4648
     49protected:
     50    void insertItem( QwtPlotItem * );
     51    void removeItem( QwtPlotItem * );
     52
    4753private:
    48     friend class QwtPlotItem;
    49 
    50     void attachItem( QwtPlotItem *, bool );
    51 
    5254    class PrivateData;
    5355    PrivateData *d_data;
Note: See TracChangeset for help on using the changeset viewer.