C# Class Florence.GtkSharp.PlotWidget

Inheritance: Gtk.DrawingArea
Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
PlotWidget ( ) : System
PlotWidget ( IntPtr raw ) : System

Protected Methods

Method Description
Init ( ) : void
OnExposeEvent ( Gdk args ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
ControlKeys ( Gdk state ) : Modifier
InitializeSuface ( ) : void
Key ( Gdk input ) : Modifier
MouseInput ( Gdk state ) : Modifier
PlotWidget_ButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
PlotWidget_ButtonReleaseEvent ( object o, ButtonReleaseEventArgs args ) : void
PlotWidget_EnterNotifyEvent ( object o, EnterNotifyEventArgs args ) : void
PlotWidget_KeyPressEvent ( object o, KeyPressEventArgs args ) : void
PlotWidget_KeyReleaseEvent ( object o, KeyReleaseEventArgs args ) : void
PlotWidget_LeaveNotifyEvent ( object o, LeaveNotifyEventArgs args ) : void
PlotWidget_MotionNotifyEvent ( object o, MotionNotifyEventArgs args ) : void
PlotWidget_ScrollEvent ( object o, ScrollEventArgs args ) : void
UpdateCache ( ) : void
plotSurface_DrawQueued ( Rectangle obj ) : void
plotSurface_RefreshRequested ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

OnExposeEvent() protected method

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

OnSizeAllocated() protected method

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

PlotWidget() public method

public PlotWidget ( ) : System
return System

PlotWidget() public method

public PlotWidget ( IntPtr raw ) : System
raw IntPtr
return System