QSScripter Class Reference

The QSScripter class provides an interface to Qt Scripter, the QSA simple scripting environment. More...

#include <qsscripter.h>

List of all member functions.

Public Members

Public Slots


Detailed Description

The QSScripter class provides an interface to Qt Scripter, the QSA simple scripting environment.


Member Function Documentation

QSScripter::QSScripter ( QSProject * project, QWidget * parent = 0, const char * name = 0 )

Creates the simple scripting environment for the project project, with parent parent and name name.

void QSScripter::close () [slot]

Hides Qt Scripter. Hiding the Scripting environement does not trigger any change in the project.

void QSScripter::open () [slot]

Opens Qt Scripter, the QSA simple scripting environment.

QSProject * QSScripter::project ()

Returns the project edited in Qt Scripter.

void QSScripter::showFunction ( QSScript * script, const QString & function ) [slot]

Makes script the current script in the editor and highlights the declaration of function, if found.

void QSScripter::showScript ( QSScript * script ) [slot]

Makes script the current script in the editor.

QWidget * QSScripter::widget ()

Returns the Qt Scripter main widget.