Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
PrintOut::Box Struct Reference

#include <printout.h>

+ Collaboration diagram for PrintOut::Box:

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
 

Detailed Description

Definition at line 38 of file printout.h.

Constructor & Destructor Documentation

◆ Box()

PrintOut::Box::Box ( const QRect & r,
const QString & t,
const QFont & f,
const QTextOption & o )
inline

Definition at line 45 of file printout.h.

References Box().

Referenced by Box().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ font

QFont PrintOut::Box::font

Definition at line 42 of file printout.h.

◆ options

◆ rect

QRect PrintOut::Box::rect

Definition at line 40 of file printout.h.

◆ text

QString PrintOut::Box::text

Definition at line 41 of file printout.h.


The documentation for this struct was generated from the following file: