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.