Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmltypecompiler.cpp File Reference

(5935a839482f010e13049f89ca30fa2793ee58a3)

#include "qqmltypecompiler_p.h"
#include <private/qqmlobjectcreator_p.h>
#include <private/qqmlcustomparser_p.h>
#include <private/qqmlvmemetaobject_p.h>
#include <private/qqmlcomponent_p.h>
#include <private/qqmlpropertyresolver_p.h>
#include <private/qqmlcomponentandaliasresolver_p.h>
#include <private/qqmlsignalnames_p.h>
Include dependency graph for qqmltypecompiler.cpp:

Go to the source code of this file.

Macros

#define COMPILE_EXCEPTION(token, desc)

Functions

QT_BEGIN_NAMESPACE DEFINE_BOOL_CONFIG_OPTION (disableInternalDeferredProperties, QML_DISABLE_INTERNAL_DEFERRED_PROPERTIES)
 Q_LOGGING_CATEGORY (lcQmlTypeCompiler, "qt.qml.typecompiler")

Macro Definition Documentation

◆ COMPILE_EXCEPTION

#define COMPILE_EXCEPTION ( token,
desc )
Value:
{ \
recordError((token)->location, desc); \
return false; \
}
Token token
Definition keywords.cpp:452
GLint location

Definition at line 14 of file qqmltypecompiler.cpp.

Function Documentation

◆ DEFINE_BOOL_CONFIG_OPTION()

QT_BEGIN_NAMESPACE DEFINE_BOOL_CONFIG_OPTION ( disableInternalDeferredProperties ,
QML_DISABLE_INTERNAL_DEFERRED_PROPERTIES  )

◆ Q_LOGGING_CATEGORY()

Q_LOGGING_CATEGORY ( lcQmlTypeCompiler ,
"qt.qml.typecompiler"  )