C# Class QSWidgetLib.ImageViewer

Inheritance: Gtk.DrawingArea
ファイルを表示 Open project: QualitySolution/QSProjects Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ImageViewer ( ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk e ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Requisition &requisition ) : void

Method Details

ImageViewer() public method

public ImageViewer ( ) : System
return System

OnExposeEvent() protected method

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

OnSizeAllocated() protected method

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

OnSizeRequested() protected method

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