Qt D-Bus XMLコンパイラ (qdbusxml2cpp)
Qt D-Bus XMLコンパイラは、インターフェイス記述を解析し、インターフェイスを表す静的なコードを生成するために使用できるツールです。
qdbusxml2cpp
インターフェイス(プロキシ)クラスとアダプタークラスです。後者は、C++ヘッダーとソース・ファイルの両方から構成され、必要に応じて編集して適合させることができる。
qdbusxml2cpp
ツールは、アプリケーションをコンパイルするたびに実行するものではありません。むしろ、コードを開発するときや、インターフェイスが変更されたときに使用するものです。
qdbusxml2cpp
が生成するアダプタ・クラスは、完成させなければならないスケルト ンに過ぎません。デフォルトでは、アダプタがアタッチされるオブジェクト上の同じ名前のスロットへの呼び出しを生成します。しかし、これらのスロットやプロパティ・アクセッサ関数は、必要に応じて変更することができます。
© 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.