MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / GUI_Main_HTML

Method GUI_Main_HTML

Source/GUI/VCL_New/GUI_Main_HTML.cpp:19–28  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

17
18//---------------------------------------------------------------------------
19GUI_Main_HTML::GUI_Main_HTML(Core* Core_, TWinControl* Owner)
20 : GUI_Main_Common_Core(Core_)
21{
22 //VCL specific
23 VCL=new TCppWebBrowser(Owner);
24 //VCL->Parent=Owner;
25
26 //Update
27 GUI_Refresh();
28}
29
30//---------------------------------------------------------------------------
31GUI_Main_HTML::~GUI_Main_HTML()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected