C# Class LynnaLab.AreaViewer

Inheritance: TileGridSelector
Afficher le fichier Open project: Drenn1/LynnaLab

Méthodes publiques

Méthode Description
AreaViewer ( ) : System
SetArea ( Area a ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk ev ) : bool
OnExposeEvent ( Gdk ev ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Gtk &requisition ) : void

Private Methods

Méthode Description
ModifiedTileCallback ( int tile ) : void

Method Details

AreaViewer() public méthode

public AreaViewer ( ) : System
Résultat System

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

OnSizeRequested() protected méthode

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
Résultat void

SetArea() public méthode

public SetArea ( Area a ) : void
a Area
Résultat void