Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmltypecompiler.cpp File Reference

(b91a26ae3b7b2ab68128f41db6ed4ccf7366dfc4)

#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:444
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"  )