4#ifndef QQMLLOGGINGCATEGORY_P_H
5#define QQMLLOGGINGCATEGORY_P_H
18#include <QtCore/qobject.h>
19#include <QtCore/qstring.h>
20#include <QtCore/qloggingcategory.h>
22#include <QtQml/qqmlparserstatus.h>
23#include <QtQml/qqml.h>
24#include <QtCore/private/qglobal_p.h>
65 std::unique_ptr<QLoggingCategory> m_category;
QObject * parent() const
Returns a pointer to the parent object.
void setDefaultLogLevel(DefaultLogLevel defaultLogLevel)
void setName(const QString &name)
QLoggingCategory * category() const
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
DefaultLogLevel defaultLogLevel
void classBegin() override
Invoked after class creation, but before any properties have been set.
virtual ~QQmlLoggingCategory()
The QQmlParserStatus class provides updates on the QML parser state.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)