C# Class Qyoto.QGLFormat

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Accum ( ) : bool
AccumBufferSize ( ) : int
Alpha ( ) : bool
AlphaBufferSize ( ) : int
BlueBufferSize ( ) : int
DefaultFormat ( ) : QGLFormat
DefaultOverlayFormat ( ) : QGLFormat
Depth ( ) : bool
DepthBufferSize ( ) : int
DirectRendering ( ) : bool
Dispose ( ) : void
DoubleBuffer ( ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
GreenBufferSize ( ) : int
HasOpenGL ( ) : bool
HasOpenGLOverlays ( ) : bool
HasOverlay ( ) : bool
OpenGLVersionFlags ( ) : uint
Plane ( ) : int
QGLFormat ( QGLFormat other ) : System
QGLFormat ( uint options ) : System
QGLFormat ( uint options, int plane ) : System
RedBufferSize ( ) : int
Rgba ( ) : bool
SampleBuffers ( ) : bool
Samples ( ) : int
SetAccum ( bool enable ) : void
SetAccumBufferSize ( int size ) : void
SetAlpha ( bool enable ) : void
SetAlphaBufferSize ( int size ) : void
SetBlueBufferSize ( int size ) : void
SetDefaultFormat ( QGLFormat f ) : void
SetDefaultOverlayFormat ( QGLFormat f ) : void
SetDepth ( bool enable ) : void
SetDepthBufferSize ( int size ) : void
SetDirectRendering ( bool enable ) : void
SetDoubleBuffer ( bool enable ) : void
SetGreenBufferSize ( int size ) : void
SetOption ( uint opt ) : void
SetOverlay ( bool enable ) : void
SetPlane ( int plane ) : void
SetRedBufferSize ( int size ) : void
SetRgba ( bool enable ) : void
SetSampleBuffers ( bool enable ) : void
SetSamples ( int numSamples ) : void
SetStencil ( bool enable ) : void
SetStencilBufferSize ( int size ) : void
SetStereo ( bool enable ) : void
SetSwapInterval ( int interval ) : void
Stencil ( ) : bool
StencilBufferSize ( ) : int
Stereo ( ) : bool
SwapInterval ( ) : int
TestOption ( uint opt ) : bool
operator ( ) : bool

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QGLFormat ( Type dummy ) : System

Private Methods

Méthode Description
QGLFormat ( ) : System

Method Details

Accum() public méthode

public Accum ( ) : bool
Résultat bool

AccumBufferSize() public méthode

public AccumBufferSize ( ) : int
Résultat int

Alpha() public méthode

public Alpha ( ) : bool
Résultat bool

AlphaBufferSize() public méthode

public AlphaBufferSize ( ) : int
Résultat int

BlueBufferSize() public méthode

public BlueBufferSize ( ) : int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DefaultFormat() public static méthode

public static DefaultFormat ( ) : QGLFormat
Résultat QGLFormat

DefaultOverlayFormat() public static méthode

public static DefaultOverlayFormat ( ) : QGLFormat
Résultat QGLFormat

Depth() public méthode

public Depth ( ) : bool
Résultat bool

DepthBufferSize() public méthode

public DepthBufferSize ( ) : int
Résultat int

DirectRendering() public méthode

public DirectRendering ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoubleBuffer() public méthode

public DoubleBuffer ( ) : bool
Résultat bool

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GreenBufferSize() public méthode

public GreenBufferSize ( ) : int
Résultat int

HasOpenGL() public static méthode

public static HasOpenGL ( ) : bool
Résultat bool

HasOpenGLOverlays() public static méthode

public static HasOpenGLOverlays ( ) : bool
Résultat bool

HasOverlay() public méthode

public HasOverlay ( ) : bool
Résultat bool

OpenGLVersionFlags() public static méthode

public static OpenGLVersionFlags ( ) : uint
Résultat uint

Plane() public méthode

public Plane ( ) : int
Résultat int

QGLFormat() public méthode

public QGLFormat ( QGLFormat other ) : System
other QGLFormat
Résultat System

QGLFormat() protected méthode

protected QGLFormat ( Type dummy ) : System
dummy System.Type
Résultat System

QGLFormat() public méthode

public QGLFormat ( uint options ) : System
options uint
Résultat System

QGLFormat() public méthode

public QGLFormat ( uint options, int plane ) : System
options uint
plane int
Résultat System

RedBufferSize() public méthode

public RedBufferSize ( ) : int
Résultat int

Rgba() public méthode

public Rgba ( ) : bool
Résultat bool

SampleBuffers() public méthode

public SampleBuffers ( ) : bool
Résultat bool

Samples() public méthode

public Samples ( ) : int
Résultat int

SetAccum() public méthode

public SetAccum ( bool enable ) : void
enable bool
Résultat void

SetAccumBufferSize() public méthode

public SetAccumBufferSize ( int size ) : void
size int
Résultat void

SetAlpha() public méthode

public SetAlpha ( bool enable ) : void
enable bool
Résultat void

SetAlphaBufferSize() public méthode

public SetAlphaBufferSize ( int size ) : void
size int
Résultat void

SetBlueBufferSize() public méthode

public SetBlueBufferSize ( int size ) : void
size int
Résultat void

SetDefaultFormat() public static méthode

public static SetDefaultFormat ( QGLFormat f ) : void
f QGLFormat
Résultat void

SetDefaultOverlayFormat() public static méthode

public static SetDefaultOverlayFormat ( QGLFormat f ) : void
f QGLFormat
Résultat void

SetDepth() public méthode

public SetDepth ( bool enable ) : void
enable bool
Résultat void

SetDepthBufferSize() public méthode

public SetDepthBufferSize ( int size ) : void
size int
Résultat void

SetDirectRendering() public méthode

public SetDirectRendering ( bool enable ) : void
enable bool
Résultat void

SetDoubleBuffer() public méthode

public SetDoubleBuffer ( bool enable ) : void
enable bool
Résultat void

SetGreenBufferSize() public méthode

public SetGreenBufferSize ( int size ) : void
size int
Résultat void

SetOption() public méthode

public SetOption ( uint opt ) : void
opt uint
Résultat void

SetOverlay() public méthode

public SetOverlay ( bool enable ) : void
enable bool
Résultat void

SetPlane() public méthode

public SetPlane ( int plane ) : void
plane int
Résultat void

SetRedBufferSize() public méthode

public SetRedBufferSize ( int size ) : void
size int
Résultat void

SetRgba() public méthode

public SetRgba ( bool enable ) : void
enable bool
Résultat void

SetSampleBuffers() public méthode

public SetSampleBuffers ( bool enable ) : void
enable bool
Résultat void

SetSamples() public méthode

public SetSamples ( int numSamples ) : void
numSamples int
Résultat void

SetStencil() public méthode

public SetStencil ( bool enable ) : void
enable bool
Résultat void

SetStencilBufferSize() public méthode

public SetStencilBufferSize ( int size ) : void
size int
Résultat void

SetStereo() public méthode

public SetStereo ( bool enable ) : void
enable bool
Résultat void

SetSwapInterval() public méthode

public SetSwapInterval ( int interval ) : void
interval int
Résultat void

Stencil() public méthode

public Stencil ( ) : bool
Résultat bool

StencilBufferSize() public méthode

public StencilBufferSize ( ) : int
Résultat int

Stereo() public méthode

public Stereo ( ) : bool
Résultat bool

SwapInterval() public méthode

public SwapInterval ( ) : int
Résultat int

TestOption() public méthode

public TestOption ( uint opt ) : bool
opt uint
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation