C# Class FlatRedBall.Gui.MultiButtonMessageBox

Summary description for MultiButtonMessageBox.
Inheritance: Window
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddButton ( Button buttonToAdd ) : void
AddButton ( string buttonText, GuiMessage message ) : void
GetButton ( string buttonText ) : Button
MakeInvisible ( Window callingWindow ) : void
MultiButtonMessageBox ( Cursor cursor ) : System
RemoveButton ( Button buttonToRemove ) : void

Méthodes protégées

Méthode Description
ResizeBox ( float newScaleX, bool autoSetScaleY ) : void

Private Methods

Méthode Description
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
Move ( Window callingWindow ) : void
RemoveThis ( Window callingWindow ) : void
ResizeBox ( ) : void

Method Details

AddButton() public méthode

public AddButton ( Button buttonToAdd ) : void
buttonToAdd Button
Résultat void

AddButton() public méthode

public AddButton ( string buttonText, GuiMessage message ) : void
buttonText string
message GuiMessage
Résultat void

GetButton() public méthode

public GetButton ( string buttonText ) : Button
buttonText string
Résultat Button

MakeInvisible() public méthode

public MakeInvisible ( Window callingWindow ) : void
callingWindow Window
Résultat void

MultiButtonMessageBox() public méthode

public MultiButtonMessageBox ( Cursor cursor ) : System
cursor Cursor
Résultat System

RemoveButton() public méthode

public RemoveButton ( Button buttonToRemove ) : void
buttonToRemove Button
Résultat void

ResizeBox() protected méthode

protected ResizeBox ( float newScaleX, bool autoSetScaleY ) : void
newScaleX float
autoSetScaleY bool
Résultat void