|
xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
在文件 QCefView.x 第 83 行定义.
| void addressChanged | ( | long | frameId, |
| String | url | ||
| ) |
在文件 QCefView.x 第 93 行定义.
| void cefQueryRequest | ( | int | browserId, |
| long | frameId, | ||
| QCefQuery | query | ||
| ) |
在文件 QCefView.x 第 99 行定义.
| void consoleMessage | ( | String | message, |
| int | level | ||
| ) |
在文件 QCefView.x 第 97 行定义.
| void fullscreenModeChanged | ( | bool | fullscreen | ) |
在文件 QCefView.x 第 95 行定义.
在文件 QCefView.x 第 100 行定义.
| void loadEnd | ( | int | browserId, |
| long | frameId, | ||
| bool | isMainFrame, | ||
| int | httpStatusCode | ||
| ) |
在文件 QCefView.x 第 86 行定义.
| void loadError | ( | int | browserId, |
| long | frameId, | ||
| bool | isMainFrame, | ||
| int | errorCode, | ||
| String | errorMsg, | ||
| String | failedUrl | ||
| ) |
在文件 QCefView.x 第 87 行定义.
| void loadingProgressChanged | ( | double | progress | ) |
在文件 QCefView.x 第 98 行定义.
| void loadingStateChanged | ( | int | browserId, |
| bool | isLoading, | ||
| bool | canGoBack, | ||
| bool | canGoForward | ||
| ) |
在文件 QCefView.x 第 84 行定义.
| void loadStart | ( | int | browserId, |
| long | frameId, | ||
| bool | isMainFrame, | ||
| int | transition_type | ||
| ) |
在文件 QCefView.x 第 85 行定义.
| bool onBeforePopup | ( | long | frameId, |
| String | targetUrl, | ||
| String | targetFrameName, | ||
| int | targetDisposition, | ||
| QCefSetting | settings, | ||
| bool [] | DisableJavascriptAccess | ||
| ) |
在文件 QCefView.x 第 103 行定义.
| void onBrowserWindowCreated | ( | QWindow | win | ) |
在文件 QCefView.x 第 102 行定义.
| void onPopupCreated | ( | QWindow | wnd | ) |
在文件 QCefView.x 第 113 行定义.
| void reportJavascriptResult | ( | int | browserId, |
| long | frameId, | ||
| long | context, | ||
| String | result | ||
| ) |
在文件 QCefView.x 第 101 行定义.
| void statusMessage | ( | String | message | ) |
在文件 QCefView.x 第 96 行定义.
| void titleChanged | ( | String | title | ) |
在文件 QCefView.x 第 94 行定义.