The Properties class is an auxiliar class to the CSTLCompiler.
More...
#include <cstlcompilerobject.h>
The Properties class is an auxiliar class to the CSTLCompiler.
◆ CSTLCompilerObject()
| CSTLCompilerObject::CSTLCompilerObject |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
◆ getType
| QString CSTLCompilerObject::getType |
( |
| ) |
const |
|
inlineslotnoexcept |
Returns the type.
- Returns
- QString : Type.
◆ getValue
| QString CSTLCompilerObject::getValue |
( |
| ) |
const |
|
inlineslotnoexcept |
Returns the value.
- Returns
- QString : Value.
◆ setType
| void CSTLCompilerObject::setType |
( |
const QString & |
value | ) |
|
|
inlineslotnoexcept |
Sets the type.
- Parameters
-
| const | QString &value : Type. |
◆ setValue
| void CSTLCompilerObject::setValue |
( |
const QString & |
value | ) |
|
|
inlineslotnoexcept |
Sets the value.
- Parameters
-
| const | QString &value : Value. |
The documentation for this class was generated from the following file: