C# Class SharpQuake.Menu

M_functions
Afficher le fichier Open project: Memorix101/SharpQuake

Méthodes publiques

Свойство Type Description
EnterSound bool
ReturnMenu MenuBase
ReturnOnError bool
ReturnReason string

Méthodes publiques

Méthode Description
BuildTranslationTable ( int top, int bottom ) : void

M_BuildTranslationTable

Draw ( ) : void

M_Draw

DrawCharacter ( int cx, int line, int num ) : void

M_DrawCharacter

DrawCheckbox ( int x, int y, bool on ) : void

M_DrawCheckbox

DrawPic ( int x, int y, glpic_t pic ) : void
DrawSlider ( int x, int y, float range ) : void

M_DrawSlider

DrawTextBox ( int x, int y, int width, int lines ) : void

M_DrawTextBox

DrawTransPic ( int x, int y, glpic_t pic ) : void
DrawTransPicTranslate ( int x, int y, glpic_t pic ) : void

M_DrawTransPicTranslate

Init ( ) : void
KeyDown ( int key ) : void

M_Keydown

Print ( int cx, int cy, string str ) : void

M_Print

PrintWhite ( int cx, int cy, string str ) : void

M_PrintWhite

ToggleMenu_f ( ) : void

M_ToggleMenu_f

Private Methods

Méthode Description
Menu_Help_f ( ) : void

M_Menu_Help_f

Menu_Keys_f ( ) : void

M_Menu_Keys_f

Menu_Load_f ( ) : void
Menu_Main_f ( ) : void

M_Menu_Main_f

Menu_MultiPlayer_f ( ) : void
Menu_Options_f ( ) : void
Menu_Quit_f ( ) : void

M_Menu_Quit_f

Menu_Save_f ( ) : void
Menu_Setup_f ( ) : void
Menu_SinglePlayer_f ( ) : void

M_Menu_SinglePlayer_f

Menu_Video_f ( ) : void

M_Menu_Video_f

Method Details

BuildTranslationTable() public static méthode

M_BuildTranslationTable
public static BuildTranslationTable ( int top, int bottom ) : void
top int
bottom int
Résultat void

Draw() public static méthode

M_Draw
public static Draw ( ) : void
Résultat void

DrawCharacter() public static méthode

M_DrawCharacter
public static DrawCharacter ( int cx, int line, int num ) : void
cx int
line int
num int
Résultat void

DrawCheckbox() public static méthode

M_DrawCheckbox
public static DrawCheckbox ( int x, int y, bool on ) : void
x int
y int
on bool
Résultat void

DrawPic() public static méthode

public static DrawPic ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
Résultat void

DrawSlider() public static méthode

M_DrawSlider
public static DrawSlider ( int x, int y, float range ) : void
x int
y int
range float
Résultat void

DrawTextBox() public static méthode

M_DrawTextBox
public static DrawTextBox ( int x, int y, int width, int lines ) : void
x int
y int
width int
lines int
Résultat void

DrawTransPic() public static méthode

public static DrawTransPic ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
Résultat void

DrawTransPicTranslate() public static méthode

M_DrawTransPicTranslate
public static DrawTransPicTranslate ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

KeyDown() public static méthode

M_Keydown
public static KeyDown ( int key ) : void
key int
Résultat void

Print() public static méthode

M_Print
public static Print ( int cx, int cy, string str ) : void
cx int
cy int
str string
Résultat void

PrintWhite() public static méthode

M_PrintWhite
public static PrintWhite ( int cx, int cy, string str ) : void
cx int
cy int
str string
Résultat void

ToggleMenu_f() public static méthode

M_ToggleMenu_f
public static ToggleMenu_f ( ) : void
Résultat void

Property Details

EnterSound public_oe static_oe property

public static bool EnterSound
Résultat bool

ReturnMenu public_oe static_oe property

public static MenuBase,SharpQuake ReturnMenu
Résultat MenuBase

ReturnOnError public_oe static_oe property

public static bool ReturnOnError
Résultat bool

ReturnReason public_oe static_oe property

public static string ReturnReason
Résultat string