mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Finished Array Visualizer having a X, Y, XX, YY, or XY arrays.
This commit is contained in:
@@ -36,6 +36,8 @@ class SeerArrayVisualizerWidget : public QWidget, protected Ui::SeerArrayVisuali
|
||||
void handlebVariableNameLineEdit ();
|
||||
void handleaArrayDisplayFormatComboBox (int index);
|
||||
void handlebArrayDisplayFormatComboBox (int index);
|
||||
void handleaAxisComboBox (int index);
|
||||
void handlebAxisComboBox (int index);
|
||||
void handleDataChanged ();
|
||||
void handleSplitterMoved (int pos, int index);
|
||||
void handleSeriesHovered (const QPointF& point, bool state);
|
||||
@@ -50,7 +52,11 @@ class SeerArrayVisualizerWidget : public QWidget, protected Ui::SeerArrayVisuali
|
||||
void resizeEvent (QResizeEvent* event);
|
||||
|
||||
private:
|
||||
QXYSeries* _series;
|
||||
void createASeries ();
|
||||
void createBSeries ();
|
||||
|
||||
QXYSeries* _aSeries;
|
||||
QXYSeries* _bSeries;
|
||||
int _aVariableId;
|
||||
int _bVariableId;
|
||||
int _aMemoryId;
|
||||
|
||||
Reference in New Issue
Block a user