Checkpoint: ArrayVisualizer.

This commit is contained in:
Ernie Pasveer
2022-03-21 17:37:53 -05:00
parent 8e19c0ba58
commit 18dc573e7a
6 changed files with 181 additions and 47 deletions
+5 -1
View File
@@ -28,8 +28,12 @@ class SeerArrayVisualizerWidget : public QWidget, protected Ui::SeerArrayVisuali
void handleRefreshButton ();
void handleVariableNameLineEdit ();
void handleArrayDisplayFormatComboBox (int index);
void handleColumnCountSpinBox (int value);
void handleDataChanged ();
void handleSplitterMoved (int pos, int index);
void handleSeriesHovered (const QPointF& point, bool state);
void handleTitleLineEdit ();
void handlePointsCheckBox ();
void handleLabelsCheckBox ();
protected:
void writeSettings ();