COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Basic item used by CommitDetails class. More...
#include <CommitDetailsItem.hpp>
Public Member Functions | |
CommitDetailsItem (const QString &option_name, const QString &old_value, const QString ¤t_value) | |
Constructor. More... | |
QString | current_value () const |
Gives the current value. More... | |
QString | old_value () const |
Give the old value. More... | |
QString | option_name () const |
Gives the option name. More... | |
Private Attributes | |
QString | m_option_name |
Option name. More... | |
QString | m_old_value |
Old value. More... | |
QString | m_current_value |
Current value. More... | |
Basic item used by CommitDetails class.
Definition at line 27 of file CommitDetailsItem.hpp.
CommitDetailsItem | ( | const QString & | option_name, |
const QString & | old_value, | ||
const QString & | current_value | ||
) |
Constructor.
option_name | Option name. |
old_value | Old value. May be empty. |
current_value | Current value. May be empty. |
Definition at line 19 of file CommitDetailsItem.cpp.
QString current_value | ( | ) | const |
Gives the current value.
Definition at line 30 of file CommitDetailsItem.cpp.
QString old_value | ( | ) | const |
Give the old value.
Definition at line 37 of file CommitDetailsItem.cpp.
QString option_name | ( | ) | const |
Gives the option name.
Definition at line 44 of file CommitDetailsItem.cpp.
|
private |
Current value.
Definition at line 61 of file CommitDetailsItem.hpp.
|
private |
Old value.
Definition at line 58 of file CommitDetailsItem.hpp.
|
private |
Option name.
Definition at line 55 of file CommitDetailsItem.hpp.
Send comments to: COOLFluiD Web Admin |