C# Class Bless.Gui.Drawers.BinaryDrawer

Draws the binary representation of a byte
Inheritance: Bless.Gui.Drawers.Drawer
Afficher le fichier Open project: bwrsandman/Bless-old-fork

Méthodes publiques

Méthode Description
BinaryDrawer ( Gtk.Widget wid, Information inf )

Méthodes protégées

Méthode Description
Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void

Method Details

BinaryDrawer() public méthode

public BinaryDrawer ( Gtk.Widget wid, Information inf )
wid Gtk.Widget
inf Information

Create() protected méthode

protected Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
fg Gdk.Color
bg Gdk.Color
Résultat Gdk.Pixmap

Draw() protected méthode

protected Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void
gc Gdk.GC
dest Gdk.Drawable
x int
y int
b byte
pix Gdk.Pixmap
Résultat void