C# Class hobd.HomePage

Inheritance: Fleux.Controls.FleuxControlPage
Afficher le fichier Open project: cail/hobd

Méthodes publiques

Свойство Type Description
DefaultBackground string
Title string

Protected Properties

Свойство Type Description
layoutX int
layoutY int
menuGrid Fleux.UIElements.Grid.Grid
menuSection Fleux.UIElements.Panorama.PanoramaSection
sectionSensorMap List>.Dictionary
sensorUIMap List>.Dictionary
volatileSection Fleux.UIElements.Panorama.PanoramaSection

Méthodes publiques

Méthode Description
Dispose ( ) : void
HomePage ( ) : System
Redraw ( ) : void
ReloadUI ( ) : void

Méthodes protégées

Méthode Description
CreateCommonSection ( string title ) : Fleux.UIElements.Panorama.PanoramaSection
CreateItem ( string>.Dictionary attrs, Fleux.UIElements.Panorama.PanoramaSection section ) : Fleux.UIElements.UIElement
CreateLanguageSection ( ) : void
CreateMenuSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
CreatePortSection ( ) : void
CreateSensorPushSection ( ) : void
CreateThemeSection ( ) : void
CreateVehicleSection ( ) : void
InitializePanorama ( ) : void
LoadSections ( ) : void
PushVolatileSection ( Fleux.UIElements.Panorama.PanoramaSection section ) : void
SectionChanged ( Fleux.UIElements.Panorama.PanoramaElement panorama, Fleux.UIElements.Panorama.PanoramaSection section ) : void
SensorChanged ( Sensor sensor ) : void
StateChanged ( int state ) : void
t ( string val ) : string

Private Methods

Méthode Description
CreateFeaturedSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
CreateHorizontalFeaturedSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
Navigate ( string item ) : void

Method Details

CreateCommonSection() protected méthode

protected CreateCommonSection ( string title ) : Fleux.UIElements.Panorama.PanoramaSection
title string
Résultat Fleux.UIElements.Panorama.PanoramaSection

CreateItem() protected méthode

protected CreateItem ( string>.Dictionary attrs, Fleux.UIElements.Panorama.PanoramaSection section ) : Fleux.UIElements.UIElement
attrs string>.Dictionary
section Fleux.UIElements.Panorama.PanoramaSection
Résultat Fleux.UIElements.UIElement

CreateLanguageSection() protected méthode

protected CreateLanguageSection ( ) : void
Résultat void

CreateMenuSection() protected méthode

protected CreateMenuSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
Résultat Fleux.UIElements.Panorama.PanoramaSection

CreatePortSection() protected méthode

protected CreatePortSection ( ) : void
Résultat void

CreateSensorPushSection() protected méthode

protected CreateSensorPushSection ( ) : void
Résultat void

CreateThemeSection() protected méthode

protected CreateThemeSection ( ) : void
Résultat void

CreateVehicleSection() protected méthode

protected CreateVehicleSection ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HomePage() public méthode

public HomePage ( ) : System
Résultat System

InitializePanorama() protected méthode

protected InitializePanorama ( ) : void
Résultat void

LoadSections() protected méthode

protected LoadSections ( ) : void
Résultat void

PushVolatileSection() protected méthode

protected PushVolatileSection ( Fleux.UIElements.Panorama.PanoramaSection section ) : void
section Fleux.UIElements.Panorama.PanoramaSection
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

ReloadUI() public méthode

public ReloadUI ( ) : void
Résultat void

SectionChanged() protected méthode

protected SectionChanged ( Fleux.UIElements.Panorama.PanoramaElement panorama, Fleux.UIElements.Panorama.PanoramaSection section ) : void
panorama Fleux.UIElements.Panorama.PanoramaElement
section Fleux.UIElements.Panorama.PanoramaSection
Résultat void

SensorChanged() protected méthode

protected SensorChanged ( Sensor sensor ) : void
sensor Sensor
Résultat void

StateChanged() protected méthode

protected StateChanged ( int state ) : void
state int
Résultat void

t() protected static méthode

protected static t ( string val ) : string
val string
Résultat string

Property Details

DefaultBackground public_oe static_oe property

public static string DefaultBackground
Résultat string

Title public_oe static_oe property

public static string Title
Résultat string

layoutX protected_oe property

protected int layoutX
Résultat int

layoutY protected_oe property

protected int layoutY
Résultat int

menuGrid protected_oe property

protected Grid,Fleux.UIElements.Grid menuGrid
Résultat Fleux.UIElements.Grid.Grid

menuSection protected_oe property

protected PanoramaSection,Fleux.UIElements.Panorama menuSection
Résultat Fleux.UIElements.Panorama.PanoramaSection

sectionSensorMap protected_oe property

protected Dictionary> sectionSensorMap
Résultat List>.Dictionary

sensorUIMap protected_oe property

protected Dictionary> sensorUIMap
Résultat List>.Dictionary

volatileSection protected_oe property

protected PanoramaSection,Fleux.UIElements.Panorama volatileSection
Résultat Fleux.UIElements.Panorama.PanoramaSection