VAPOR3 3.9.4
Signals | Public Member Functions | List of all members
VDoubleLineEditAction Class Reference

#include <VActions.h>

Inheritance diagram for VDoubleLineEditAction:
VLineAction

Signals

void ValueChanged (double)
 

Public Member Functions

 VDoubleLineEditAction (const std::string &title, double value)
 
void SetValue (double value)
 Set the numeric value held by the VIntLineEdit.
 
- Public Member Functions inherited from VLineAction
 VLineAction (const std::string &title, VHBoxWidget *container)
 

Detailed Description

A QWidgetAction that represents itself as a VLineItem, which contains a VLabel and a VDoubleLineEditAction. VWidget's standard SetValue() function can be used to retrieve and update the current value. Used within QMenu classes.

Definition at line 157 of file VActions.h.

Constructor & Destructor Documentation

◆ VDoubleLineEditAction()

VDoubleLineEditAction::VDoubleLineEditAction ( const std::string &  title,
double  value 
)

Member Function Documentation

◆ SetValue()

void VDoubleLineEditAction::SetValue ( double  value)

Set the numeric value held by the VIntLineEdit.

◆ ValueChanged

void VDoubleLineEditAction::ValueChanged ( double  )
signal

The documentation for this class was generated from the following file: