Envision
A visual programming IDE for object-oriented languages
OOModel::FormalArgument Member List

This is the complete list of members for OOModel::FormalArgument, including all inherited members.

Direction enum nameOOModel::FormalArgument
direction() constOOModel::FormalArgumentinline
FormalArgument(const QString &name, Expression *type=nullptr, const Direction &direction=IN)OOModel::FormalArgument
FormalArgument(const QString &name, const Direction &direction)OOModel::FormalArgument
IN enum valueOOModel::FormalArgument
INOUT enum valueOOModel::FormalArgument
isUsedInParentMethod()OOModel::FormalArgument
OUT enum valueOOModel::FormalArgument
setDirection(const Direction &direction)OOModel::FormalArgumentinline
Super typedefCore::Reflect< Base >protected