|
Blender
V2.59
|
#include <IdentifierExpr.h>

Public Member Functions | |
| CIdentifierExpr (const STR_String &identifier, CValue *id_context) | |
| virtual | ~CIdentifierExpr () |
| virtual CValue * | Calculate () |
| virtual bool | MergeExpression (CExpression *otherexpr) |
| virtual unsigned char | GetExpressionID () |
| virtual bool | NeedsRecalculated () |
| virtual CExpression * | CheckLink (std::vector< CBrokenLinkInfo * > &brokenlinks) |
| virtual void | ClearModified () |
| virtual void | BroadcastOperators (VALUE_OPERATOR op) |
Definition at line 39 of file IdentifierExpr.h.
| CIdentifierExpr::CIdentifierExpr | ( | const STR_String & | identifier, |
| CValue * | id_context | ||
| ) |
Definition at line 36 of file IdentifierExpr.cpp.
References CValue::AddRef(), and NULL.
| CIdentifierExpr::~CIdentifierExpr | ( | ) | [virtual] |
Definition at line 46 of file IdentifierExpr.cpp.
References CValue::Release().
| void CIdentifierExpr::BroadcastOperators | ( | VALUE_OPERATOR | op | ) | [virtual] |
| CValue * CIdentifierExpr::Calculate | ( | ) | [virtual] |
Implements CExpression.
Definition at line 54 of file IdentifierExpr.cpp.
References CValue::FindIdentifier(), and NULL.
| CExpression * CIdentifierExpr::CheckLink | ( | std::vector< CBrokenLinkInfo * > & | brokenlinks | ) | [virtual] |
Implements CExpression.
Definition at line 86 of file IdentifierExpr.cpp.
| void CIdentifierExpr::ClearModified | ( | ) | [virtual] |
| unsigned char CIdentifierExpr::GetExpressionID | ( | ) | [virtual] |
Implements CExpression.
Definition at line 72 of file IdentifierExpr.cpp.
References CExpression::CIDENTIFIEREXPRESSIONID.
| bool CIdentifierExpr::MergeExpression | ( | CExpression * | otherexpr | ) | [virtual] |
Implements CExpression.
Definition at line 65 of file IdentifierExpr.cpp.
| bool CIdentifierExpr::NeedsRecalculated | ( | ) | [virtual] |
Implements CExpression.
Definition at line 79 of file IdentifierExpr.cpp.