webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::WindowFeatures Struct Reference

#include <WindowFeatures.h>

Public Attributes

std::optional< float > x
 
std::optional< float > y
 
std::optional< float > width
 
std::optional< float > height
 
bool menuBarVisible { true }
 
bool statusBarVisible { true }
 
bool toolBarVisible { true }
 
bool locationBarVisible { true }
 
bool scrollbarsVisible { true }
 
bool resizable { true }
 
bool fullscreen { false }
 
bool dialog { false }
 
Vector< StringadditionalFeatures
 

Member Data Documentation

◆ additionalFeatures

Vector< String > WebCore::WindowFeatures::additionalFeatures

◆ dialog

bool WebCore::WindowFeatures::dialog { false }

◆ fullscreen

bool WebCore::WindowFeatures::fullscreen { false }

◆ height

std::optional< float > WebCore::WindowFeatures::height

◆ locationBarVisible

bool WebCore::WindowFeatures::locationBarVisible { true }

◆ menuBarVisible

bool WebCore::WindowFeatures::menuBarVisible { true }

◆ resizable

bool WebCore::WindowFeatures::resizable { true }

◆ scrollbarsVisible

bool WebCore::WindowFeatures::scrollbarsVisible { true }

◆ statusBarVisible

bool WebCore::WindowFeatures::statusBarVisible { true }

◆ toolBarVisible

bool WebCore::WindowFeatures::toolBarVisible { true }

◆ width

std::optional< float > WebCore::WindowFeatures::width

◆ x

std::optional< float > WebCore::WindowFeatures::x

◆ y

std::optional< float > WebCore::WindowFeatures::y

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