#include <qpui.h>
Public Slots | |
| void | plotSelectedItems () |
| void | setDefaultSelectedItems () |
| void | updateOnSelection () |
| void | copy () |
| void | paste () |
| void | moveItemUp () |
| void | moveItemDown () |
| void | deleteSelectedItems () |
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
| void | makeVector_RXYZ_Item () |
| void | makeVector_XYZ_Item () |
| void | makeVector_R_XYZ_Item () |
| void | makeVector_R_LP_Item () |
| void | makeVector_R_TP_Item () |
| void | makeVector_R_X_Y_Z_Item () |
| void | makeVector_X_Y_Z_Item () |
| void | makeVector_R_L_P_Item () |
| void | makeVector_R_T_P_Item () |
| void | makeC1_2_3_4_Item () |
| void | makeC1234_Item () |
| void | makeEventItem () |
| void | makeConstYTraceItem () |
| void | makeConstXTraceItem () |
| void | make2Panel_Item () |
| void | make3Panel_Item () |
| void | make4Panel_Item () |
| void | makePageItem () |
| void | makeTSFrameItem () |
| void | makeXYFrameItem () |
| void | makeTraceItem () |
| void | makeSpectrumItem () |
| void | makePanelItem () |
| void | setPageOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setFrameOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setTraceOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setEventOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setSpectrumOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setLegendOption (int option, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setAxisOption (int option, int axis=T_AXIS, int iChoice=0, float fChoice=0.0, const QString &sChoice="", bool bChoice=false, const QColor &cChoice=QColor(0, 0, 0)) |
| void | setPlotOption (int option, bool bChoice=false) |
| void | renameSelectedItem () |
| void | linkPlots () |
| void | unlinkPlots () |
| void | displayMenu (const QPoint &p) |
| void | mousePressEvent (QMouseEvent *event) |
| void | setPlotType (int plotType) |
| void | setFrameType (int frameType) |
| void | openObjectEditor (const QModelIndex &index) |
| void | expandChildren (const QModelIndex &i) |
| QList< QPersistentModelIndex > | selectedIndexes () |
| QList< QpuiItem * > | selectedItems () |
Signals | |
| void | raiseWindow () |
Public Member Functions | |
| PlotView (QWidget *parent=NULL) | |
| PlotModel * | plotModel () |
| void | plot () |
| PageItem * | makePage () |
| void | setCurrentItem (QpuiItem *i) |
| QpuiItem * | currentItem () |
Public Attributes | |
| QTabWidget * | tabWidget |
| QpTabType | I_LastTab |
| QList< PageItem * > | _plot_page_list |
| bool | isLink |
| PlotEditor * | delegate |
| QMenu * | RButtonMenu |
Protected Slots | |
| void | dragEnterEvent (QDragEnterEvent *event) |
Friends | |
| Vistream & | operator>> (Vistream &, PlotView &) |
| PlotView::PlotView | ( | QWidget * | parent = NULL |
) |
| void PlotView::copy | ( | ) | [slot] |
| void PlotView::currentChanged | ( | const QModelIndex & | current, | |
| const QModelIndex & | previous | |||
| ) | [slot] |
| QpuiItem* PlotView::currentItem | ( | ) | [inline] |
| void PlotView::deleteSelectedItems | ( | ) | [slot] |
| void PlotView::displayMenu | ( | const QPoint & | p | ) | [slot] |
| void PlotView::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, slot] |
| void PlotView::expandChildren | ( | const QModelIndex & | i | ) | [slot] |
| void PlotView::linkPlots | ( | ) | [slot] |
| void PlotView::make2Panel_Item | ( | ) | [inline, slot] |
| void PlotView::make3Panel_Item | ( | ) | [inline, slot] |
| void PlotView::make4Panel_Item | ( | ) | [inline, slot] |
| void PlotView::makeC1234_Item | ( | ) | [inline, slot] |
| void PlotView::makeC1_2_3_4_Item | ( | ) | [inline, slot] |
| void PlotView::makeConstXTraceItem | ( | ) | [inline, slot] |
| void PlotView::makeConstYTraceItem | ( | ) | [inline, slot] |
| void PlotView::makeEventItem | ( | ) | [inline, slot] |
| PageItem * PlotView::makePage | ( | ) |
| void PlotView::makePageItem | ( | ) | [inline, slot] |
| void PlotView::makePanelItem | ( | ) | [inline, slot] |
| void PlotView::makeSpectrumItem | ( | ) | [inline, slot] |
| void PlotView::makeTraceItem | ( | ) | [inline, slot] |
| void PlotView::makeTSFrameItem | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_L_P_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_LP_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_T_P_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_TP_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_X_Y_Z_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_R_XYZ_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_RXYZ_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_X_Y_Z_Item | ( | ) | [inline, slot] |
| void PlotView::makeVector_XYZ_Item | ( | ) | [inline, slot] |
| void PlotView::makeXYFrameItem | ( | ) | [inline, slot] |
| void PlotView::mousePressEvent | ( | QMouseEvent * | event | ) | [slot] |
| void PlotView::moveItemDown | ( | ) | [slot] |
| void PlotView::moveItemUp | ( | ) | [slot] |
| void PlotView::openObjectEditor | ( | const QModelIndex & | index | ) | [slot] |
| void PlotView::paste | ( | ) | [slot] |
| void PlotView::plot | ( | ) |
| PlotModel* PlotView::plotModel | ( | ) | [inline] |
| void PlotView::plotSelectedItems | ( | ) | [slot] |
| void PlotView::raiseWindow | ( | ) | [signal] |
| void PlotView::renameSelectedItem | ( | ) | [slot] |
| QList< QPersistentModelIndex > PlotView::selectedIndexes | ( | ) | [slot] |
| QList< QpuiItem * > PlotView::selectedItems | ( | ) | [slot] |
| void PlotView::setAxisOption | ( | int | option, | |
| int | axis = T_AXIS, |
|||
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setCurrentItem | ( | QpuiItem * | i | ) |
| void PlotView::setDefaultSelectedItems | ( | ) | [slot] |
| void PlotView::setEventOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setFrameOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setFrameType | ( | int | frameType | ) | [slot] |
| void PlotView::setLegendOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setPageOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setPlotOption | ( | int | option, | |
| bool | bChoice = false | |||
| ) | [slot] |
| void PlotView::setPlotType | ( | int | plotType | ) | [slot] |
| void PlotView::setSpectrumOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::setTraceOption | ( | int | option, | |
| int | iChoice = 0, |
|||
| float | fChoice = 0.0, |
|||
| const QString & | sChoice = "", |
|||
| bool | bChoice = false, |
|||
| const QColor & | cChoice = QColor(0, 0, 0) | |||
| ) | [slot] |
| void PlotView::unlinkPlots | ( | ) | [slot] |
| void PlotView::updateOnSelection | ( | ) | [slot] |
| QList<PageItem*> PlotView::_plot_page_list |
| bool PlotView::isLink |
| QMenu* PlotView::RButtonMenu |
| QTabWidget* PlotView::tabWidget |
1.5.7