VAPOR3 3.9.4
VDoubleSliderEditMenu.h
Go to the documentation of this file.
1#pragma once
2
3#include <QMenu>
4#include "VDoubleRangeMenu.h"
5
7
13
14// clang-format off
15
17 Q_OBJECT
18
19public:
20 explicit VDoubleSliderEditMenu(QWidget *parent);
21
23 void AllowDynamicUpdate() const;
24
25protected:
27
28public slots:
30 void SetDynamicUpdate(bool enabled);
31
32private slots:
33 void _dynamicUpdateChanged(bool dynamicUpdateEnabled);
34
35signals:
36 void DynamicUpdateChanged(bool dynamicUpdateEnabled);
37};
38
39// clang-format on
A menu item represented by a VLabel and VCheckBox, wrapped in a VLineItem.
Definition: VActions.h:64
A menu that allows the user to control the range of double values that can be set by a widget....
A menu for VDoubleSliderEdit that allows for setting a min/max range, numeric formatting controls,...
void DynamicUpdateChanged(bool dynamicUpdateEnabled)
void AllowDynamicUpdate() const
Allow the toggling of the dynamic update checkbox in the right-click menu.
VDoubleSliderEditMenu(QWidget *parent)
void SetDynamicUpdate(bool enabled)
Check/Uncheck the dynamic update checkbox.
VCheckBoxAction * _dynamicUpdateAction