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_
DataRep * m_datarep
The DataRep of picked points.
The file created from PickTableBase.ui with the Qt uic tool.
#define MDL_QTHIPPOPLOT_API
A helper class to sort and keep sorted an NTuple.
unsigned int m_column
The number of columns of the pick table.
PlotterBase * m_target
The target PlotterBase object.
The base class for the PlotterBase hierarchy.
The base class for data representations.
NTupleSorter * m_sorter
The object that maintains the NTuple of picked data points.
A DataSource class implemented with std::vector<double> to store the column data. ...
The base class for the PickTable class.
A derived class of PickTableBase class which is generated by the Qt designer.