mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
df6fec13f9
* One automodule in a file for our modules is way too much, so we split it into files. Unfortunately this means that only one file can have those classes and functions be linkable from elsewhere. * Instead we bite the bullet and manually curate the items into pages, and at the same time subdivide the 'enums and data' page more which is a general readability and usability win as well. * We also add some previously not-included functions, and add a doc-build time check to ensure that functions and classes aren't omitted from the documentation in future
42 lines
683 B
ReStructuredText
42 lines
683 B
ReStructuredText
UI Extensions
|
|
=============
|
|
|
|
.. contents::
|
|
|
|
.. currentmodule:: qrenderdoc
|
|
|
|
Extension Manager
|
|
-----------------
|
|
|
|
.. autoclass:: qrenderdoc.ExtensionManager
|
|
:members:
|
|
|
|
Mini-Qt Helper
|
|
--------------
|
|
|
|
.. autoclass:: qrenderdoc.MiniQtHelper
|
|
:members:
|
|
|
|
Helpers
|
|
-------
|
|
|
|
.. autoclass:: qrenderdoc.ExtensionMetadata
|
|
:members:
|
|
|
|
.. autoclass:: qrenderdoc.WindowMenu
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|
|
.. autoclass:: qrenderdoc.PanelMenu
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|
|
.. autoclass:: qrenderdoc.ContextMenu
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|
|
.. autoclass:: qrenderdoc.DialogButton
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|