Blender V2.61 - r43446
|
#include <Operator1Expr.h>
Public Member Functions | |
virtual bool | MergeExpression (CExpression *otherexpr) |
virtual void | BroadcastOperators (VALUE_OPERATOR op) |
virtual unsigned char | GetExpressionID () |
CExpression * | CheckLink (std::vector< CBrokenLinkInfo * > &brokenlinks) |
virtual bool | NeedsRecalculated () |
void | ClearModified () |
virtual CValue * | Calculate () |
COperator1Expr (VALUE_OPERATOR op, CExpression *lhs) | |
COperator1Expr () | |
virtual | ~COperator1Expr () |
Definition at line 24 of file Operator1Expr.h.
COperator1Expr::COperator1Expr | ( | VALUE_OPERATOR | op, |
CExpression * | lhs | ||
) |
Definition at line 34 of file Operator1Expr.cpp.
COperator1Expr::COperator1Expr | ( | ) |
Definition at line 25 of file Operator1Expr.cpp.
References NULL.
COperator1Expr::~COperator1Expr | ( | ) | [virtual] |
Definition at line 44 of file Operator1Expr.cpp.
References CExpression::Release().
void COperator1Expr::BroadcastOperators | ( | VALUE_OPERATOR | op | ) | [virtual] |
Implements CExpression.
Definition at line 134 of file Operator1Expr.cpp.
References CExpression::BroadcastOperators().
CValue * COperator1Expr::Calculate | ( | ) | [virtual] |
Implements CExpression.
Definition at line 53 of file Operator1Expr.cpp.
References CValue::Calc(), CExpression::Calculate(), credits_svn_gen::empty, and CValue::Release().
CExpression * COperator1Expr::CheckLink | ( | std::vector< CBrokenLinkInfo * > & | brokenlinks | ) | [virtual] |
Implements CExpression.
Definition at line 106 of file Operator1Expr.cpp.
References CExpression::AddRef(), CExpression::CheckLink(), and CExpression::Release().
void COperator1Expr::ClearModified | ( | ) | [inline, virtual] |
Implements CExpression.
Definition at line 38 of file Operator1Expr.h.
References CExpression::ClearModified().
virtual unsigned char COperator1Expr::GetExpressionID | ( | ) | [inline, virtual] |
Implements CExpression.
Definition at line 34 of file Operator1Expr.h.
References CExpression::COPERATOR1EXPRESSIONID.
bool COperator1Expr::MergeExpression | ( | CExpression * | otherexpr | ) | [virtual] |
Implements CExpression.
Definition at line 143 of file Operator1Expr.cpp.
References assertd, and CExpression::MergeExpression().
bool COperator1Expr::NeedsRecalculated | ( | ) | [virtual] |
Implements CExpression.
Definition at line 101 of file Operator1Expr.cpp.
References CExpression::NeedsRecalculated().