mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Update Graph on/off switches when adding Clones
This commit is contained in:
parent
483c887b90
commit
7ee1c64b97
@ -2179,6 +2179,7 @@ void gGraphView::onSnapshotGraphToggle()
|
|||||||
|
|
||||||
newgraph->setSnapshot(true);
|
newgraph->setSnapshot(true);
|
||||||
|
|
||||||
|
emit GraphsChanged();
|
||||||
|
|
||||||
// addGraph(newgraph);
|
// addGraph(newgraph);
|
||||||
updateScale();
|
updateScale();
|
||||||
@ -2196,6 +2197,8 @@ void gGraphView::onSnapshotGraphToggle()
|
|||||||
|
|
||||||
updateScale();
|
updateScale();
|
||||||
timedRedraw(0);
|
timedRedraw(0);
|
||||||
|
|
||||||
|
emit GraphsChanged();
|
||||||
}
|
}
|
||||||
qDebug() << cmd << name;
|
qDebug() << cmd << name;
|
||||||
}
|
}
|
||||||
|
@ -649,6 +649,7 @@ class gGraphView
|
|||||||
signals:
|
signals:
|
||||||
void updateCurrentTime(double);
|
void updateCurrentTime(double);
|
||||||
void updateRange(double,double);
|
void updateRange(double,double);
|
||||||
|
void GraphsChanged();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
//! \brief Callback from the ScrollBar, to change scroll position
|
//! \brief Callback from the ScrollBar, to change scroll position
|
||||||
|
@ -411,6 +411,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared)
|
|||||||
|
|
||||||
connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double)));
|
connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double)));
|
||||||
connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double)));
|
connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double)));
|
||||||
|
connect(GraphView, SIGNAL(GraphsChanged()), this, SLOT(updateGraphCombo()));
|
||||||
|
|
||||||
GraphView->setEmptyImage(QPixmap(":/docs/sheep.png"));
|
GraphView->setEmptyImage(QPixmap(":/docs/sheep.png"));
|
||||||
}
|
}
|
||||||
|
@ -273,6 +273,7 @@ private slots:
|
|||||||
|
|
||||||
void on_toggleEvents_clicked(bool checked);
|
void on_toggleEvents_clicked(bool checked);
|
||||||
|
|
||||||
|
void updateGraphCombo();
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -311,7 +312,6 @@ private:
|
|||||||
void UpdateEventsTree(QTreeWidget * tree,Day *day);
|
void UpdateEventsTree(QTreeWidget * tree,Day *day);
|
||||||
|
|
||||||
void updateCube();
|
void updateCube();
|
||||||
void updateGraphCombo();
|
|
||||||
|
|
||||||
|
|
||||||
QString getSessionInformation(Day *);
|
QString getSessionInformation(Day *);
|
||||||
|
@ -331,7 +331,7 @@ Overview::Overview(QWidget *parent, gGraphView *shared) :
|
|||||||
connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double)));
|
connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double)));
|
||||||
connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double)));
|
connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double)));
|
||||||
|
|
||||||
|
connect(GraphView, SIGNAL(GraphsChanged()), this, SLOT(updateGraphCombo()));
|
||||||
}
|
}
|
||||||
Overview::~Overview()
|
Overview::~Overview()
|
||||||
{
|
{
|
||||||
|
@ -70,7 +70,6 @@ class Overview : public QWidget
|
|||||||
//! \breif List of SummaryCharts shown on the overview page
|
//! \breif List of SummaryCharts shown on the overview page
|
||||||
QVector<SummaryChart *> OverviewCharts;
|
QVector<SummaryChart *> OverviewCharts;
|
||||||
|
|
||||||
void updateGraphCombo();
|
|
||||||
void ResetGraph(QString name);
|
void ResetGraph(QString name);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
@ -85,6 +84,7 @@ class Overview : public QWidget
|
|||||||
void on_rbLastMonth_clicked();
|
void on_rbLastMonth_clicked();
|
||||||
void on_rbEverything_clicked();
|
void on_rbEverything_clicked();
|
||||||
void on_rbDateRange_clicked(); */
|
void on_rbDateRange_clicked(); */
|
||||||
|
void updateGraphCombo();
|
||||||
|
|
||||||
//! \brief Resets the graph view because the Start date has been changed
|
//! \brief Resets the graph view because the Start date has been changed
|
||||||
void on_dateStart_dateChanged(const QDate &date);
|
void on_dateStart_dateChanged(const QDate &date);
|
||||||
|
@ -1759,6 +1759,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="cancelButton">
|
<widget class="QPushButton" name="cancelButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Cancel</string>
|
<string>&Cancel</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1766,6 +1778,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="informationButton">
|
<widget class="QPushButton" name="informationButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Information Page</string>
|
<string>&Information Page</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1773,6 +1797,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="retryButton">
|
<widget class="QPushButton" name="retryButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Retry</string>
|
<string>&Retry</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1780,6 +1816,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="chooseSessionButton">
|
<widget class="QPushButton" name="chooseSessionButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Choose Session</string>
|
<string>&Choose Session</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1787,6 +1835,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="stopButton">
|
<widget class="QPushButton" name="stopButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&End Recording</string>
|
<string>&End Recording</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1794,6 +1854,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="syncButton">
|
<widget class="QPushButton" name="syncButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Sync and Save</string>
|
<string>&Sync and Save</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1801,6 +1873,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="saveButton">
|
<widget class="QPushButton" name="saveButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Save and Finish</string>
|
<string>&Save and Finish</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1808,6 +1892,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="nextButton">
|
<widget class="QPushButton" name="nextButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>160</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Start</string>
|
<string>&Start</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user