#include <mw/QtWebKit/qwebpage.h>
| class QWebPage::ViewportAttributes |
The QWebPage::ViewportAttributes class describes hints that can be applied to a viewport.
| Public Member Functions | |
|---|---|
| ViewportAttributes() | |
| ViewportAttributes(const QWebPage::ViewportAttributes &) | |
| ~ViewportAttributes() | |
| qreal | devicePixelRatio() |
| qreal | initialScaleFactor() |
| bool | isUserScalable() |
| bool | isValid() |
| qreal | maximumScaleFactor() |
| qreal | minimumScaleFactor() |
| QWebPage::ViewportAttributes & | operator=(const QWebPage::ViewportAttributes &) |
| QSize | size() |