C# Класс AGS.Editor.DataFileWriter.GUIsWriter

Показать файл Открыть проект

Открытые методы

Метод Описание
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