Qt Core Private C++ Classes

비공개 핵심 기능을 제공합니다. 더 보기...

이 모듈은 개발 중이며 변경될 수 있습니다.

네임스페이스

QtAndroidPrivate

안드로이드 개발을 지원하는 기타 함수

클래스

QAndroidActivityResultReceiver

메인 안드로이드 활동에서 onActivityResult()의 콜백에 사용되는 인터페이스입니다.

QAndroidBinder

안드로이드 바인더 클래스의 가장 중요한 메서드를 래핑합니다.

QAndroidIntent

안드로이드 인텐트 클래스의 가장 중요한 메서드를 래핑합니다.

QAndroidParcel

안드로이드 Parcel 클래스의 가장 중요한 메서드를 래핑합니다.

QAndroidService

안드로이드 서비스 클래스의 가장 중요한 메서드를 래핑합니다.

QAndroidServiceConnection

안드로이드 ServiceConnection 클래스의 가장 중요한 메서드를 감싸줍니다.

상세 설명

CMake로 빌드할 때 다음 명령을 사용하여 비공개 Qt Core API를 사용합니다:

find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)

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