C# Class MegaMan.Editor.Bll.StageDocument

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
AddContinuePoint ( ScreenDocument screenDocument, Point location ) : void
AddJoin ( Join join ) : void
AddScreen ( string name, int tile_width, int tile_height ) : ScreenDocument
AddScreen ( ScreenInfo screen ) : void
ChangeTileset ( TilesetDocument tileset ) : void
FindNextScreenId ( ) : int
PushHistoryAction ( IUndoableAction action ) : void
Redo ( ) : void
RemoveJoin ( Join join ) : void
RemoveScreen ( ScreenDocument screen ) : void
SetStartPoint ( ScreenDocument screenDocument, Point location ) : void
StageDocument ( MegaMan.Editor.Bll.ProjectDocument project ) : System
StageDocument ( MegaMan.Editor.Bll.ProjectDocument project, StageInfo info, StageLinkInfo linkInfo ) : System
Undo ( ) : void

Private Methods

Méthode Description
OnScreenResized ( ScreenDocument screen, int width, int height ) : void
ScreenRenamed ( string oldName, string newName ) : void
WrapScreen ( MegaMan screen ) : ScreenDocument

Method Details

AddContinuePoint() public méthode

public AddContinuePoint ( ScreenDocument screenDocument, Point location ) : void
screenDocument ScreenDocument
location Point
Résultat void

AddJoin() public méthode

public AddJoin ( Join join ) : void
join MegaMan.Common.Join
Résultat void

AddScreen() public méthode

public AddScreen ( string name, int tile_width, int tile_height ) : ScreenDocument
name string
tile_width int
tile_height int
Résultat ScreenDocument

AddScreen() public méthode

public AddScreen ( ScreenInfo screen ) : void
screen MegaMan.Common.ScreenInfo
Résultat void

ChangeTileset() public méthode

public ChangeTileset ( TilesetDocument tileset ) : void
tileset TilesetDocument
Résultat void

FindNextScreenId() public méthode

public FindNextScreenId ( ) : int
Résultat int

PushHistoryAction() public méthode

public PushHistoryAction ( IUndoableAction action ) : void
action IUndoableAction
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

RemoveJoin() public méthode

public RemoveJoin ( Join join ) : void
join MegaMan.Common.Join
Résultat void

RemoveScreen() public méthode

public RemoveScreen ( ScreenDocument screen ) : void
screen ScreenDocument
Résultat void

SetStartPoint() public méthode

public SetStartPoint ( ScreenDocument screenDocument, Point location ) : void
screenDocument ScreenDocument
location Point
Résultat void

StageDocument() public méthode

public StageDocument ( MegaMan.Editor.Bll.ProjectDocument project ) : System
project MegaMan.Editor.Bll.ProjectDocument
Résultat System

StageDocument() public méthode

public StageDocument ( MegaMan.Editor.Bll.ProjectDocument project, StageInfo info, StageLinkInfo linkInfo ) : System
project MegaMan.Editor.Bll.ProjectDocument
info MegaMan.Common.StageInfo
linkInfo MegaMan.Common.StageLinkInfo
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void