version 2.27.0
Graphic legend checks context menu rework
This commit is contained in:
@@ -435,6 +435,7 @@ protected:
|
||||
void fillDateFormats();
|
||||
void askForExport(bool view_only);
|
||||
bool checkGraphicIndex(int index) const;
|
||||
void graphicVisibleChanged();
|
||||
|
||||
Ui::Graphic * ui;
|
||||
UGLWidget * canvas_gl;
|
||||
@@ -458,7 +459,8 @@ protected:
|
||||
GraphicConf * conf;
|
||||
EvalSpinBox line_x_min, line_x_max, line_y_min, line_y_max;
|
||||
QElapsedTimer tm;
|
||||
QMenu * buttons_menu = nullptr;
|
||||
QMenu * buttons_menu = nullptr;
|
||||
QCheckBox * action_source = nullptr;
|
||||
#ifdef Q_OS_ANDROID
|
||||
QElapsedTimer tm_fscr;
|
||||
#endif
|
||||
@@ -489,11 +491,14 @@ protected slots:
|
||||
void canvasWheelEvent(QWheelEvent *);
|
||||
void canvasLeaveEvent(QEvent *);
|
||||
void graphicVisibleChange(bool checked);
|
||||
void graphicAllVisibleChange(bool checked);
|
||||
void lineXMinChanged(double value);
|
||||
void lineXMaxChanged(double value);
|
||||
void lineYMinChanged(double value);
|
||||
void lineYMaxChanged(double value);
|
||||
void on_actionCheck_all_triggered();
|
||||
void on_actionUncheck_all_triggered();
|
||||
void on_actionInvert_selection_triggered();
|
||||
void on_actionSelect_only_this_triggered();
|
||||
void on_graphic_buttonClose_clicked();
|
||||
void on_graphic_buttonClear_clicked();
|
||||
void on_graphic_buttonAutofit_clicked();
|
||||
|
||||
Reference in New Issue
Block a user