Skip to content

Commit 1e239b6

Browse files
committed
Update
1 parent 63b1836 commit 1e239b6

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
This project is the document website for project [QCefView](https://github.com/CefView/QCefView)
44

55
This website is deployed at **https://cefview.github.io/QCefView/**
6+
7+
8+
```
9+
1. generate XML files with doxygen
10+
11+
2. convert MXL to markdown
12+
npm run moxygen -- -c -a -H -o "%s.md" xml
13+
```

docs/reference/QCefConfig.md

+18
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Represents the CEF setting. For more details please refer to: [https://bitbucket
1616
`public `[`~QCefConfig`](#class_q_cef_config_1a67d06ef56affa82e943c7a5c73afee9a)`()` | Destructs the config
1717
`public void `[`addCommandLineSwitch`](#class_q_cef_config_1a2873f9e8e8997db4060348418df16632)`(const QString & smitch)` | Adds a switch to the commandline args used to initialize the CEF
1818
`public void `[`addCommandLineSwitchWithValue`](#class_q_cef_config_1a141daa8b02526d190e462cbcb38dbab5)`(const QString & smitch, const QString & v)` | Adds a switch with value to the commandline args used to initialize the CEF
19+
`public void `[`setWindowlessRenderingEnabled`](#class_q_cef_config_1af6041bcae9fcf72ea47ffc47d62e5a96)`(const bool enabled)` | Sets the flag to enable/disable OSR mode
20+
`public const QVariant `[`WindowlessRenderingEnabled`](#class_q_cef_config_1a1390692449458f6bd774d024e41ae945)`() const` | Gets the OSR mode flag
1921
`public void `[`setBrowserSubProcessPath`](#class_q_cef_config_1a3fca1b7b72f37f800278c743b74f1b82)`(const QString & path)` | Sets the browser subprocess path
2022
`public const QString `[`browserSubProcessPath`](#class_q_cef_config_1a2b15417d6066479256fc514721cd0474)`() const` | Gets the browser subprocess path
2123
`public void `[`setResourceDirectoryPath`](#class_q_cef_config_1a0690fb1cb1a3cd87c44be340b6308f42)`(const QString & path)` | Sets the resource directory path
@@ -87,6 +89,22 @@ Adds a switch with value to the commandline args used to initialize the CEF
8789

8890
* `v` The switch value
8991

92+
---
93+
### `public void `[`setWindowlessRenderingEnabled`](#class_q_cef_config_1af6041bcae9fcf72ea47ffc47d62e5a96)`(const bool enabled)` {#class_q_cef_config_1af6041bcae9fcf72ea47ffc47d62e5a96}
94+
95+
Sets the flag to enable/disable OSR mode
96+
97+
#### Parameters
98+
* `enabled` True to enable OSR mode, false to disable
99+
100+
---
101+
### `public const QVariant `[`WindowlessRenderingEnabled`](#class_q_cef_config_1a1390692449458f6bd774d024e41ae945)`() const` {#class_q_cef_config_1a1390692449458f6bd774d024e41ae945}
102+
103+
Gets the OSR mode flag
104+
105+
#### Returns
106+
The flag indicates the enable/disable of OSR mode
107+
90108
---
91109
### `public void `[`setBrowserSubProcessPath`](#class_q_cef_config_1a3fca1b7b72f37f800278c743b74f1b82)`(const QString & path)` {#class_q_cef_config_1a3fca1b7b72f37f800278c743b74f1b82}
92110

docs/reference/QCefDownloadItem.md

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Represents the download item
3737
`public QString `[`contentDisposition`](#class_q_cef_download_item_1af97dad25e439c8b997d6689fe1c91bf8)`() const` | Gets the content disposition
3838
`public QString `[`mimeType`](#class_q_cef_download_item_1afb8ec36477b64a222b0610c8518f8e31)`() const` | Gets the mime type
3939
`private QScopedPointer< QCefDownloadItemPrivate > `[`d_ptr`](#class_q_cef_download_item_1a631e89a5388360954e21644f91371a15) |
40+
`private `[`QCefDownloadItem`](#class_q_cef_download_item_1a2721c6c268fbe3b92ec7e3f5524b6d1a)`(`[`QCefDownloadItem`](#class_q_cef_download_item)` &&) = delete` |
41+
`private `[`QCefDownloadItem`](#class_q_cef_download_item)` & `[`operator=`](#class_q_cef_download_item_1a0486e85d7e5ccf2c182e504129c9e068)`(`[`QCefDownloadItem`](#class_q_cef_download_item)` &&) = delete` |
4042
`private `[`QCefDownloadItem`](#class_q_cef_download_item_1a6db795a0e61816d85a4125aa67d98b76)`()` | Constructs a download item instance
4143

4244
## Members
@@ -197,6 +199,12 @@ The mime type
197199
---
198200
### `private QScopedPointer< QCefDownloadItemPrivate > `[`d_ptr`](#class_q_cef_download_item_1a631e89a5388360954e21644f91371a15) {#class_q_cef_download_item_1a631e89a5388360954e21644f91371a15}
199201

202+
---
203+
### `private `[`QCefDownloadItem`](#class_q_cef_download_item_1a2721c6c268fbe3b92ec7e3f5524b6d1a)`(`[`QCefDownloadItem`](#class_q_cef_download_item)` &&) = delete` {#class_q_cef_download_item_1a2721c6c268fbe3b92ec7e3f5524b6d1a}
204+
205+
---
206+
### `private `[`QCefDownloadItem`](#class_q_cef_download_item)` & `[`operator=`](#class_q_cef_download_item_1a0486e85d7e5ccf2c182e504129c9e068)`(`[`QCefDownloadItem`](#class_q_cef_download_item)` &&) = delete` {#class_q_cef_download_item_1a0486e85d7e5ccf2c182e504129c9e068}
207+
200208
---
201209
### `private `[`QCefDownloadItem`](#class_q_cef_download_item_1a6db795a0e61816d85a4125aa67d98b76)`()` {#class_q_cef_download_item_1a6db795a0e61816d85a4125aa67d98b76}
202210

0 commit comments

Comments
 (0)