Add some Qt python interfaces not included in docs

This commit is contained in:
baldurk
2020-11-27 14:30:01 +00:00
parent 6c26562201
commit 949cff30a2
3 changed files with 21 additions and 0 deletions
@@ -11,6 +11,12 @@ Extension Manager
.. autoclass:: qrenderdoc.ExtensionManager
:members:
Mini-Qt Helper
--------------
.. autoclass:: qrenderdoc.MiniQtHelper
:members:
Helpers
-------
+6
View File
@@ -67,6 +67,12 @@ Debug Messages
.. autoclass:: qrenderdoc.DebugMessageView
:members:
Diagnostic Log
--------------
.. autoclass:: qrenderdoc.DiagnosticLogView
:members:
Comment View
------------
+9
View File
@@ -26,6 +26,7 @@ Remote Servers
--------------
.. autofunction:: renderdoc.CreateRemoteServerConnection
.. autofunction:: renderdoc.CheckRemoteServerConnection
.. autofunction:: renderdoc.BecomeRemoteServer
Device Protocols
@@ -53,6 +54,13 @@ Logging & Versioning
.. autofunction:: renderdoc.GetVersionString
.. autofunction:: renderdoc.GetCommitHash
.. autofunction:: renderdoc.GetDriverInformation
.. autofunction:: renderdoc.IsReleaseBuild
Settings & Configuration
------------------------
.. autofunction:: renderdoc.GetConfigSetting
.. autofunction:: renderdoc.SetConfigSetting
Maths & Utilities
-----------------
@@ -78,5 +86,6 @@ Maths & Utilities
.. autofunction:: renderdoc.MaskForStage
.. autofunction:: renderdoc.StartSelfHostCapture
.. autofunction:: renderdoc.EndSelfHostCapture
.. autofunction:: renderdoc.GetCurrentProcessMemoryUsage
.. autofunction:: renderdoc.VarTypeByteSize
.. autofunction:: renderdoc.VarTypeCompType