![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <GraphicalString.hpp>
Inherits GraphicalValue.
Public Member Functions | |
| GraphicalString (const QString &value=QString(), QWidget *parent=0) | |
| ~GraphicalString () | |
| virtual bool | set_value (const QVariant &value) |
| virtual QVariant | value () const |
Public Member Functions inherited from GraphicalValue | |
| GraphicalValue (QWidget *parent=0) | |
| ~GraphicalValue () | |
| QString | value_string () const |
| QVariant | original_value () const |
| QString | original_value_string () const |
| bool | is_modified () const |
| void | commit () |
| QString | separator () const |
Private Slots | |
| void | text_updated (const QString &text) |
Private Attributes | |
| QLineEdit * | m_line_edit |
Additional Inherited Members | |
Signals inherited from GraphicalValue | |
| void | value_changed () |
Static Public Member Functions inherited from GraphicalValue | |
| static GraphicalValue * | create_from_option (boost::shared_ptr< common::Option > option, QWidget *parent=nullptr) |
Protected Attributes inherited from GraphicalValue | |
| QVariant | m_original_value |
| QHBoxLayout * | m_layout |
| bool | m_committing |
| QString | m_separator |
Definition at line 24 of file GraphicalString.hpp.
| GraphicalString | ( | const QString & | value = QString(), |
| QWidget * | parent = 0 |
||
| ) |
Definition at line 20 of file GraphicalString.cpp.
| ~GraphicalString | ( | ) |
Definition at line 33 of file GraphicalString.cpp.
|
virtual |
Implements GraphicalValue.
Definition at line 40 of file GraphicalString.cpp.
|
privateslot |
Definition at line 56 of file GraphicalString.cpp.
|
virtual |
Implements GraphicalValue.
Definition at line 49 of file GraphicalString.cpp.
|
private |
Definition at line 44 of file GraphicalString.hpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |