C# Class KBS2.States.FloorView

Inheritance: AbstractState
Afficher le fichier Open project: Railec/SE1cKBS2

Méthodes publiques

Свойство Type Description
_selectFunctionDialog KBS2.Controls.Dialog.RoomDialog.SelectFunctionDialog

Méthodes publiques

Méthode Description
Destruct ( ) : void
FloorView ( string name ) : System
FloorView ( string name, uint currentLocationID, uint currentBuildingID, uint currentFloorID ) : System
getBluePrint ( ) : BlueprintPanel

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
EventBlueprintClick ( object sender, MouseEventArgs e ) : void
EventBuildingAdd ( object sender, EventArgs e ) : void
EventBuildingDelete ( object sender, EventArgs e ) : void
EventBuildingModify ( object sender, EventArgs e ) : void
EventBuildingSelect ( object sender, EventArgs e ) : void
EventFloorAdd ( object sender, EventArgs e ) : void
EventFloorDelete ( object sender, EventArgs e ) : void
EventFloorModify ( object sender, EventArgs e ) : void
EventFloorSelect ( object sender, EventArgs e ) : void
EventLocationAdd ( object sender, EventArgs e ) : void
EventLocationDelete ( object sender, EventArgs e ) : void
EventLocationModify ( object sender, EventArgs e ) : void
EventLocationSelect ( object sender, EventArgs e ) : void
EventObjectIndex ( object sender, EventArgs e ) : void
EventQuit ( object sender, EventArgs e ) : void
EventResize ( object sender, EventArgs e ) : void
FillBlueprint ( uint floorID ) : void
FillNavigationStrip ( ) : void

Method Details

Destruct() public méthode

public Destruct ( ) : void
Résultat void

FloorView() public méthode

public FloorView ( string name ) : System
name string
Résultat System

FloorView() public méthode

public FloorView ( string name, uint currentLocationID, uint currentBuildingID, uint currentFloorID ) : System
name string
currentLocationID uint
currentBuildingID uint
currentFloorID uint
Résultat System

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

getBluePrint() public méthode

public getBluePrint ( ) : BlueprintPanel
Résultat KBS2.Controls.BlueprintPanel

Property Details

_selectFunctionDialog public_oe property

public SelectFunctionDialog,KBS2.Controls.Dialog.RoomDialog _selectFunctionDialog
Résultat KBS2.Controls.Dialog.RoomDialog.SelectFunctionDialog