Envision
A visual programming IDE for object-oriented languages
|
This is the complete list of members for OOModel::FormalArgument, including all inherited members.
Direction enum name | OOModel::FormalArgument | |
direction() const | OOModel::FormalArgument | inline |
FormalArgument(const QString &name, Expression *type=nullptr, const Direction &direction=IN) | OOModel::FormalArgument | |
FormalArgument(const QString &name, const Direction &direction) | OOModel::FormalArgument | |
IN enum value | OOModel::FormalArgument | |
INOUT enum value | OOModel::FormalArgument | |
isUsedInParentMethod() | OOModel::FormalArgument | |
OUT enum value | OOModel::FormalArgument | |
setDirection(const Direction &direction) | OOModel::FormalArgument | inline |
Super typedef | Core::Reflect< Base > | protected |