Definition at line 31 of file simple_app.h.
|
| SimpleApp (bool use_viewes, THttpServer *serv=nullptr, const std::string &url="", const std::string &cont="", int width=0, int height=0, bool headless=false) |
|
CefRefPtr< CefBrowserProcessHandler > | GetBrowserProcessHandler () override |
|
void | OnBeforeChildProcessLaunch (CefRefPtr< CefCommandLine > command_line) override |
|
void | OnBeforeCommandLineProcessing (const CefString &process_type, CefRefPtr< CefCommandLine > command_line) override |
|
void | OnContextInitialized () override |
|
void | OnRegisterCustomSchemes (CefRawPtr< CefSchemeRegistrar > registrar) override |
|
void | SetNextHandle (RCefWebDisplayHandle *handle) |
|
void | StartWindow (THttpServer *serv, const std::string &url, const std::string &cont, CefRect &rect) |
|
#include <simple_app.h>
◆ SimpleApp()
SimpleApp::SimpleApp |
( |
bool |
use_viewes, |
|
|
THttpServer * |
serv = nullptr , |
|
|
const std::string & |
url = "" , |
|
|
const std::string & |
cont = "" , |
|
|
int |
width = 0 , |
|
|
int |
height = 0 , |
|
|
bool |
headless = false |
|
) |
| |
◆ DISALLOW_COPY_AND_ASSIGN()
SimpleApp::DISALLOW_COPY_AND_ASSIGN |
( |
SimpleApp |
| ) |
|
|
private |
◆ GetBrowserProcessHandler()
◆ IMPLEMENT_REFCOUNTING()
SimpleApp::IMPLEMENT_REFCOUNTING |
( |
SimpleApp |
| ) |
|
|
private |
◆ OnBeforeChildProcessLaunch()
void SimpleApp::OnBeforeChildProcessLaunch |
( |
CefRefPtr< CefCommandLine > |
command_line | ) |
|
|
override |
◆ OnBeforeCommandLineProcessing()
void SimpleApp::OnBeforeCommandLineProcessing |
( |
const CefString & |
process_type, |
|
|
CefRefPtr< CefCommandLine > |
command_line |
|
) |
| |
|
override |
◆ OnContextInitialized()
void SimpleApp::OnContextInitialized |
( |
| ) |
|
|
override |
◆ OnRegisterCustomSchemes()
void SimpleApp::OnRegisterCustomSchemes |
( |
CefRawPtr< CefSchemeRegistrar > |
registrar | ) |
|
|
override |
◆ SetNextHandle()
◆ StartWindow()
void SimpleApp::StartWindow |
( |
THttpServer * |
serv, |
|
|
const std::string & |
url, |
|
|
const std::string & |
cont, |
|
|
CefRect & |
rect |
|
) |
| |
◆ fFirstContent
std::string SimpleApp::fFirstContent |
|
protected |
◆ fFirstHeadless
bool SimpleApp::fFirstHeadless {false} |
|
protected |
! is first window is headless
Definition at line 43 of file simple_app.h.
◆ fFirstRect
CefRect SimpleApp::fFirstRect |
|
protected |
◆ fFirstServer
◆ fFirstUrl
std::string SimpleApp::fFirstUrl |
|
protected |
◆ fGuiHandler
◆ fNextHandle
next handle where browser will be created
Definition at line 44 of file simple_app.h.
◆ fUseViewes
bool SimpleApp::fUseViewes {false} |
|
protected |
gui/cefdisplay/inc/simple_app.h
gui/cefdisplay/src/simple_app.cxx