C# Class GtkGL.GLWidget

Inheritance: GLArea
Afficher le fichier Open project: mono/gtkglarea-sharp Class Usage Examples

Protected Properties

Свойство Type Description
GLObjectList System.Collections.ArrayList

Méthodes publiques

Méthode Description
AddGLObject ( IGLObject ob ) : void
EnableLighting ( object o, EventArgs e ) : void
GLWidget ( ) : System
GLWidget ( System attrList ) : System

Méthodes protégées

Méthode Description
InitGL ( ) : void
OnConfigure ( object o, EventArgs e ) : void
OnExposed ( object o, EventArgs e ) : void
OnRealized ( object o, EventArgs e ) : void
OnSizeAllocated ( object o, Gtk e ) : void

Private Methods

Méthode Description
Init ( ) : void
OnQuit ( object o, System e ) : void
OnWindowDeleteEvent ( object sender, Gtk.DeleteEventArgs a ) : void

Method Details

AddGLObject() public méthode

public AddGLObject ( IGLObject ob ) : void
ob IGLObject
Résultat void

EnableLighting() public static méthode

public static EnableLighting ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

GLWidget() public méthode

public GLWidget ( ) : System
Résultat System

GLWidget() public méthode

public GLWidget ( System attrList ) : System
attrList System
Résultat System

InitGL() protected méthode

protected InitGL ( ) : void
Résultat void

OnConfigure() protected méthode

protected OnConfigure ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

OnExposed() protected méthode

protected OnExposed ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

OnRealized() protected méthode

protected OnRealized ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( object o, Gtk e ) : void
o object
e Gtk
Résultat void

Property Details

GLObjectList protected_oe property

protected ArrayList,System.Collections GLObjectList
Résultat System.Collections.ArrayList