|
| Context (QScriptEngine *_engine) |
| Constructor.
|
|
| ~Context () |
| Destructor.
|
|
void | parse (QByteArray _xml) |
| Parse xml content.
|
|
const QVector< Element * > & | elements () const |
| Returns all available elements.
|
|
QVector< Element * > | elements (QString _category) |
| Returns all available elements for a given category.
|
|
Element * | element (QString _name) |
| Returns the element with a given name.
|
|
QStringList | categories () |
| List of categories.
|
|
void | registerType (Type *_type) |
| Registers a supported datatype.
|
|
bool | typeSupported (QString _type) |
| Is the given type supported.
|
|
Type * | getType (QString _type) |
| Get type object for given type name.
|
|
bool | canConvert (QString _type1, QString _type2) |
| Can the given types be converted to each other.
|
|
QScriptEngine * | scriptEngine () |
| Return script engine pointer.
|
|
Class holding all the informations / parsed xml metadata for the visual scripting interface
Definition at line 70 of file context.hh.