![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXGLVisual.h>
Static Public Member Functions | |
static FXbool | supported (FXApp *application, int &major, int &minor) |
Friends | |
class | FXWindow |
class | FXImage |
class | FXIcon |
class | FXBitmap |
class | FXDCWindow |
class | FXGLCanvas |
Visual describes pixel format of a drawable.
|
virtual |
Destructor.
Test if OpenGL is possible, and what level is supported.
Because of remote display capability, the display server may support a different level of OpenGL than the client; it may even support no OpenGL at all! This function returns the lesser of the client support level and the display server support level.
|
virtual |
Create visual.
Reimplemented from FX::FXVisual.
|
virtual |
Detach visual.
Reimplemented from FX::FXVisual.
|
virtual |
Destroy visual.
Reimplemented from FX::FXVisual.
|
inline |
Get sizes for bit-planes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set sizes for bit-planes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
FXint FX::FXGLVisual::getActualRedSize | ( | ) | const |
Get ACTUAL sizes for bit-planes.
FXint FX::FXGLVisual::getActualGreenSize | ( | ) | const |
FXint FX::FXGLVisual::getActualBlueSize | ( | ) | const |
FXint FX::FXGLVisual::getActualAlphaSize | ( | ) | const |
FXint FX::FXGLVisual::getActualDepthSize | ( | ) | const |
FXint FX::FXGLVisual::getActualStencilSize | ( | ) | const |
FXint FX::FXGLVisual::getActualAccumRedSize | ( | ) | const |
FXint FX::FXGLVisual::getActualAccumGreenSize | ( | ) | const |
FXint FX::FXGLVisual::getActualAccumBlueSize | ( | ) | const |
FXint FX::FXGLVisual::getActualAccumAlphaSize | ( | ) | const |
FXbool FX::FXGLVisual::isDoubleBuffer | ( | ) | const |
Is it double buffered?
FXbool FX::FXGLVisual::isStereo | ( | ) | const |
Is it stereo?
FXbool FX::FXGLVisual::isAccelerated | ( | ) | const |
Is it hardware-accelerated?
FXbool FX::FXGLVisual::isBufferSwapCopy | ( | ) | const |
Does it swap by copying instead of flipping buffers.
|
virtual |
Save visual info to a stream.
Reimplemented from FX::FXVisual.
|
virtual |
Load visual info to a stream.
Reimplemented from FX::FXVisual.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
![]() |