C# Class MonoDevelop.ClassDesigner.Figures.TypeFigure

Inheritance: MonoHotDraw.Figures.VStackFigure
Afficher le fichier Open project: mono/monohotdraw

Protected Properties

Свойство Type Description
events TypeMemberGroupFigure
fields TypeMemberGroupFigure
methods TypeMemberGroupFigure
properties TypeMemberGroupFigure

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
CreateGroups ( ) : void

Method Details

AddEvent() public méthode

public AddEvent ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
Résultat void

AddField() public méthode

public AddField ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
Résultat void

AddMemberGroup() protected méthode

protected AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
group MonoHotDraw.Figures.VStackFigure
Résultat void

AddMethod() public méthode

public AddMethod ( Gdk.Pixbuf icon, string retvalue, string name ) : void
icon Gdk.Pixbuf
retvalue string
name string
Résultat void

AddProperty() public méthode

public AddProperty ( Gdk.Pixbuf icon, string type, string name ) : void
icon Gdk.Pixbuf
type string
name string
Résultat void

BasicDraw() public méthode

public BasicDraw ( Cairo context ) : void
context Cairo
Résultat void

BasicDrawSelected() public méthode

public BasicDrawSelected ( Cairo context ) : void
context Cairo
Résultat void

ContainsPoint() public méthode

public ContainsPoint ( double x, double y ) : bool
x double
y double
Résultat bool

CreateGroups() protected méthode

protected CreateGroups ( ) : void
Résultat void

TypeFigure() public méthode

public TypeFigure ( ) : System
Résultat System

TypeFigure() public méthode

public TypeFigure ( IType domtype ) : System
domtype IType
Résultat System

Property Details

events protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures events
Résultat TypeMemberGroupFigure

fields protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures fields
Résultat TypeMemberGroupFigure

methods protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures methods
Résultat TypeMemberGroupFigure

properties protected_oe property

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures properties
Résultat TypeMemberGroupFigure