C# Class SciterOSX.BaseHost

Inheritance: SciterSharp.SciterHost
Mostra file Open project: MISoftware/SciterSharp

Protected Properties

Property Type Description
_api SciterSharp.Interop.SciterX.ISciterAPI
_archive SciterSharp.SciterArchive
_wnd SciterSharp.SciterWindow

Public Methods

Method Description
BaseHost ( ) : System
SetupPage ( string page_from_res_folder ) : void
SetupWindow ( SciterWindow wnd ) : void

Protected Methods

Method Description
OnLoadData ( SciterXDef sld ) : SciterXDef.LoadResult

Method Details

BaseHost() public method

public BaseHost ( ) : System
return System

OnLoadData() protected method

protected OnLoadData ( SciterXDef sld ) : SciterXDef.LoadResult
sld SciterSharp.Interop.SciterXDef
return SciterXDef.LoadResult

SetupPage() public method

public SetupPage ( string page_from_res_folder ) : void
page_from_res_folder string
return void

SetupWindow() public method

public SetupWindow ( SciterWindow wnd ) : void
wnd SciterSharp.SciterWindow
return void

Property Details

_api protected_oe static_oe property

protected static SciterX.ISciterAPI,SciterSharp.Interop _api
return SciterSharp.Interop.SciterX.ISciterAPI

_archive protected_oe property

protected SciterArchive,SciterSharp _archive
return SciterSharp.SciterArchive

_wnd protected_oe property

protected SciterWindow,SciterSharp _wnd
return SciterSharp.SciterWindow