CCFScriptRoot Class Reference
| class CCFScriptRoot : public CCFOperationNode |
This class implements the interface for script XML node of CFW script in Script Engine scripts.
CFScriptEngine
- Since
- Series 60 5.0
Constructor & Destructor Documentation
CCFScriptRoot(MCFOperationServices &, CCFOperationNode *)
Parameters
| MCFOperationServices & aServices | is the operation services interface for nodes. |
| CCFOperationNode * aParent | is parent node for this node. The ownership of the parent is not transffered. |
~CCFScriptRoot()
| IMPORT_C | ~CCFScriptRoot | ( | ) | [virtual] |
Member Functions Documentation
ActivateL()
| void | ActivateL | ( | ) | [pure virtual] |
Activates this node by passing the activate call to its' children.
CheckSecurity()
|
TInt
| CheckSecurity | ( | ) | [pure virtual] |
Asks this node to check its security (via services interface). For example, the security of contexts to be subscribed or actions to be performed.
ContextEvaluatedL(TInt)
| void | ContextEvaluatedL | ( | TInt | aContextLevelDelay | ) | [pure virtual] |
Signals the root that evaluation was made with a context.
Deactivate()
| void | Deactivate | ( | ) | [pure virtual] |
Deactivates this node by passing the deactivate call to its' children.
Evaluate()
| void | Evaluate | ( | ) | [pure virtual] |
Called by child node, to ask the parent to re-evaluate its value, since the child's value has changed.
EvaluatedL()
| void | EvaluatedL | ( | ) | [pure virtual] |
Signals the root that evaluation was made without a context, i.e. originating from a timer event.
UpgradeSecurity()
Determines whether the client has the needed security level to upgrade script located in rom.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.