C# Class SpriteEditor.Gui.GuiData

Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
ListWindow ListWindow
ToolsWindow ToolsWindow
fileButtonWindow FileButtonWindow
mCameraPropertyGrid CameraPropertyGrid
messages GuiMessages
spriteGridPropertiesWindow SpriteGridCreationPropertiesWindow
srSaveOptions SpriteRigSaveOptions

Public Methods

Method Description
Initialize ( ) : void
ToggleWindowVisibility ( ) : void
Update ( ) : void

Private Methods

Method Description
ChangeTextureThroughPropertyGrid ( Window callingWindow ) : void
CreateAnimationChainListDisplayWindow ( Window callingWindow ) : void
CreateInfoBar ( ) : void
CreateListDisplayWindows ( ) : void
CreatePropertyGrids ( ) : void
SetAnimationChainOnCurrentSprite ( Window callingWindow ) : void
UpdatePropertyGrids ( ) : void
UpdateToolsWindow ( ) : void
mMenuStrip_SavedSuccess ( object sender, EventArgs e ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

ToggleWindowVisibility() public static method

public static ToggleWindowVisibility ( ) : void
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

ListWindow public static property

public static ListWindow ListWindow
return ListWindow

ToolsWindow public static property

public static ToolsWindow ToolsWindow
return ToolsWindow

fileButtonWindow public static property

public static FileButtonWindow fileButtonWindow
return FileButtonWindow

mCameraPropertyGrid public static property

public static CameraPropertyGrid mCameraPropertyGrid
return CameraPropertyGrid

messages public static property

public static GuiMessages messages
return GuiMessages

spriteGridPropertiesWindow public static property

public static SpriteGridCreationPropertiesWindow spriteGridPropertiesWindow
return SpriteGridCreationPropertiesWindow

srSaveOptions public static property

public static SpriteRigSaveOptions srSaveOptions
return SpriteRigSaveOptions