A wrapper for a QLineEdit that handles user input of type string, and provides Vapor's standard setters, getters, and signals.
More...
#include <VStringLineEdit.h>
A wrapper for a QLineEdit that handles user input of type string, and provides Vapor's standard setters, getters, and signals.
Definition at line 19 of file VStringLineEdit.h.
◆ VStringLineEdit()
| VStringLineEdit::VStringLineEdit |
( |
std::string |
value = "" | ) |
|
◆ _getText()
| std::string VStringLineEdit::_getText |
( |
| ) |
const |
|
protected |
◆ _valueChanged
| virtual void VStringLineEdit::_valueChanged |
( |
| ) |
|
|
protectedvirtualslot |
◆ Clear()
| void VStringLineEdit::Clear |
( |
| ) |
|
|
inline |
◆ GetValueString()
| std::string VStringLineEdit::GetValueString |
( |
| ) |
const |
Get the current value in the line edit.
◆ RemoveContextMenu()
| void VStringLineEdit::RemoveContextMenu |
( |
| ) |
|
Remove the current context menu.
◆ SetAutoTooltip()
| void VStringLineEdit::SetAutoTooltip |
( |
bool |
on | ) |
|
◆ SetCustomContextMenu()
| void VStringLineEdit::SetCustomContextMenu |
( |
| ) |
|
Create a custom context menu for the QLineEdit.
◆ SetReadOnly()
| void VStringLineEdit::SetReadOnly |
( |
bool |
b | ) |
|
|
inline |
◆ SetValueString()
| void VStringLineEdit::SetValueString |
( |
std::string |
value | ) |
|
Set the current string value in the line edit.
Referenced by Clear().
◆ ValueChanged
| void VStringLineEdit::ValueChanged |
( |
const std::string & |
value | ) |
|
|
signal |
The documentation for this class was generated from the following file: