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

A menu item represented by a VLabel and VStringLineEdit, wrapped in a VLineItem. More...

#include <VActions.h>

Inheritance diagram for VStringLineEditAction:
VLineAction

Signals

void ValueChanged (int)
 

Public Member Functions

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

Detailed Description

A menu item represented by a VLabel and VStringLineEdit, wrapped in a VLineItem.

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

Definition at line 95 of file VActions.h.

Constructor & Destructor Documentation

◆ VStringLineEditAction()

VStringLineEditAction::VStringLineEditAction ( const std::string &  title,
std::string  value 
)

Member Function Documentation

◆ SetValue()

void VStringLineEditAction::SetValue ( const std::string &  value)

Set the string value held by the VStringLineEdit.

◆ ValueChanged

void VStringLineEditAction::ValueChanged ( int  )
signal

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