okular
Okular::PageSize Class Reference
#include <pagesize.h>
Detailed Description
A small class that represents the size of a page.Definition at line 26 of file 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 | width () const |
| double | height () const |
| QString | name () const |
| bool | isNull () const |
| PageSize & | operator= (const PageSize &pageSize) |
| bool | operator== (const PageSize &pageSize) const |
| bool | operator!= (const PageSize &pageSize) const |
Member Typedef Documentation
| typedef QList<PageSize> Okular::PageSize::List |
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 | ) |
| PageSize::~PageSize | ( | ) |
Definition at line 54 of file pagesize.cpp.
Member Function Documentation
| double PageSize::width | ( | ) | const |
| double PageSize::height | ( | ) | const |
| QString PageSize::name | ( | ) | const |
| bool PageSize::isNull | ( | ) | const |
Definition at line 108 of file pagesize.cpp.
| bool PageSize::operator== | ( | const PageSize & | pageSize | ) | const |
| bool PageSize::operator!= | ( | const PageSize & | pageSize | ) | const |
Definition at line 103 of file pagesize.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference