5#include <QWidgetAction>
48 void _spinBoxChanged(
int value);
79 void _checkBoxChanged(
bool value);
110 void _lineEditChanged(
int value);
141 void _lineEditChanged(
int value);
172 void _lineEditChanged(
double value);
A menu item represented by a VLabel and VCheckBox, wrapped in a VLineItem.
void SetValue(bool value)
Set the checkstate of the VCheckBox (0=unchecked, 1=checked)
VCheckBoxAction(const std::string &title, bool value)
void SetValue(double value)
Set the numeric value held by the VIntLineEdit.
void ValueChanged(double)
VDoubleLineEditAction(const std::string &title, double value)
A wrapper for a QLineEdit that handles user input of type double, and provides Vapor's standard sette...
A menu item represented by a VLabel and VIntLineEdit, wrapped in a VLineItem.
void SetValue(int value)
Set the numeric value held by the VIntLineEdit.
VIntLineEditAction(const std::string &title, int value)
A wrapper for a QLineEdit that handles user input of type int, and provides Vapor's standard setters,...
VLineAction(const std::string &title, VHBoxWidget *container)
A menu item represented by a VLabel and VSpinBox, wrapped in a VLineItem selection tab in any rendere...
void SetValue(int value)
Set the current integer value held by the VSpinBox.
VSpinBoxAction(const std::string &title, int value)
void editingFinished(int)
A menu item represented by a VLabel and VStringLineEdit, wrapped in a VLineItem.
void SetValue(const std::string &value)
Set the string value held by the VStringLineEdit.
VStringLineEditAction(const std::string &title, std::string value)
A wrapper for a QLineEdit that handles user input of type string, and provides Vapor's standard sette...