C# Class GtkSharp.Generation.Signal

Mostra file Open project: rubenv/tripod Class Usage Examples

Private Properties

Property Type Description
CastFromInt string
GenChainVirtualMethod void
GenDefaultHandlerDelegate void
GenGlueVirtualMethod void
GenVMDeclaration void
NeedNew bool

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GenArgsCleanup() public method

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

GenArgsInitialization() public method

public GenArgsInitialization ( StreamWriter sw ) : string
sw System.IO.StreamWriter
return string

GenCallback() public method

public GenCallback ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

GenEvent() public method

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

GenEventHandler() public method

public GenEventHandler ( GtkSharp.Generation.GenerationInfo gen_info ) : void
gen_info GtkSharp.Generation.GenerationInfo
return void

Generate() public method

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

GenerateDecl() public method

public GenerateDecl ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

Signal() public method

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

Validate() public method

public Validate ( ) : bool
return bool