Method | Description | |
---|---|---|
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( |
||
BindTexture ( string fileName ) : uint | ||
Colormap ( ) : Qyoto.QGLColormap | ||
Context ( ) : |
||
ConvertToGLFormat ( |
||
DeleteTexture ( uint tx_id ) : void | ||
Dispose ( ) : void | ||
DoneCurrent ( ) : void | ||
DoubleBuffer ( ) : bool | ||
DrawTexture ( |
||
DrawTexture ( |
||
DrawTexture ( Qyoto.QRectF target, uint textureId ) : void | ||
DrawTexture ( Qyoto.QRectF target, uint textureId, int textureTarget ) : void | ||
Format ( ) : |
||
GrabFrameBuffer ( ) : |
||
GrabFrameBuffer ( bool withAlpha ) : |
||
IsSharing ( ) : bool | ||
IsValid ( ) : bool | ||
MakeCurrent ( ) : void | ||
MakeOverlayCurrent ( ) : void | ||
OverlayContext ( ) : |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QGLWidget ( |
||
QglClearColor ( |
||
QglColor ( |
||
RenderPixmap ( ) : |
||
RenderPixmap ( int w ) : |
||
RenderPixmap ( int w, int h ) : |
||
RenderPixmap ( int w, int h, bool useContext ) : |
||
RenderText ( double x, double y, double z, string str ) : void | ||
RenderText ( double x, double y, double z, string str, |
||
RenderText ( double x, double y, double z, string str, |
||
RenderText ( int x, int y, string str ) : void | ||
RenderText ( int x, int y, string str, |
||
RenderText ( int x, int y, string str, |
||
SetColormap ( Qyoto.QGLColormap map ) : void | ||
SetContext ( |
||
SetContext ( |
||
SetContext ( |
||
SetFormat ( |
||
SetMouseTracking ( bool enable ) : void | ||
SwapBuffers ( ) : void | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
AutoBufferSwap ( ) : bool | ||
CreateProxy ( ) : void | ||
FontDisplayListBase ( |
||
FontDisplayListBase ( |
||
QGLWidget ( |
||
SetAutoBufferSwap ( bool on ) : void |
Method | Description | |
---|---|---|
Event ( Qyoto.QEvent arg1 ) : bool | ||
GlDraw ( ) : void | ||
GlInit ( ) : void | ||
InitializeGL ( ) : void | ||
InitializeOverlayGL ( ) : void | ||
PaintEngine ( ) : |
||
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void | ||
PaintGL ( ) : void | ||
PaintOverlayGL ( ) : void | ||
QGLWidget ( ) : System | ||
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void | ||
ResizeGL ( int w, int h ) : void | ||
ResizeOverlayGL ( int w, int h ) : void | ||
UpdateGL ( ) : void | ||
UpdateOverlayGL ( ) : void |
public BindTexture ( |
||
image | ||
target | int | |
return | uint |
public BindTexture ( |
||
image | ||
target | int | |
format | int | |
return | uint |
public BindTexture ( |
||
image | ||
target | int | |
format | int | |
options | uint | |
return | uint |
public BindTexture ( |
||
pixmap | ||
target | int | |
return | uint |
public BindTexture ( |
||
pixmap | ||
target | int | |
format | int | |
return | uint |
public BindTexture ( |
||
pixmap | ||
target | int | |
format | int | |
options | uint | |
return | uint |
public BindTexture ( string fileName ) : uint | ||
fileName | string | |
return | uint |
public static ConvertToGLFormat ( |
||
img | ||
return |
public DrawTexture ( |
||
point | ||
textureId | uint | |
return | void |
public DrawTexture ( |
||
point | ||
textureId | uint | |
textureTarget | int | |
return | void |
public DrawTexture ( Qyoto.QRectF target, uint textureId ) : void | ||
target | Qyoto.QRectF | |
textureId | uint | |
return | void |
public DrawTexture ( Qyoto.QRectF target, uint textureId, int textureTarget ) : void | ||
target | Qyoto.QRectF | |
textureId | uint | |
textureTarget | int | |
return | void |
protected FontDisplayListBase ( |
||
fnt | ||
return | int |
protected FontDisplayListBase ( |
||
fnt | ||
listBase | int | |
return | int |
public GrabFrameBuffer ( bool withAlpha ) : |
||
withAlpha | bool | |
return |
public QGLWidget ( |
||
context | ||
return | System |
public QGLWidget ( |
||
context | ||
parent | ||
return | System |
public QGLWidget ( |
||
context | ||
parent | ||
shareWidget | ||
return | System |
public QGLWidget ( |
||
context | ||
parent | ||
shareWidget | ||
f | uint | |
return | System |
public QGLWidget ( |
||
format | ||
return | System |
public QGLWidget ( |
||
format | ||
parent | ||
return | System |
public QGLWidget ( |
||
format | ||
parent | ||
shareWidget | ||
return | System |
public QGLWidget ( |
||
format | ||
parent | ||
shareWidget | ||
f | uint | |
return | System |
public QGLWidget ( |
||
parent | ||
shareWidget | ||
return | System |
public QGLWidget ( |
||
parent | ||
shareWidget | ||
f | uint | |
return | System |
protected QGLWidget ( |
||
dummy | ||
return | System |
public RenderPixmap ( int w, int h ) : |
||
w | int | |
h | int | |
return |
public RenderPixmap ( int w, int h, bool useContext ) : |
||
w | int | |
h | int | |
useContext | bool | |
return |
public RenderText ( double x, double y, double z, string str ) : void | ||
x | double | |
y | double | |
z | double | |
str | string | |
return | void |
public RenderText ( double x, double y, double z, string str, |
||
x | double | |
y | double | |
z | double | |
str | string | |
fnt | ||
return | void |
public RenderText ( double x, double y, double z, string str, |
||
x | double | |
y | double | |
z | double | |
str | string | |
fnt | ||
listBase | int | |
return | void |
public RenderText ( int x, int y, string str ) : void | ||
x | int | |
y | int | |
str | string | |
return | void |
public RenderText ( int x, int y, string str, |
||
x | int | |
y | int | |
str | string | |
fnt | ||
return | void |
public RenderText ( int x, int y, string str, |
||
x | int | |
y | int | |
str | string | |
fnt | ||
listBase | int | |
return | void |
protected SetAutoBufferSwap ( bool on ) : void | ||
on | bool | |
return | void |
public SetColormap ( Qyoto.QGLColormap map ) : void | ||
map | Qyoto.QGLColormap | |
return | void |
public SetContext ( |
||
context | ||
return | void |
public SetContext ( |
||
context | ||
shareContext | ||
return | void |
public SetContext ( |
||
context | ||
shareContext | ||
deleteOldContext | bool | |
return | void |
public SetMouseTracking ( bool enable ) : void | ||
enable | bool | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |