xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
QCefView.onCefListener类 参考

Public 成员函数

详细描述

在文件 QCefView.x83 行定义.

成员函数说明

◆ addressChanged()

void addressChanged ( long  frameId,
String  url 
)

在文件 QCefView.x93 行定义.

93{}

◆ cefQueryRequest()

void cefQueryRequest ( int  browserId,
long  frameId,
QCefQuery  query 
)

在文件 QCefView.x99 行定义.

99{}

◆ consoleMessage()

void consoleMessage ( String  message,
int  level 
)

在文件 QCefView.x97 行定义.

97{}

◆ fullscreenModeChanged()

void fullscreenModeChanged ( bool  fullscreen)

在文件 QCefView.x95 行定义.

95{}

◆ invokeMethod()

void invokeMethod ( int  browserId,
long  frameId,
String  method,
String []  arguments 
)

在文件 QCefView.x100 行定义.

100{}

◆ loadEnd()

void loadEnd ( int  browserId,
long  frameId,
bool  isMainFrame,
int  httpStatusCode 
)

在文件 QCefView.x86 行定义.

86{}

◆ loadError()

void loadError ( int  browserId,
long  frameId,
bool  isMainFrame,
int  errorCode,
String  errorMsg,
String  failedUrl 
)

在文件 QCefView.x87 行定义.

92 {}

◆ loadingProgressChanged()

void loadingProgressChanged ( double  progress)

在文件 QCefView.x98 行定义.

98{}

◆ loadingStateChanged()

void loadingStateChanged ( int  browserId,
bool  isLoading,
bool  canGoBack,
bool  canGoForward 
)

在文件 QCefView.x84 行定义.

84{}

◆ loadStart()

void loadStart ( int  browserId,
long  frameId,
bool  isMainFrame,
int  transition_type 
)

在文件 QCefView.x85 行定义.

85{}

◆ onBeforePopup()

bool onBeforePopup ( long  frameId,
String  targetUrl,
String  targetFrameName,
int  targetDisposition,
QCefSetting  settings,
bool []  DisableJavascriptAccess 
)

在文件 QCefView.x103 行定义.

109 {
110 return true;
111 }

◆ onBrowserWindowCreated()

void onBrowserWindowCreated ( QWindow  win)

在文件 QCefView.x102 行定义.

102{}

◆ onPopupCreated()

void onPopupCreated ( QWindow  wnd)

在文件 QCefView.x113 行定义.

113{}

◆ reportJavascriptResult()

void reportJavascriptResult ( int  browserId,
long  frameId,
long  context,
String  result 
)

在文件 QCefView.x101 行定义.

101{}

◆ statusMessage()

void statusMessage ( String  message)

在文件 QCefView.x96 行定义.

96{}

◆ titleChanged()

void titleChanged ( String  title)

在文件 QCefView.x94 行定义.

94{}