C# 클래스 SphereStudio.Plugins.SpritesetEditView

상속: Sphere.Plugins.Views.DocumentView
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
AddNewDirection ( ) : void
Deactivate ( ) : void
GetContent ( string persist ) : IDockContent
Init ( ) : void
Load ( string filepath ) : void
NewDocument ( ) : bool
RemoveDirection ( DirectionLayout layout ) : void
RescaleAll ( ) : void
ResizeAll ( ) : void
Save ( string filepath ) : void
SaveLayout ( ) : void
SpritesetEditView ( PluginMain main ) : Sphere.Core
UpdateControls ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

비공개 메소드들

메소드 설명
CallFormResize ( bool rescale ) : void
InitializeDocking ( ) : void
Modified ( object sender, EventArgs e ) : void
SpriteDrawer_ImageChanged ( object sender, EventArgs e ) : void
_tileset_ctrl_TileAdded ( short startindex, List tiles ) : void
_tileset_ctrl_TileRemoved ( short startindex, List tiles ) : void
_tileset_ctrl_TileSelected ( List tiles ) : void
layout_OnFrameClick ( object sender, EventArgs e ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

AddNewDirection() 공개 메소드

public AddNewDirection ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetContent() 공개 메소드

public GetContent ( string persist ) : IDockContent
persist string
리턴 IDockContent

Init() 공개 메소드

public Init ( ) : void
리턴 void

Load() 공개 메소드

public Load ( string filepath ) : void
filepath string
리턴 void

NewDocument() 공개 메소드

public NewDocument ( ) : bool
리턴 bool

RemoveDirection() 공개 메소드

public RemoveDirection ( DirectionLayout layout ) : void
layout SphereStudio.Plugins.Components.DirectionLayout
리턴 void

RescaleAll() 공개 메소드

public RescaleAll ( ) : void
리턴 void

ResizeAll() 공개 메소드

public ResizeAll ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string filepath ) : void
filepath string
리턴 void

SaveLayout() 공개 메소드

public SaveLayout ( ) : void
리턴 void

SpritesetEditView() 공개 메소드

public SpritesetEditView ( PluginMain main ) : Sphere.Core
main PluginMain
리턴 Sphere.Core

UpdateControls() 공개 메소드

public UpdateControls ( ) : void
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void