39#ifndef H_OGF_SCENE_GRAPH_INTERFACES_SCENE_GRAPH_INTERFACE_H
40#define H_OGF_SCENE_GRAPH_INTERFACES_SCENE_GRAPH_INTERFACE_H
71 const std::string& method_name,
A class that stores a variable of arbitrary type.
Represents a list of name-value pairs.
Represents additional functions that can be attached to an object.
All SceneGraph modifications go through a SceneGraphInterface.
SceneGraphInterface()
SceneGraphInterface constructor.
~SceneGraphInterface() override
SceneGraphInterface destructor.
bool invoke_method(const std::string &method_name, const ArgList &args, Any &ret_val) override
Invokes a method by method name and argument list, and gets the return value.
class that gathers commands with menu and dialogs.
Global Graphite namespace.
the class that represents the scene graph.
Definitions common to all include files in the scene_graph library.