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

#include <VLineEdit_Deprecated.h>

Inheritance diagram for VLineEdit_Deprecated:
VHBoxWidget

Public Slots

void emitLineEditChanged ()
 
void ShowContextMenu (const QPoint &)
 

Signals

void ValueChanged (const std::string &value)
 

Public Member Functions

 VLineEdit_Deprecated (const std::string &value="")
 
void SetValue (double value)
 
void SetValue (const std::string &value)
 
std::string GetValue () const
 
void SetIsDouble (bool isDouble)
 
void SetReadOnly (bool b)
 Sets the line edit to read-only based on the value of b.
 
void UseDoubleMenu ()
 

Additional Inherited Members

- Protected Member Functions inherited from VHBoxWidget
 VHBoxWidget ()
 

Detailed Description

Wraps a QLineEdit with vaporgui's standard setter/getter functions. Handles string and double types, as well as precision and display of double values.

Definition at line 20 of file VLineEdit_Deprecated.h.

Constructor & Destructor Documentation

◆ VLineEdit_Deprecated()

VLineEdit_Deprecated::VLineEdit_Deprecated ( const std::string &  value = "")

Member Function Documentation

◆ emitLineEditChanged

void VLineEdit_Deprecated::emitLineEditChanged ( )
slot

◆ GetValue()

std::string VLineEdit_Deprecated::GetValue ( ) const

◆ SetIsDouble()

void VLineEdit_Deprecated::SetIsDouble ( bool  isDouble)

◆ SetReadOnly()

void VLineEdit_Deprecated::SetReadOnly ( bool  b)

Sets the line edit to read-only based on the value of b.

◆ SetValue() [1/2]

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

◆ SetValue() [2/2]

void VLineEdit_Deprecated::SetValue ( double  value)

◆ ShowContextMenu

void VLineEdit_Deprecated::ShowContextMenu ( const QPoint &  )
slot

◆ UseDoubleMenu()

void VLineEdit_Deprecated::UseDoubleMenu ( )

◆ ValueChanged

void VLineEdit_Deprecated::ValueChanged ( const std::string &  value)
signal

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