C# Class hobd.HOBD

Show file Open project: cail/hobd Class Usage Examples

Public Properties

Property Type Description
DefaultNumberFormat System.Globalization.NumberFormatInfo
Registry SensorRegistry
config hobd.ConfigData
engine Engine
theme HOBDTheme
uConverter UnitsConverter

Public Methods

Method Description
EngineConnect ( ) : void
Init ( ) : bool
ReloadApp ( ) : void
ReloadLang ( ) : void
ReloadTheme ( ) : void
ReloadUnits ( ) : void
ReloadVehicle ( ) : void
Run ( string homepage ) : void
t ( string v ) : string
t ( string v, string def ) : string

Private Methods

Method Description
FindWindow ( string cls, string name ) : int
HOBD ( ) : System
LoadLang ( string lang ) : void
SetForegroundWindow ( int handle ) : bool

Method Details

EngineConnect() public static method

public static EngineConnect ( ) : void
return void

Init() public static method

public static Init ( ) : bool
return bool

ReloadApp() public static method

public static ReloadApp ( ) : void
return void

ReloadLang() public static method

public static ReloadLang ( ) : void
return void

ReloadTheme() public static method

public static ReloadTheme ( ) : void
return void

ReloadUnits() public static method

public static ReloadUnits ( ) : void
return void

ReloadVehicle() public static method

public static ReloadVehicle ( ) : void
return void

Run() public static method

public static Run ( string homepage ) : void
homepage string
return void

t() public static method

public static t ( string v ) : string
v string
return string

t() public static method

public static t ( string v, string def ) : string
v string
def string
return string

Property Details

DefaultNumberFormat public static property

public static NumberFormatInfo,System.Globalization DefaultNumberFormat
return System.Globalization.NumberFormatInfo

Registry public static property

public static SensorRegistry,hobd Registry
return SensorRegistry

config public static property

public static ConfigData,hobd config
return hobd.ConfigData

engine public static property

public static Engine,hobd engine
return Engine

theme public static property

public static HOBDTheme,hobd theme
return HOBDTheme

uConverter public static property

public static UnitsConverter,hobd uConverter
return UnitsConverter