덤프독 도구(ActiveQt)
dumpdoc
도구는 모든 COM 객체에 대한 Qt 스타일 문서를 생성하여 지정된 파일에 씁니다.
다음 명령줄 매개 변수를 사용하여 dumpdoc
을 호출합니다:
Option | 결과 |
---|---|
-o 파일 | 출력을 파일에 씁니다. |
object | 객체에 대한 문서 생성 |
-v | 버전 정보 인쇄 |
-h | 도움말 인쇄 |
객체는 로컬 시스템에 설치된 객체여야 하며(즉, 원격 객체는 지원되지 않음), 속성을 통해 액세스할 수 있는 하위 객체를 포함할 수 있습니다. Outlook.Application/Session/CurrentUser
생성된 파일은 Qt 문서 스타일을 사용하는 HTML 파일입니다.
도구를 빌드하려면 먼저 QAxContainer 라이브러리를 빌드해야 합니다. 그런 다음 tools/dumpdoc
에서 make 도구를 실행합니다.
© 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.