QtScript/qscriptprogram.h Source File
Go to the documentation of this file.
24 #ifndef QSCRIPTPROGRAM_H
25 #define QSCRIPTPROGRAM_H
37 class QScriptProgramPrivate;
42 QScriptProgram(
const QString &sourceCode,
44 int firstLineNumber = 1);
45 QScriptProgram(
const QScriptProgram &other);
48 QScriptProgram &operator=(
const QScriptProgram &other);
54 int firstLineNumber()
const;
56 bool operator==(
const QScriptProgram &other)
const;
57 bool operator!=(
const QScriptProgram &other)
const;
61 Q_DECLARE_PRIVATE(QScriptProgram)
68 #endif // QSCRIPTPROGRAM_H
bool operator==(const Attribute &cA, const AttributeInstance< type > &cB)
This operator compares the two attributes and NOT their values.
#define QT_BEGIN_NAMESPACE
bool operator!=(const QByteArray &a1, const QByteArray &a2)