Qt Core Private C++ Classes

プライベートなコア機能を提供します。詳細...

このモジュールは開発中であり、変更される可能性があります。

名前空間

QtAndroidPrivate

Android 開発を支援するその他の機能

クラス

QAndroidActivityResultReceiver

メインのAndroidアクティビティのonActivityResult()からのコールバックに使われるインターフェース

QAndroidBinder

Android Binderクラスの最も重要なメソッドをラップします。

QAndroidIntent

Android Intentクラスの最も重要なメソッドをラップします。

QAndroidParcel

Android Parcelクラスの最も重要なメソッドをラップしています。

QAndroidService

Android Serviceクラスの最も重要なメソッドをラップする

QAndroidServiceConnection

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