C# 클래스 Stetic.WidgetLibrary

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetGladeExportTransformElements ( ) : System.Xml.XmlElement[]
GetGladeImportTransformElements ( ) : System.Xml.XmlElement[]
GetLibraryDependencies ( ) : string[]
GetResource ( string name ) : System.IO.Stream
GetType ( string typeName ) : Type
Load ( ) : void
LookupClassByCName ( string cname ) : ClassDescriptor
LookupClassByName ( string csname ) : ClassDescriptor
LookupEnum ( string typeName ) : Stetic.EnumDescriptor
Reload ( ) : void
SupportsGtkVersion ( string targetVersion ) : bool

보호된 메소드들

메소드 설명
AddClass ( ClassDescriptor klass ) : void
Load ( XmlDocument objects ) : void
LoadClassDescriptor ( XmlElement element ) : ClassDescriptor
OnChanged ( ) : void

메소드 상세

AddClass() 보호된 메소드

protected AddClass ( ClassDescriptor klass ) : void
klass ClassDescriptor
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetGladeExportTransformElements() 공개 메소드

public GetGladeExportTransformElements ( ) : System.Xml.XmlElement[]
리턴 System.Xml.XmlElement[]

GetGladeImportTransformElements() 공개 메소드

public GetGladeImportTransformElements ( ) : System.Xml.XmlElement[]
리턴 System.Xml.XmlElement[]

GetLibraryDependencies() 공개 메소드

public GetLibraryDependencies ( ) : string[]
리턴 string[]

GetResource() 공개 메소드

public GetResource ( string name ) : System.IO.Stream
name string
리턴 System.IO.Stream

GetType() 공개 메소드

public GetType ( string typeName ) : Type
typeName string
리턴 System.Type

Load() 공개 메소드

public Load ( ) : void
리턴 void

Load() 보호된 메소드

protected Load ( XmlDocument objects ) : void
objects System.Xml.XmlDocument
리턴 void

LoadClassDescriptor() 보호된 추상적인 메소드

protected abstract LoadClassDescriptor ( XmlElement element ) : ClassDescriptor
element System.Xml.XmlElement
리턴 ClassDescriptor

LookupClassByCName() 공개 메소드

public LookupClassByCName ( string cname ) : ClassDescriptor
cname string
리턴 ClassDescriptor

LookupClassByName() 공개 메소드

public LookupClassByName ( string csname ) : ClassDescriptor
csname string
리턴 ClassDescriptor

LookupEnum() 공개 메소드

public LookupEnum ( string typeName ) : Stetic.EnumDescriptor
typeName string
리턴 Stetic.EnumDescriptor

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

SupportsGtkVersion() 공개 메소드

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