C# 클래스 hobd.HomePage

상속: Fleux.Controls.FleuxControlPage
파일 보기 프로젝트 열기: cail/hobd

공개 프로퍼티들

프로퍼티 타입 설명
DefaultBackground string
Title string

보호된 프로퍼티들

프로퍼티 타입 설명
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