C# 클래스 MonoDevelop.ClassDesigner.Figures.TypeFigure

상속: MonoHotDraw.Figures.VStackFigure
파일 보기 프로젝트 열기: mono/monohotdraw

보호된 프로퍼티들

프로퍼티 타입 설명
events TypeMemberGroupFigure
fields TypeMemberGroupFigure
methods TypeMemberGroupFigure
properties TypeMemberGroupFigure

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
CreateGroups ( ) : void

메소드 상세

AddEvent() 공개 메소드

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

AddField() 공개 메소드

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

AddMemberGroup() 보호된 메소드

protected AddMemberGroup ( MonoHotDraw.Figures.VStackFigure group ) : void
group MonoHotDraw.Figures.VStackFigure
리턴 void

AddMethod() 공개 메소드

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

AddProperty() 공개 메소드

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

BasicDraw() 공개 메소드

public BasicDraw ( Cairo context ) : void
context Cairo
리턴 void

BasicDrawSelected() 공개 메소드

public BasicDrawSelected ( Cairo context ) : void
context Cairo
리턴 void

ContainsPoint() 공개 메소드

public ContainsPoint ( double x, double y ) : bool
x double
y double
리턴 bool

CreateGroups() 보호된 메소드

protected CreateGroups ( ) : void
리턴 void

TypeFigure() 공개 메소드

public TypeFigure ( ) : System
리턴 System

TypeFigure() 공개 메소드

public TypeFigure ( IType domtype ) : System
domtype IType
리턴 System

프로퍼티 상세

events 보호되어 있는 프로퍼티

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures events
리턴 TypeMemberGroupFigure

fields 보호되어 있는 프로퍼티

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures fields
리턴 TypeMemberGroupFigure

methods 보호되어 있는 프로퍼티

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures methods
리턴 TypeMemberGroupFigure

properties 보호되어 있는 프로퍼티

protected TypeMemberGroupFigure,MonoDevelop.ClassDesigner.Figures properties
리턴 TypeMemberGroupFigure