C# 클래스 GtkSharp.Generation.Signal

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

Private Properties

프로퍼티 타입 설명
CastFromInt string
GenChainVirtualMethod void
GenDefaultHandlerDelegate void
GenGlueVirtualMethod void
GenVMDeclaration void
NeedNew bool

공개 메소드들

메소드 설명
GenArgsCleanup ( StreamWriter sw, string finish ) : void
GenArgsInitialization ( StreamWriter sw ) : string
GenCallback ( StreamWriter sw ) : void
GenEvent ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor, string target ) : void
GenEventHandler ( GtkSharp.Generation.GenerationInfo gen_info ) : void
Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
GenerateDecl ( StreamWriter sw ) : void
Signal ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
Validate ( ) : bool

비공개 메소드들

메소드 설명
CastFromInt ( string type ) : string
GenChainVirtualMethod ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor ) : void
GenDefaultHandlerDelegate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
GenGlueVirtualMethod ( GtkSharp.Generation.GenerationInfo gen_info ) : void
GenVMDeclaration ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor ) : void
NeedNew ( GtkSharp.Generation.ClassBase implementor ) : bool

메소드 상세

GenArgsCleanup() 공개 메소드

public GenArgsCleanup ( StreamWriter sw, string finish ) : void
sw System.IO.StreamWriter
finish string
리턴 void

GenArgsInitialization() 공개 메소드

public GenArgsInitialization ( StreamWriter sw ) : string
sw System.IO.StreamWriter
리턴 string

GenCallback() 공개 메소드

public GenCallback ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

GenEvent() 공개 메소드

public GenEvent ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor, string target ) : void
sw System.IO.StreamWriter
implementor GtkSharp.Generation.ClassBase
target string
리턴 void

GenEventHandler() 공개 메소드

public GenEventHandler ( GtkSharp.Generation.GenerationInfo gen_info ) : void
gen_info GtkSharp.Generation.GenerationInfo
리턴 void

Generate() 공개 메소드

public Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
리턴 void

GenerateDecl() 공개 메소드

public GenerateDecl ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

Signal() 공개 메소드

public Signal ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
elem System.Xml.XmlElement
container_type GtkSharp.Generation.ClassBase
리턴 System

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool