C# Class Qyoto.QGLFormat

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QGLFormat ( Type dummy ) : System

Private Methods

Method Description
QGLFormat ( ) : System

Method Details

Accum() public method

public Accum ( ) : bool
return bool

AccumBufferSize() public method

public AccumBufferSize ( ) : int
return int

Alpha() public method

public Alpha ( ) : bool
return bool

AlphaBufferSize() public method

public AlphaBufferSize ( ) : int
return int

BlueBufferSize() public method

public BlueBufferSize ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DefaultFormat() public static method

public static DefaultFormat ( ) : QGLFormat
return QGLFormat

DefaultOverlayFormat() public static method

public static DefaultOverlayFormat ( ) : QGLFormat
return QGLFormat

Depth() public method

public Depth ( ) : bool
return bool

DepthBufferSize() public method

public DepthBufferSize ( ) : int
return int

DirectRendering() public method

public DirectRendering ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

DoubleBuffer() public method

public DoubleBuffer ( ) : bool
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GreenBufferSize() public method

public GreenBufferSize ( ) : int
return int

HasOpenGL() public static method

public static HasOpenGL ( ) : bool
return bool

HasOpenGLOverlays() public static method

public static HasOpenGLOverlays ( ) : bool
return bool

HasOverlay() public method

public HasOverlay ( ) : bool
return bool

OpenGLVersionFlags() public static method

public static OpenGLVersionFlags ( ) : uint
return uint

Plane() public method

public Plane ( ) : int
return int

QGLFormat() public method

public QGLFormat ( QGLFormat other ) : System
other QGLFormat
return System

QGLFormat() protected method

protected QGLFormat ( Type dummy ) : System
dummy System.Type
return System

QGLFormat() public method

public QGLFormat ( uint options ) : System
options uint
return System

QGLFormat() public method

public QGLFormat ( uint options, int plane ) : System
options uint
plane int
return System

RedBufferSize() public method

public RedBufferSize ( ) : int
return int

Rgba() public method

public Rgba ( ) : bool
return bool

SampleBuffers() public method

public SampleBuffers ( ) : bool
return bool

Samples() public method

public Samples ( ) : int
return int

SetAccum() public method

public SetAccum ( bool enable ) : void
enable bool
return void

SetAccumBufferSize() public method

public SetAccumBufferSize ( int size ) : void
size int
return void

SetAlpha() public method

public SetAlpha ( bool enable ) : void
enable bool
return void

SetAlphaBufferSize() public method

public SetAlphaBufferSize ( int size ) : void
size int
return void

SetBlueBufferSize() public method

public SetBlueBufferSize ( int size ) : void
size int
return void

SetDefaultFormat() public static method

public static SetDefaultFormat ( QGLFormat f ) : void
f QGLFormat
return void

SetDefaultOverlayFormat() public static method

public static SetDefaultOverlayFormat ( QGLFormat f ) : void
f QGLFormat
return void

SetDepth() public method

public SetDepth ( bool enable ) : void
enable bool
return void

SetDepthBufferSize() public method

public SetDepthBufferSize ( int size ) : void
size int
return void

SetDirectRendering() public method

public SetDirectRendering ( bool enable ) : void
enable bool
return void

SetDoubleBuffer() public method

public SetDoubleBuffer ( bool enable ) : void
enable bool
return void

SetGreenBufferSize() public method

public SetGreenBufferSize ( int size ) : void
size int
return void

SetOption() public method

public SetOption ( uint opt ) : void
opt uint
return void

SetOverlay() public method

public SetOverlay ( bool enable ) : void
enable bool
return void

SetPlane() public method

public SetPlane ( int plane ) : void
plane int
return void

SetRedBufferSize() public method

public SetRedBufferSize ( int size ) : void
size int
return void

SetRgba() public method

public SetRgba ( bool enable ) : void
enable bool
return void

SetSampleBuffers() public method

public SetSampleBuffers ( bool enable ) : void
enable bool
return void

SetSamples() public method

public SetSamples ( int numSamples ) : void
numSamples int
return void

SetStencil() public method

public SetStencil ( bool enable ) : void
enable bool
return void

SetStencilBufferSize() public method

public SetStencilBufferSize ( int size ) : void
size int
return void

SetStereo() public method

public SetStereo ( bool enable ) : void
enable bool
return void

SetSwapInterval() public method

public SetSwapInterval ( int interval ) : void
interval int
return void

Stencil() public method

public Stencil ( ) : bool
return bool

StencilBufferSize() public method

public StencilBufferSize ( ) : int
return int

Stereo() public method

public Stereo ( ) : bool
return bool

SwapInterval() public method

public SwapInterval ( ) : int
return int

TestOption() public method

public TestOption ( uint opt ) : bool
opt uint
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation