C# Class MonoDevelop.ClassDesigner.Figures.TypeFigure

Inheritance: MonoHotDraw.Figures.VStackFigure
Mostrar archivo Open project: mono/monohotdraw

Protected Properties

Property Type Description
events TypeMemberGroupFigure
fields TypeMemberGroupFigure
methods TypeMemberGroupFigure
properties TypeMemberGroupFigure

Public Methods

Method Description
AddEvent ( Gdk.Pixbuf icon, string type, string name ) : void
AddField ( Gdk.Pixbuf icon, string type, string name ) : void
AddMethod ( Gdk.Pixbuf icon, string retvalue, string name ) : void
AddProperty ( Gdk.Pixbuf icon, string type, string name ) : void
BasicDraw ( Cairo context ) : void
BasicDrawSelected ( Cairo context ) : void
ContainsPoint ( double x, double y ) : bool
TypeFigure ( ) : System
TypeFigure ( IType domtype ) : System

Protected Methods

Method Description
AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
CreateGroups ( ) : void

Method Details

AddEvent() public method

public AddEvent ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
return void

AddField() public method

public AddField ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
return void

AddMemberGroup() protected method

protected AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
group MonoHotDraw.Figures.VStackFigure
return void

AddMethod() public method

public AddMethod ( Gdk.Pixbuf icon, string retvalue, string name ) : void
icon Gdk.Pixbuf
retvalue string
name string
return void

AddProperty() public method

public AddProperty ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
return void

BasicDraw() public method

public BasicDraw ( Cairo context ) : void
context Cairo
return void

BasicDrawSelected() public method

public BasicDrawSelected ( Cairo context ) : void
context Cairo
return void

ContainsPoint() public method

public ContainsPoint ( double x, double y ) : bool
x double
y double
return bool

CreateGroups() protected method

protected CreateGroups ( ) : void
return void

TypeFigure() public method

public TypeFigure ( ) : System
return System

TypeFigure() public method

public TypeFigure ( IType domtype ) : System
domtype IType
return System

Property Details

events protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures events
return TypeMemberGroupFigure

fields protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures fields
return TypeMemberGroupFigure

methods protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures methods
return TypeMemberGroupFigure

properties protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures properties
return TypeMemberGroupFigure