#include <ViewportArguments.h>
|
enum | Type {
Implicit,
ViewportMeta,
CSSDeviceAdaptation,
Implicit,
ViewportMeta,
CSSDeviceAdaptation
} |
|
enum | {
ValueAuto = -1,
ValueDeviceWidth = -2,
ValueDeviceHeight = -3,
ValuePortrait = -4,
ValueLandscape = -5
} |
|
enum | Type {
Implicit,
ViewportMeta,
CSSDeviceAdaptation,
Implicit,
ViewportMeta,
CSSDeviceAdaptation
} |
|
enum | {
ValueAuto = -1,
ValueDeviceWidth = -2,
ValueDeviceHeight = -3,
ValuePortrait = -4,
ValueLandscape = -5
} |
|
◆ anonymous enum
Enumerator |
---|
ValueAuto | |
ValueDeviceWidth | |
ValueDeviceHeight | |
ValuePortrait | |
ValueLandscape | |
◆ anonymous enum
Enumerator |
---|
ValueAuto | |
ValueDeviceWidth | |
ValueDeviceHeight | |
ValuePortrait | |
ValueLandscape | |
◆ Type [1/2]
Enumerator |
---|
Implicit | |
ViewportMeta | |
CSSDeviceAdaptation | |
Implicit | |
ViewportMeta | |
CSSDeviceAdaptation | |
◆ Type [2/2]
Enumerator |
---|
Implicit | |
ViewportMeta | |
CSSDeviceAdaptation | |
Implicit | |
ViewportMeta | |
CSSDeviceAdaptation | |
◆ ViewportArguments() [1/2]
WebCore::ViewportArguments::ViewportArguments |
( |
Type |
type = Implicit | ) |
|
|
inlineexplicit |
◆ ViewportArguments() [2/2]
WebCore::ViewportArguments::ViewportArguments |
( |
Type |
type = Implicit | ) |
|
|
inlineexplicit |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ resolve() [1/2]
◆ resolve() [2/2]
◆ height
float WebCore::ViewportArguments::height { ValueAuto } |
◆ maxHeight
float WebCore::ViewportArguments::maxHeight { ValueAuto } |
◆ maxWidth
float WebCore::ViewportArguments::maxWidth { ValueAuto } |
◆ maxZoom
float WebCore::ViewportArguments::maxZoom { ValueAuto } |
◆ minHeight
float WebCore::ViewportArguments::minHeight { ValueAuto } |
◆ minWidth
float WebCore::ViewportArguments::minWidth { ValueAuto } |
◆ minZoom
float WebCore::ViewportArguments::minZoom { ValueAuto } |
◆ orientation
float WebCore::ViewportArguments::orientation { ValueAuto } |
◆ shrinkToFit
float WebCore::ViewportArguments::shrinkToFit { ValueAuto } |
◆ type
◆ userZoom
float WebCore::ViewportArguments::userZoom { ValueAuto } |
◆ width
float WebCore::ViewportArguments::width { ValueAuto } |
◆ widthWasExplicit
bool WebCore::ViewportArguments::widthWasExplicit { false } |
◆ zoom
float WebCore::ViewportArguments::zoom { ValueAuto } |
The documentation for this struct was generated from the following files: