21#ifndef SCRIPTABLE_TEMPLATE_H
22#define SCRIPTABLE_TEMPLATE_H
24#include <QtCore/QObject>
26#include "scriptablecontext.h"
42 QList<QObject *> nodeList()
const;
44 void setNodeList(
const QList<QObject *> &list);
Base class for all nodes.
The Template class is a tree of nodes which may be rendered.
The Cutelee namespace holds all public Cutelee API.