|
RADLib
RADical C++ application framework
|
Creation options for RADWebBrowserWindow. More...
#include <RADWeb.h>
Public Attributes | |
| int | width = 1200 |
| Initial window width. More... | |
| int | height = 800 |
| Initial window height. More... | |
| std::string | title = "RADWeb Browser" |
| Initial window title. More... | |
| std::string | profileDirectory |
| Persistent profile directory; empty selects a default. More... | |
| bool | ephemeralProfile = false |
| Use a non-persistent WebKit profile. More... | |
| bool | navigationBarVisible = true |
| Show the built-in navigation bar. More... | |
| bool | sessionRestoreEnabled = true |
| Enable session restore for this window. More... | |
Creation options for RADWebBrowserWindow.
| bool RADWeb::RADWebWindowOptions::ephemeralProfile = false |
Use a non-persistent WebKit profile.
| int RADWeb::RADWebWindowOptions::height = 800 |
Initial window height.
| bool RADWeb::RADWebWindowOptions::navigationBarVisible = true |
Show the built-in navigation bar.
| std::string RADWeb::RADWebWindowOptions::profileDirectory |
Persistent profile directory; empty selects a default.
| bool RADWeb::RADWebWindowOptions::sessionRestoreEnabled = true |
Enable session restore for this window.
| std::string RADWeb::RADWebWindowOptions::title = "RADWeb Browser" |
Initial window title.
| int RADWeb::RADWebWindowOptions::width = 1200 |
Initial window width.