C# Class GtkSharp.Generation.Signal

Afficher le fichier Open project: rubenv/tripod Class Usage Examples

Private Properties

Свойство Type Description
CastFromInt string
GenChainVirtualMethod void
GenDefaultHandlerDelegate void
GenGlueVirtualMethod void
GenVMDeclaration void
NeedNew bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GenArgsCleanup ( StreamWriter sw, string finish ) : void
sw System.IO.StreamWriter
finish string
Résultat void

GenArgsInitialization() public méthode

public GenArgsInitialization ( StreamWriter sw ) : string
sw System.IO.StreamWriter
Résultat string

GenCallback() public méthode

public GenCallback ( StreamWriter sw ) : void
sw System.IO.StreamWriter
Résultat void

GenEvent() public méthode

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

GenEventHandler() public méthode

public GenEventHandler ( GtkSharp.Generation.GenerationInfo gen_info ) : void
gen_info GtkSharp.Generation.GenerationInfo
Résultat void

Generate() public méthode

public Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
Résultat void

GenerateDecl() public méthode

public GenerateDecl ( StreamWriter sw ) : void
sw System.IO.StreamWriter
Résultat void

Signal() public méthode

public Signal ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
elem System.Xml.XmlElement
container_type GtkSharp.Generation.ClassBase
Résultat System

Validate() public méthode

public Validate ( ) : bool
Résultat bool