10 #define RS_PYTHON RS_Python::instance()
13 * Python scripting support.
17 * @author Andrew Mustun
24 static RS_Python* instance();
26 void setGraphic(Drawing* g) {
30 Drawing* getGraphic() {
34 int launch(const QString& script);
37 static RS_Python* uniqueInstance;