The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Script::QScriptProgram

PUBLIC METHODS

QScriptProgram()
QScriptProgram(const QScriptProgram & other)
QScriptProgram(const QString & sourceCode, const QString fileName, int firstLineNumber)
QScriptProgram(const QString & sourceCode, const QString fileName, int firstLineNumber = 1)
QScriptProgram(const QString & sourceCode, const QString fileName = QString(), int firstLineNumber = 1)
~QScriptProgram()
QString fileName()
int firstLineNumber()
bool isNull()
bool operator!=(const QScriptProgram & other)
QScriptProgram & operator=(const QScriptProgram & other)
bool operator==(const QScriptProgram & other)
QString sourceCode()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html