okular
#include <pagesize.h>
Public Types | |
| typedef QList< PageSize > | List |
Public Member Functions | |
| PageSize () | |
| PageSize (double width, double height, const QString &name) | |
| PageSize (const PageSize &pageSize) | |
| ~PageSize () | |
| double | height () const |
| bool | isNull () const |
| QString | name () const |
| bool | operator!= (const PageSize &pageSize) const |
| PageSize & | operator= (const PageSize &pageSize) |
| bool | operator== (const PageSize &pageSize) const |
| double | width () const |
Detailed Description
A small class that represents the size of a page.
Definition at line 26 of file pagesize.h.
Member Typedef Documentation
Definition at line 29 of file pagesize.h.
Constructor & Destructor Documentation
| PageSize::PageSize | ( | ) |
| PageSize::PageSize | ( | double | width, |
| double | height, | ||
| const QString & | name | ||
| ) |
Construct a page size with the specified width and height, having the ID name.
Definition at line 41 of file pagesize.cpp.
| PageSize::PageSize | ( | const PageSize & | pageSize | ) |
Copy constructor.
Definition at line 49 of file pagesize.cpp.
| PageSize::~PageSize | ( | ) |
Definition at line 54 of file pagesize.cpp.
Member Function Documentation
| double PageSize::height | ( | ) | const |
Returns the height of the page size.
Definition at line 66 of file pagesize.cpp.
| bool PageSize::isNull | ( | ) | const |
Whether the page size is null.
Definition at line 82 of file pagesize.cpp.
| QString PageSize::name | ( | ) | const |
Returns the ID of the page size.
Definition at line 74 of file pagesize.cpp.
| bool PageSize::operator!= | ( | const PageSize & | pageSize | ) | const |
Definition at line 103 of file pagesize.cpp.
Definition at line 108 of file pagesize.cpp.
| bool PageSize::operator== | ( | const PageSize & | pageSize | ) | const |
Comparison operator.
Definition at line 90 of file pagesize.cpp.
| double PageSize::width | ( | ) | const |
Returns the width of the page size.
Definition at line 58 of file pagesize.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference