C# Class StarterProject.Windows.CharacterViewer

Inheritance: SadConsole.Consoles.Window
Exibir arquivo Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Background Color
Foreground Color
SelectedCharacterIndex int

Public Methods

Method Description
CharacterViewer ( ) : System
Redraw ( ) : void
Show ( bool modal ) : void
Update ( ) : void
UpdateCharSheetColors ( ) : void
_charScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnMouseEnter ( SadConsole info ) : void
OnMouseExit ( SadConsole info ) : void
OnMouseIn ( SadConsole data ) : void
OnMouseLeftClicked ( SadConsole data ) : void

Private Methods

Method Description
DrawSelectedItemString ( ) : void

Method Details

CharacterViewer() public method

public CharacterViewer ( ) : System
return System

OnMouseEnter() protected method

protected OnMouseEnter ( SadConsole info ) : void
info SadConsole
return void

OnMouseExit() protected method

protected OnMouseExit ( SadConsole info ) : void
info SadConsole
return void

OnMouseIn() protected method

protected OnMouseIn ( SadConsole data ) : void
data SadConsole
return void

OnMouseLeftClicked() protected method

protected OnMouseLeftClicked ( SadConsole data ) : void
data SadConsole
return void

Redraw() public method

public Redraw ( ) : void
return void

Show() public method

public Show ( bool modal ) : void
modal bool
return void

Update() public method

public Update ( ) : void
return void

UpdateCharSheetColors() public method

public UpdateCharSheetColors ( ) : void
return void

_charScrollBar_ValueChanged() public method

public _charScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Background public_oe property

public Color Background
return Color

Foreground public_oe property

public Color Foreground
return Color

SelectedCharacterIndex public_oe property

public int SelectedCharacterIndex
return int