C# 클래스 Stetic.ClassDescriptor

파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
baseType string
contextMenu Stetic.ItemGroup
deprecated bool
groups Stetic.ItemGroupCollection
importantGroups int
internalChildren Stetic.ItemGroup
isInternal bool
label string
signals Stetic.ItemGroupCollection
targetGtkVersion string

공개 메소드들

메소드 설명
CreateInstance ( IProject proj ) : object
CreateWrapper ( ) : ObjectWrapper
NewInstance ( IProject proj ) : object
NewInstance ( IProject proj, bool initialize ) : object
ResetInstance ( object obj ) : void
SupportsGtkVersion ( string targetVersion ) : bool
this ( string name ) : ItemDescriptor

보호된 메소드들

메소드 설명
CreateItemDescriptor ( XmlElement elem, Stetic.ItemGroup group ) : ItemDescriptor
Load ( XmlElement elem ) : void

비공개 메소드들

메소드 설명
SetLibrary ( WidgetLibrary library ) : void

메소드 상세

CreateInstance() 공개 추상적인 메소드

public abstract CreateInstance ( IProject proj ) : object
proj IProject
리턴 object

CreateItemDescriptor() 보호된 메소드

protected CreateItemDescriptor ( XmlElement elem, Stetic.ItemGroup group ) : ItemDescriptor
elem System.Xml.XmlElement
group Stetic.ItemGroup
리턴 ItemDescriptor

CreateWrapper() 공개 추상적인 메소드

public abstract CreateWrapper ( ) : ObjectWrapper
리턴 ObjectWrapper

Load() 보호된 메소드

protected Load ( XmlElement elem ) : void
elem System.Xml.XmlElement
리턴 void

NewInstance() 공개 메소드

public NewInstance ( IProject proj ) : object
proj IProject
리턴 object

NewInstance() 공개 메소드

public NewInstance ( IProject proj, bool initialize ) : object
proj IProject
initialize bool
리턴 object

ResetInstance() 공개 메소드

public ResetInstance ( object obj ) : void
obj object
리턴 void

SupportsGtkVersion() 공개 메소드

public SupportsGtkVersion ( string targetVersion ) : bool
targetVersion string
리턴 bool

this() 공개 메소드

public this ( string name ) : ItemDescriptor
name string
리턴 ItemDescriptor

프로퍼티 상세

baseType 보호되어 있는 프로퍼티

protected string baseType
리턴 string

contextMenu 보호되어 있는 프로퍼티

protected ItemGroup,Stetic contextMenu
리턴 Stetic.ItemGroup

deprecated 보호되어 있는 프로퍼티

protected bool deprecated
리턴 bool

groups 보호되어 있는 프로퍼티

protected ItemGroupCollection,Stetic groups
리턴 Stetic.ItemGroupCollection

importantGroups 보호되어 있는 프로퍼티

protected int importantGroups
리턴 int

internalChildren 보호되어 있는 프로퍼티

protected ItemGroup,Stetic internalChildren
리턴 Stetic.ItemGroup

isInternal 보호되어 있는 프로퍼티

protected bool isInternal
리턴 bool

label 보호되어 있는 프로퍼티

protected string label
리턴 string

signals 보호되어 있는 프로퍼티

protected ItemGroupCollection,Stetic signals
리턴 Stetic.ItemGroupCollection

targetGtkVersion 보호되어 있는 프로퍼티

protected string targetGtkVersion
리턴 string