xoreos  0.0.5
Classes | Namespaces | Typedefs
avm.h File Reference

Context for executing ActionScript. More...

#include <boost/function.hpp>
#include "src/common/ustring.h"
#include "src/aurora/actionscript/variable.h"
#include "object.h"
Include dependency graph for avm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aurora::ActionScript::AVM
 The Action script virtual machine (AVM). More...
 

Namespaces

 Aurora
 
 Aurora::ActionScript
 

Typedefs

typedef boost::function< Variable(const Common::UString &, const Common::UString &)> Aurora::ActionScript::FSCommandFunction
 Function for receiving fscommand(). More...
 
typedef boost::function< void(const Common::UString &, ObjectPtr)> Aurora::ActionScript::RegisterClassFunction
 Function for registering classes for widgets. More...
 

Detailed Description

Context for executing ActionScript.

Definition in file avm.h.