#include <VLineEdit_Deprecated.h>
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.
◆ VLineEdit_Deprecated()
VLineEdit_Deprecated::VLineEdit_Deprecated |
( |
const std::string & |
value = "" | ) |
|
◆ 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: