C# Class TreeMap.TreeMap.TreeMapItem

Show file 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 property

public List Children
return List

ChildrenWeight public property

public double ChildrenWeight
return double

Height public property

public double Height
return double

Horiz public property

public bool Horiz
return bool

Path public property

public TreePath,Gtk Path
return Gtk.TreePath

Title public property

public string Title
return string

Weight public property

public double Weight
return double

Width public property

public double Width
return double

X public property

public double X
return double

Y public property

public double Y
return double