QQmlSA::LoggerWarningId Class

class QQmlSA::LoggerWarningId

QQmlSA 프레임워크에서 경고 카테고리를 고유하게 식별하기 위한 문자열 리터럴을 감싸는 래퍼입니다. 더 보기...

헤더: #include <LoggerWarningId>
CMake: find_package(Qt6 REQUIRED COMPONENTS QmlCompiler)
target_link_libraries(mytarget PRIVATE Qt6::QmlCompiler)
상태: 기술 미리보기

공용 함수

LoggerWarningId(QAnyStringView name)
QAnyStringView name() const

상세 설명

멤버 함수 문서

[constexpr] LoggerWarningId::LoggerWarningId(QAnyStringView name)

로깅 카테고리 이름 name 을 가진 LoggerWarningId 객체를 생성합니다.

QAnyStringView LoggerWarningId::name() const

래핑된 경고 카테고리의 이름을 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.