C# Class TreeMap.TreeMap.TreeMapItem

Afficher le fichier Open project: chergert/custom-gtk-widgets

Méthodes publiques

Свойство Type Description
Children List
ChildrenWeight double
Height double
Horiz bool
Path Gtk.TreePath
Title string
Weight double
Width double
X double
Y double

Méthodes publiques

Méthode 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 méthode

public AddChild ( TreeMapItem item ) : void
item TreeMapItem
Résultat void

FindByCoordinates() public méthode

public FindByCoordinates ( double x, double y ) : TreeMapItem
x double
y double
Résultat TreeMapItem

Render() public méthode

public Render ( Cairo c, Gdk @base ) : void
c Cairo
@base Gdk
Résultat void

SetArea() public méthode

public SetArea ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

TreeMapItem() public méthode

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

Property Details

Children public_oe property

public List Children
Résultat List

ChildrenWeight public_oe property

public double ChildrenWeight
Résultat double

Height public_oe property

public double Height
Résultat double

Horiz public_oe property

public bool Horiz
Résultat bool

Path public_oe property

public TreePath,Gtk Path
Résultat Gtk.TreePath

Title public_oe property

public string Title
Résultat string

Weight public_oe property

public double Weight
Résultat double

Width public_oe property

public double Width
Résultat double

X public_oe property

public double X
Résultat double

Y public_oe property

public double Y
Résultat double