![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <printout.h>
Public Member Functions | |
| Box (const QRect &r, const QString &t, const QFont &f, const QTextOption &o) | |
Public Attributes | |
| QRect | rect |
| QString | text |
| QFont | font |
| QTextOption | options |
Definition at line 38 of file printout.h.
|
inline |
Definition at line 45 of file printout.h.
References Box().
Referenced by Box().
| QFont PrintOut::Box::font |
Definition at line 42 of file printout.h.
| QTextOption PrintOut::Box::options |
Definition at line 43 of file printout.h.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner._PerProcessState::GetSkiaGoldTester(), testing.tools.test_runner._PerProcessConfig::InitializeFeatures(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._PerProcessConfig::NewFinder(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().
| QRect PrintOut::Box::rect |
Definition at line 40 of file printout.h.
| QString PrintOut::Box::text |
Definition at line 41 of file printout.h.