|
VAPOR3 3.9.4
|
A menu item represented by a VLabel and VSpinBox, wrapped in a VLineItem selection tab in any renderer EventRouter class. More...
#include <VActions.h>
Signals | |
| void | editingFinished (int) |
Public Member Functions | |
| VSpinBoxAction (const std::string &title, int value) | |
| void | SetValue (int value) |
| Set the current integer value held by the VSpinBox. | |
Public Member Functions inherited from VLineAction | |
| VLineAction (const std::string &title, VHBoxWidget *container) | |
A menu item represented by a VLabel and VSpinBox, wrapped in a VLineItem selection tab in any renderer EventRouter class.
A QWidgetAction that represents itself as a VLineItem, which contains a VLabel and a VSpinBox. VWidget's standard SetValue() function can be used to retrieve and update the current value. Used within QMenu classes.
Definition at line 33 of file VActions.h.
| VSpinBoxAction::VSpinBoxAction | ( | const std::string & | title, |
| int | value | ||
| ) |
|
signal |
| void VSpinBoxAction::SetValue | ( | int | value | ) |
Set the current integer value held by the VSpinBox.