C# Класс hobd.HomePage

Наследование: Fleux.Controls.FleuxControlPage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultBackground string
Title string

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
Dispose ( ) : void
HomePage ( ) : System
Redraw ( ) : void
ReloadUI ( ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
CreateFeaturedSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
CreateHorizontalFeaturedSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
Navigate ( string item ) : void

Описание методов

CreateCommonSection() защищенный Метод

protected CreateCommonSection ( string title ) : Fleux.UIElements.Panorama.PanoramaSection
title string
Результат Fleux.UIElements.Panorama.PanoramaSection

CreateItem() защищенный Метод

protected CreateItem ( string>.Dictionary attrs, Fleux.UIElements.Panorama.PanoramaSection section ) : Fleux.UIElements.UIElement
attrs string>.Dictionary
section Fleux.UIElements.Panorama.PanoramaSection
Результат Fleux.UIElements.UIElement

CreateLanguageSection() защищенный Метод

protected CreateLanguageSection ( ) : void
Результат void

CreateMenuSection() защищенный Метод

protected CreateMenuSection ( ) : Fleux.UIElements.Panorama.PanoramaSection
Результат Fleux.UIElements.Panorama.PanoramaSection

CreatePortSection() защищенный Метод

protected CreatePortSection ( ) : void
Результат void

CreateSensorPushSection() защищенный Метод

protected CreateSensorPushSection ( ) : void
Результат void

CreateThemeSection() защищенный Метод

protected CreateThemeSection ( ) : void
Результат void

CreateVehicleSection() защищенный Метод

protected CreateVehicleSection ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

HomePage() публичный Метод

public HomePage ( ) : System
Результат System

InitializePanorama() защищенный Метод

protected InitializePanorama ( ) : void
Результат void

LoadSections() защищенный Метод

protected LoadSections ( ) : void
Результат void

PushVolatileSection() защищенный Метод

protected PushVolatileSection ( Fleux.UIElements.Panorama.PanoramaSection section ) : void
section Fleux.UIElements.Panorama.PanoramaSection
Результат void

Redraw() публичный Метод

public Redraw ( ) : void
Результат void

ReloadUI() публичный Метод

public ReloadUI ( ) : void
Результат void

SectionChanged() защищенный Метод

protected SectionChanged ( Fleux.UIElements.Panorama.PanoramaElement panorama, Fleux.UIElements.Panorama.PanoramaSection section ) : void
panorama Fleux.UIElements.Panorama.PanoramaElement
section Fleux.UIElements.Panorama.PanoramaSection
Результат void

SensorChanged() защищенный Метод

protected SensorChanged ( Sensor sensor ) : void
sensor Sensor
Результат void

StateChanged() защищенный Метод

protected StateChanged ( int state ) : void
state int
Результат void

t() защищенный статический Метод

protected static t ( string val ) : string
val string
Результат string

Описание свойств

DefaultBackground публичное статическое свойство

public static string DefaultBackground
Результат string

Title публичное статическое свойство

public static string Title
Результат string

layoutX защищенное свойство

protected int layoutX
Результат int

layoutY защищенное свойство

protected int layoutY
Результат int

menuGrid защищенное свойство

protected Grid,Fleux.UIElements.Grid menuGrid
Результат Fleux.UIElements.Grid.Grid

menuSection защищенное свойство

protected PanoramaSection,Fleux.UIElements.Panorama menuSection
Результат Fleux.UIElements.Panorama.PanoramaSection

sectionSensorMap защищенное свойство

protected Dictionary> sectionSensorMap
Результат List>.Dictionary

sensorUIMap защищенное свойство

protected Dictionary> sensorUIMap
Результат List>.Dictionary

volatileSection защищенное свойство

protected PanoramaSection,Fleux.UIElements.Panorama volatileSection
Результат Fleux.UIElements.Panorama.PanoramaSection