C# Class FlatRedBall.AnimationEditorForms.PropertyGridManager

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Initialize ( System.Windows.Forms.PropertyGrid propertyGrid, TileMapInfoWindow tileMapInfoWindow ) : void
PropertyGridManager ( ) : System
Refresh ( ) : void
SetTileX ( AnimationFrameSave frame, int value ) : void
SetTileY ( AnimationFrameSave frame, int value ) : void
UpdateTileMapInformationListAndDisplay ( ) : void

Private Methods

Méthode Description
HandleChangedProperty ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void
HandleChangedPropertyEventHandler ( object s, EventArgs args ) : void

Method Details

Initialize() public méthode

public Initialize ( System.Windows.Forms.PropertyGrid propertyGrid, TileMapInfoWindow tileMapInfoWindow ) : void
propertyGrid System.Windows.Forms.PropertyGrid
tileMapInfoWindow FlatRedBall.AnimationEditorForms.Controls.TileMapInfoWindow
Résultat void

PropertyGridManager() public méthode

public PropertyGridManager ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetTileX() public méthode

public SetTileX ( AnimationFrameSave frame, int value ) : void
frame FlatRedBall.Content.AnimationChain.AnimationFrameSave
value int
Résultat void

SetTileY() public méthode

public SetTileY ( AnimationFrameSave frame, int value ) : void
frame FlatRedBall.Content.AnimationChain.AnimationFrameSave
value int
Résultat void

UpdateTileMapInformationListAndDisplay() public méthode

public UpdateTileMapInformationListAndDisplay ( ) : void
Résultat void