C# Class StarterProject.Windows.CharacterViewer

Inheritance: SadConsole.Consoles.Window
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
Background Color
Foreground Color
SelectedCharacterIndex int

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnMouseEnter ( SadConsole info ) : void
OnMouseExit ( SadConsole info ) : void
OnMouseIn ( SadConsole data ) : void
OnMouseLeftClicked ( SadConsole data ) : void

Private Methods

Méthode Description
DrawSelectedItemString ( ) : void

Method Details

CharacterViewer() public méthode

public CharacterViewer ( ) : System
Résultat System

OnMouseEnter() protected méthode

protected OnMouseEnter ( SadConsole info ) : void
info SadConsole
Résultat void

OnMouseExit() protected méthode

protected OnMouseExit ( SadConsole info ) : void
info SadConsole
Résultat void

OnMouseIn() protected méthode

protected OnMouseIn ( SadConsole data ) : void
data SadConsole
Résultat void

OnMouseLeftClicked() protected méthode

protected OnMouseLeftClicked ( SadConsole data ) : void
data SadConsole
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

Show() public méthode

public Show ( bool modal ) : void
modal bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateCharSheetColors() public méthode

public UpdateCharSheetColors ( ) : void
Résultat void

_charScrollBar_ValueChanged() public méthode

public _charScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Background public_oe property

public Color Background
Résultat Color

Foreground public_oe property

public Color Foreground
Résultat Color

SelectedCharacterIndex public_oe property

public int SelectedCharacterIndex
Résultat int