|
QCAD Application Framework
CAD Application Development and Automation.
|
#include "qtscriptshell_QCompleter.h"#include <QtScript/QScriptEngine>#include <QVariant>#include <qabstractitemmodel.h>#include <qabstractitemview.h>#include <qbytearray.h>#include <qcompleter.h>#include <qcoreevent.h>#include <qlist.h>#include <qobject.h>#include <qrect.h>#include <qstringlist.h>#include <qwidget.h>Macros | |
| #define | QTSCRIPT_IS_GENERATED_FUNCTION(fun) ((fun.data().toUInt32() & 0xFFFF0000) == 0xBABE0000) |
| #define QTSCRIPT_IS_GENERATED_FUNCTION | ( | fun | ) | ((fun.data().toUInt32() & 0xFFFF0000) == 0xBABE0000) |