#include <brisaargument.h>
Public Types | |
| enum | xmlArgument { ArgumentName, Direction, RelatedStateVariable } |
Public Member Functions | |
| BrisaArgument (const QString &name="", const QString &direction="", const QString &relatedStateVariable="") | |
| void | setAttribute (xmlArgument key, const QString &value) |
| QString | getAttribute (xmlArgument key) const |
| void | clear () |
Definition at line 45 of file brisaargument.h.
Definition at line 57 of file brisaargument.h.
| BrisaArgument::BrisaArgument | ( | const QString & | name = "", |
|
| const QString & | direction = "", |
|||
| const QString & | relatedStateVariable = "" | |||
| ) |
Definition at line 32 of file brisaargument.cpp.
| void BrisaArgument::clear | ( | ) |
Definition at line 69 of file brisaargument.cpp.
| QString BrisaArgument::getAttribute | ( | xmlArgument | key | ) | const |
Definition at line 52 of file brisaargument.cpp.
| void BrisaArgument::setAttribute | ( | xmlArgument | key, | |
| const QString & | value | |||
| ) |
Definition at line 38 of file brisaargument.cpp.
1.6.3