C# Class FlatRedBall.Gui.MultiButtonMessageBox

Summary description for MultiButtonMessageBox.
Inheritance: Window
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
ResizeBox ( float newScaleX, bool autoSetScaleY ) : void

Private Methods

Method Description
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
Move ( Window callingWindow ) : void
RemoveThis ( Window callingWindow ) : void
ResizeBox ( ) : void

Method Details

AddButton() public method

public AddButton ( Button buttonToAdd ) : void
buttonToAdd Button
return void

AddButton() public method

public AddButton ( string buttonText, GuiMessage message ) : void
buttonText string
message GuiMessage
return void

GetButton() public method

public GetButton ( string buttonText ) : Button
buttonText string
return Button

MakeInvisible() public method

public MakeInvisible ( Window callingWindow ) : void
callingWindow Window
return void

MultiButtonMessageBox() public method

public MultiButtonMessageBox ( Cursor cursor ) : System
cursor Cursor
return System

RemoveButton() public method

public RemoveButton ( Button buttonToRemove ) : void
buttonToRemove Button
return void

ResizeBox() protected method

protected ResizeBox ( float newScaleX, bool autoSetScaleY ) : void
newScaleX float
autoSetScaleY bool
return void