C# Class TreeMap.TreeMap.TreeMapItem

Mostrar archivo Open project: chergert/custom-gtk-widgets

Public Properties

Property Type Description
Children List
ChildrenWeight double
Height double
Horiz bool
Path Gtk.TreePath
Title string
Weight double
Width double
X double
Y double

Public Methods

Method Description
AddChild ( TreeMapItem item ) : void
FindByCoordinates ( double x, double y ) : TreeMapItem
Render ( Cairo c, Gdk @base ) : void
SetArea ( double x, double y, double w, double h ) : void
TreeMapItem ( Gtk m, Gtk &iter, bool horiz, int textColumn, int weightColumn ) : System

Method Details

AddChild() public method

public AddChild ( TreeMapItem item ) : void
item TreeMapItem
return void

FindByCoordinates() public method

public FindByCoordinates ( double x, double y ) : TreeMapItem
x double
y double
return TreeMapItem

Render() public method

public Render ( Cairo c, Gdk @base ) : void
c Cairo
@base Gdk
return void

SetArea() public method

public SetArea ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
return void

TreeMapItem() public method

public TreeMapItem ( Gtk m, Gtk &iter, bool horiz, int textColumn, int weightColumn ) : System
m Gtk
iter Gtk
horiz bool
textColumn int
weightColumn int
return System

Property Details

Children public_oe property

public List Children
return List

ChildrenWeight public_oe property

public double ChildrenWeight
return double

Height public_oe property

public double Height
return double

Horiz public_oe property

public bool Horiz
return bool

Path public_oe property

public TreePath,Gtk Path
return Gtk.TreePath

Title public_oe property

public string Title
return string

Weight public_oe property

public double Weight
return double

Width public_oe property

public double Width
return double

X public_oe property

public double X
return double

Y public_oe property

public double Y
return double