20 #if QT_VERSION < 0x040000 75 virtual void addEntry();
83 virtual void deleteSelectedItem();
87 virtual void pickedCheckBoxClicked();
91 virtual void listSorted (
int );
95 #if QT_VERSION < 0x040000 98 unsigned int indexOf ( Q3ListViewItem * target );
106 void refreshItems (
unsigned int select);
123 void addItem ( std::vector < double > & v );
127 virtual void m_pick_table_selectionChanged();
131 NTuple * getPickTable ()
const;
137 #endif // _PickTable_H_ unsigned int m_column
The number of columns of the pick table.
PlotterBase * m_target
The target PlotterBase object.
The base class for data representations.
The base class for the PlotterBase hierarchy.
A DataSource class implemented with std::vector<double> to store the column data. ...
NTupleSorter * m_sorter
The object that maintains the NTuple of picked data points.
A derived class of PickTableBase class which is generated by the Qt designer.
A helper class to sort and keep sorted an NTuple.
DataRep * m_datarep
The DataRep of picked points.
#define MDL_QTHIPPOPLOT_API