QCompressedHelpInfo Class

QCompressedHelpInfo 클래스는 압축된 도움말 파일에 대한 세부 정보에 대한 액세스를 제공합니다. 더 보기...

헤더: #include <QCompressedHelpInfo>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help

공용 함수

QCompressedHelpInfo()
QCompressedHelpInfo(const QCompressedHelpInfo &other)
QCompressedHelpInfo(QCompressedHelpInfo &&other)
~QCompressedHelpInfo()
QString component() const
bool isNull() const
QString namespaceName() const
void swap(QCompressedHelpInfo &other)
QVersionNumber version() const
QCompressedHelpInfo &operator=(QCompressedHelpInfo &&other)
QCompressedHelpInfo &operator=(const QCompressedHelpInfo &other)

정적 공용 멤버

QCompressedHelpInfo fromCompressedHelpFile(const QString &documentationFileName)

상세 설명

압축된 도움말 파일의 경로를 제공하는 fromCompressedHelpFile() 정적 메서드를 호출하여 압축된 도움말 파일에 대한 자세한 정보를 가져올 수 있습니다.

이 클래스는 압축된 도움말 파일에 대한 다양한 정보에 대한 액세스를 제공합니다. 지정된 압축 도움말 파일과 연결된 네임스페이스는 namespaceName(), 연결된 컴포넌트 이름은 component(), version()는 버전 정보를 제공합니다.

QHelpFilterEngine참조하세요 .

멤버 함수 문서

QCompressedHelpInfo::QCompressedHelpInfo()

압축된 도움말 파일에 대한 빈 정보를 구성합니다.

QCompressedHelpInfo::QCompressedHelpInfo(const QCompressedHelpInfo &other)

other 의 복사본을 생성합니다.

QCompressedHelpInfo::QCompressedHelpInfo(QCompressedHelpInfo &&other)

Move-큐컴프레스드헬프인포 인스턴스를 생성하여 other 가 가리키던 것과 동일한 객체를 가리키도록 하여 other 에 포함되던 정보를 포함하도록 합니다.

[noexcept] QCompressedHelpInfo::~QCompressedHelpInfo()

QCompressedHelpInfo 를 파괴합니다.

QString QCompressedHelpInfo::component() const

압축된 도움말 파일의 구성 요소를 반환합니다.

[static] QCompressedHelpInfo QCompressedHelpInfo::fromCompressedHelpFile(const QString &documentationFileName)

기존 qch 파일의 documentationFileName 에 대한 QCompressedHelpInfo 인스턴스를 반환합니다.

bool QCompressedHelpInfo::isNull() const

정보가 유효하지 않으면 true 을 반환하고, 그렇지 않으면 false 을 반환합니다.

QString QCompressedHelpInfo::namespaceName() const

압축된 도움말 파일의 네임스페이스 이름을 반환합니다.

[noexcept] void QCompressedHelpInfo::swap(QCompressedHelpInfo &other)

압축된 도움말 파일 other 을 이 압축된 도움말 파일로 바꿉니다. 이 작업은 매우 빠르며 실패하지 않습니다.

QVersionNumber QCompressedHelpInfo::version() const

압축된 도움말 파일의 버전을 반환합니다.

QCompressedHelpInfo &QCompressedHelpInfo::operator=(QCompressedHelpInfo &&other)

이동-이 other 인스턴스를 QCompressedHelpInfo 인스턴스에 할당합니다.

QCompressedHelpInfo &QCompressedHelpInfo::operator=(const QCompressedHelpInfo &other)

이 QHelpCollectionDetails를 other 의 복사본으로 만들어 둘이 동일하도록 하고 이 QHelpCollectionDetails에 대한 참조를 반환합니다.

© 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.