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