C# Class LynnaLab.AreaViewer

Inheritance: TileGridSelector
显示文件 Open project: Drenn1/LynnaLab

Public Methods

Method Description
AreaViewer ( ) : System
SetArea ( Area a ) : void

Protected Methods

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

Private Methods

Method Description
ModifiedTileCallback ( int tile ) : void

Method Details

AreaViewer() public method

public AreaViewer ( ) : System
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void

SetArea() public method

public SetArea ( Area a ) : void
a Area
return void