C# 클래스 AGS.Editor.DataFileWriter.GUIsWriter

파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
GUIsWriter ( BinaryWriter writer, Game game ) : System
WriteAllGUIs ( ) : void

비공개 메소드들

메소드 설명
PopulateGUIControls ( ) : int[][]

Fill the lists of the GUIControl types.

WriteAllButtonsAndTextWindowEdges ( ) : void
WriteAllInvWindows ( ) : void
WriteAllLabels ( ) : void
WriteAllListBoxes ( ) : void
WriteAllSliders ( ) : void
WriteAllTextBoxes ( ) : void
WriteGUIControl ( AGS.Types.GUIControl control, int flags ) : void
WriteGUIControl ( AGS.Types.GUIControl control, int flags, string events ) : void

Writes the common elements of this GUIControl to the file. Type-specific data is written only by the respective method for that type.

WriteNormalGUI ( AGS.Types.NormalGUI gui ) : void
WriteTextWindowGUI ( TextWindowGUI gui ) : void

메소드 상세

GUIsWriter() 공개 메소드

public GUIsWriter ( BinaryWriter writer, Game game ) : System
writer System.IO.BinaryWriter
game AGS.Types.Game
리턴 System

WriteAllGUIs() 공개 메소드

public WriteAllGUIs ( ) : void
리턴 void