18 #include <msdevstudio/MSconfig.h>
63 #if QT_VERSION < 0x040000
64 std::map < const QListViewItem *, const ViewBase * >
m_view_map;
66 std::map < const Q3ListViewItem *, const ViewBase * > m_view_map;
83 #if QT_VERSION < 0x040000
86 virtual void selectionChanged ( Q3ListViewItem * );
91 virtual void copyButton_clicked ();
95 virtual void closeButton_clicked ();
113 void setBrowserMode (
bool browser,
QWidget * observer = 0 );
119 #endif // _PlotTable_H_
The file created from PlotTableBase.ui with the Qt uic tool.
This class implements additional FigureEditor functionality particular to QtView objects.
#define MDL_QTHIPPOPLOT_API
QWidget * m_observer
The Window that initiated the browsing, if any.
A derived class of PlotTableBase class which is generated by the Qt designer.
The base class for the PlotTable class.
CanvasView * m_canvas_view
The canvas that is currently being used.
bool m_browser_mode
The mode of the plot table.
std::map< const QListViewItem *, const ViewBase * > m_view_map
A map to associate a QListViewItem with its ViewBase.