Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QSurfaceFormat
Sub-classes: ColorSpace, QFlags_ColorSpace, FormatOption, QFlags_FormatOption, OpenGLContextProfile, QFlags_OpenGLContextProfile, RenderableType, QFlags_RenderableType, SwapBehavior, QFlags_SwapBehavior
new QSurfaceFormat | new | Constructor QSurfaceFormat::QSurfaceFormat() | |
new QSurfaceFormat | new | (QSurfaceFormat_QFlags_FormatOption options) | Constructor QSurfaceFormat::QSurfaceFormat(QFlags<QSurfaceFormat::FormatOption> options) |
new QSurfaceFormat | new | (const QSurfaceFormat other) | Constructor QSurfaceFormat::QSurfaceFormat(const QSurfaceFormat &other) |
[const] | bool | != | (const QSurfaceFormat arg2) | Operator bool ::operator!=(const QSurfaceFormat &, const QSurfaceFormat &) |
[const] | bool | == | (const QSurfaceFormat arg2) | Operator bool ::operator==(const QSurfaceFormat &, const QSurfaceFormat &) |
void | _assign | (const QSurfaceFormat other) | Assigns another object to self | |
[const] | QSurfaceFormat ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | int | alphaBufferSize | Method int QSurfaceFormat::alphaBufferSize() | |
void | alphaBufferSize= | (int size) | Method void QSurfaceFormat::setAlphaBufferSize(int size) | |
QSurfaceFormat | assign | (const QSurfaceFormat other) | Method QSurfaceFormat &QSurfaceFormat::operator=(const QSurfaceFormat &other) | |
[const] | int | blueBufferSize | Method int QSurfaceFormat::blueBufferSize() | |
void | blueBufferSize= | (int size) | Method void QSurfaceFormat::setBlueBufferSize(int size) | |
[const] | QSurfaceFormat_ColorSpace | colorSpace | Method QSurfaceFormat::ColorSpace QSurfaceFormat::colorSpace() | |
void | colorSpace= | (const QSurfaceFormat_ColorSpace colorSpace) | Method void QSurfaceFormat::setColorSpace(QSurfaceFormat::ColorSpace colorSpace) | |
[const] | int | depthBufferSize | Method int QSurfaceFormat::depthBufferSize() | |
void | depthBufferSize= | (int size) | Method void QSurfaceFormat::setDepthBufferSize(int size) | |
[const] | new QSurfaceFormat ptr | dup | Creates a copy of self | |
[const] | int | greenBufferSize | Method int QSurfaceFormat::greenBufferSize() | |
void | greenBufferSize= | (int size) | Method void QSurfaceFormat::setGreenBufferSize(int size) | |
[const] | bool | hasAlpha | Method bool QSurfaceFormat::hasAlpha() | |
[const] | int | majorVersion | Method int QSurfaceFormat::majorVersion() | |
void | majorVersion= | (int majorVersion) | Method void QSurfaceFormat::setMajorVersion(int majorVersion) | |
[const] | int | minorVersion | Method int QSurfaceFormat::minorVersion() | |
void | minorVersion= | (int minorVersion) | Method void QSurfaceFormat::setMinorVersion(int minorVersion) | |
[const] | QSurfaceFormat_QFlags_FormatOption | options | Method QFlags<QSurfaceFormat::FormatOption> QSurfaceFormat::options() | |
void | options= | (QSurfaceFormat_QFlags_FormatOption options) | Method void QSurfaceFormat::setOptions(QFlags<QSurfaceFormat::FormatOption> options) | |
[const] | QSurfaceFormat_OpenGLContextProfile | profile | Method QSurfaceFormat::OpenGLContextProfile QSurfaceFormat::profile() | |
void | profile= | (const QSurfaceFormat_OpenGLContextProfile profile) | Method void QSurfaceFormat::setProfile(QSurfaceFormat::OpenGLContextProfile profile) | |
[const] | int | redBufferSize | Method int QSurfaceFormat::redBufferSize() | |
void | redBufferSize= | (int size) | Method void QSurfaceFormat::setRedBufferSize(int size) | |
[const] | QSurfaceFormat_RenderableType | renderableType | Method QSurfaceFormat::RenderableType QSurfaceFormat::renderableType() | |
void | renderableType= | (const QSurfaceFormat_RenderableType type) | Method void QSurfaceFormat::setRenderableType(QSurfaceFormat::RenderableType type) | |
[const] | int | samples | Method int QSurfaceFormat::samples() | |
void | samples= | (int numSamples) | Method void QSurfaceFormat::setSamples(int numSamples) | |
void | setAlphaBufferSize | (int size) | Method void QSurfaceFormat::setAlphaBufferSize(int size) | |
void | setBlueBufferSize | (int size) | Method void QSurfaceFormat::setBlueBufferSize(int size) | |
void | setColorSpace | (const QSurfaceFormat_ColorSpace colorSpace) | Method void QSurfaceFormat::setColorSpace(QSurfaceFormat::ColorSpace colorSpace) | |
void | setDepthBufferSize | (int size) | Method void QSurfaceFormat::setDepthBufferSize(int size) | |
void | setGreenBufferSize | (int size) | Method void QSurfaceFormat::setGreenBufferSize(int size) | |
void | setMajorVersion | (int majorVersion) | Method void QSurfaceFormat::setMajorVersion(int majorVersion) | |
void | setMinorVersion | (int minorVersion) | Method void QSurfaceFormat::setMinorVersion(int minorVersion) | |
void | setOption | (QSurfaceFormat_QFlags_FormatOption opt) | Method void QSurfaceFormat::setOption(QFlags<QSurfaceFormat::FormatOption> opt) | |
void | setOption | (const QSurfaceFormat_FormatOption option, bool on = true) | Method void QSurfaceFormat::setOption(QSurfaceFormat::FormatOption option, bool on) | |
void | setOptions | (QSurfaceFormat_QFlags_FormatOption options) | Method void QSurfaceFormat::setOptions(QFlags<QSurfaceFormat::FormatOption> options) | |
void | setProfile | (const QSurfaceFormat_OpenGLContextProfile profile) | Method void QSurfaceFormat::setProfile(QSurfaceFormat::OpenGLContextProfile profile) | |
void | setRedBufferSize | (int size) | Method void QSurfaceFormat::setRedBufferSize(int size) | |
void | setRenderableType | (const QSurfaceFormat_RenderableType type) | Method void QSurfaceFormat::setRenderableType(QSurfaceFormat::RenderableType type) | |
void | setSamples | (int numSamples) | Method void QSurfaceFormat::setSamples(int numSamples) | |
void | setStencilBufferSize | (int size) | Method void QSurfaceFormat::setStencilBufferSize(int size) | |
void | setStereo | (bool enable) | Method void QSurfaceFormat::setStereo(bool enable) | |
void | setSwapBehavior | (const QSurfaceFormat_SwapBehavior behavior) | Method void QSurfaceFormat::setSwapBehavior(QSurfaceFormat::SwapBehavior behavior) | |
void | setSwapInterval | (int interval) | Method void QSurfaceFormat::setSwapInterval(int interval) | |
void | setVersion | (int major, int minor) | Method void QSurfaceFormat::setVersion(int major, int minor) | |
[const] | int | stencilBufferSize | Method int QSurfaceFormat::stencilBufferSize() | |
void | stencilBufferSize= | (int size) | Method void QSurfaceFormat::setStencilBufferSize(int size) | |
[const] | bool | stereo | Method bool QSurfaceFormat::stereo() | |
void | stereo= | (bool enable) | Method void QSurfaceFormat::setStereo(bool enable) | |
[const] | QSurfaceFormat_SwapBehavior | swapBehavior | Method QSurfaceFormat::SwapBehavior QSurfaceFormat::swapBehavior() | |
void | swapBehavior= | (const QSurfaceFormat_SwapBehavior behavior) | Method void QSurfaceFormat::setSwapBehavior(QSurfaceFormat::SwapBehavior behavior) | |
[const] | int | swapInterval | Method int QSurfaceFormat::swapInterval() | |
void | swapInterval= | (int interval) | Method void QSurfaceFormat::setSwapInterval(int interval) | |
[const] | bool | testOption | (QSurfaceFormat_QFlags_FormatOption opt) | Method bool QSurfaceFormat::testOption(QFlags<QSurfaceFormat::FormatOption> opt) |
[const] | bool | testOption | (const QSurfaceFormat_FormatOption option) | Method bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOption option) |
[const] | QPair_int_int | version | Method QPair<int, int> QSurfaceFormat::version() |
[static,const] | QSurfaceFormat_OpenGLContextProfile | CompatibilityProfile | Enum constant QSurfaceFormat::CompatibilityProfile | |
[static,const] | QSurfaceFormat_OpenGLContextProfile | CoreProfile | Enum constant QSurfaceFormat::CoreProfile | |
[static,const] | QSurfaceFormat_FormatOption | DebugContext | Enum constant QSurfaceFormat::DebugContext | |
[static,const] | QSurfaceFormat_ColorSpace | DefaultColorSpace | Enum constant QSurfaceFormat::DefaultColorSpace | |
[static,const] | QSurfaceFormat_RenderableType | DefaultRenderableType | Enum constant QSurfaceFormat::DefaultRenderableType | |
[static,const] | QSurfaceFormat_SwapBehavior | DefaultSwapBehavior | Enum constant QSurfaceFormat::DefaultSwapBehavior | |
[static,const] | QSurfaceFormat_FormatOption | DeprecatedFunctions | Enum constant QSurfaceFormat::DeprecatedFunctions | |
[static,const] | QSurfaceFormat_SwapBehavior | DoubleBuffer | Enum constant QSurfaceFormat::DoubleBuffer | |
[static,const] | QSurfaceFormat_OpenGLContextProfile | NoProfile | Enum constant QSurfaceFormat::NoProfile | |
[static,const] | QSurfaceFormat_RenderableType | OpenGL | Enum constant QSurfaceFormat::OpenGL | |
[static,const] | QSurfaceFormat_RenderableType | OpenGLES | Enum constant QSurfaceFormat::OpenGLES | |
[static,const] | QSurfaceFormat_RenderableType | OpenVG | Enum constant QSurfaceFormat::OpenVG | |
[static,const] | QSurfaceFormat_FormatOption | ResetNotification | Enum constant QSurfaceFormat::ResetNotification | |
[static,const] | QSurfaceFormat_SwapBehavior | SingleBuffer | Enum constant QSurfaceFormat::SingleBuffer | |
[static,const] | QSurfaceFormat_FormatOption | StereoBuffers | Enum constant QSurfaceFormat::StereoBuffers | |
[static,const] | QSurfaceFormat_SwapBehavior | TripleBuffer | Enum constant QSurfaceFormat::TripleBuffer | |
QSurfaceFormat | defaultFormat | Static method QSurfaceFormat QSurfaceFormat::defaultFormat() | ||
void | defaultFormat= | (const QSurfaceFormat format) | Static method void QSurfaceFormat::setDefaultFormat(const QSurfaceFormat &format) | |
[static,const] | QSurfaceFormat_ColorSpace | sRGBColorSpace | Enum constant QSurfaceFormat::sRGBColorSpace | |
void | setDefaultFormat | (const QSurfaceFormat format) | Static method void QSurfaceFormat::setDefaultFormat(const QSurfaceFormat &format) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QSurfaceFormat arg2) Description: Operator bool ::operator!=(const QSurfaceFormat &, const QSurfaceFormat &) This is the mapping of the global operator to the instance method. |
== | Signature: [const] bool == (const QSurfaceFormat arg2) Description: Operator bool ::operator==(const QSurfaceFormat &, const QSurfaceFormat &) This is the mapping of the global operator to the instance method. |
CompatibilityProfile | Signature: [static,const] QSurfaceFormat_OpenGLContextProfile CompatibilityProfile Description: Enum constant QSurfaceFormat::CompatibilityProfile Python specific notes: |
CoreProfile | Signature: [static,const] QSurfaceFormat_OpenGLContextProfile CoreProfile Description: Enum constant QSurfaceFormat::CoreProfile Python specific notes: |
DebugContext | Signature: [static,const] QSurfaceFormat_FormatOption DebugContext Description: Enum constant QSurfaceFormat::DebugContext Python specific notes: |
DefaultColorSpace | Signature: [static,const] QSurfaceFormat_ColorSpace DefaultColorSpace Description: Enum constant QSurfaceFormat::DefaultColorSpace Python specific notes: |
DefaultRenderableType | Signature: [static,const] QSurfaceFormat_RenderableType DefaultRenderableType Description: Enum constant QSurfaceFormat::DefaultRenderableType Python specific notes: |
DefaultSwapBehavior | Signature: [static,const] QSurfaceFormat_SwapBehavior DefaultSwapBehavior Description: Enum constant QSurfaceFormat::DefaultSwapBehavior Python specific notes: |
DeprecatedFunctions | Signature: [static,const] QSurfaceFormat_FormatOption DeprecatedFunctions Description: Enum constant QSurfaceFormat::DeprecatedFunctions Python specific notes: |
DoubleBuffer | Signature: [static,const] QSurfaceFormat_SwapBehavior DoubleBuffer Description: Enum constant QSurfaceFormat::DoubleBuffer Python specific notes: |
NoProfile | Signature: [static,const] QSurfaceFormat_OpenGLContextProfile NoProfile Description: Enum constant QSurfaceFormat::NoProfile Python specific notes: |
OpenGL | Signature: [static,const] QSurfaceFormat_RenderableType OpenGL Description: Enum constant QSurfaceFormat::OpenGL Python specific notes: |
OpenGLES | Signature: [static,const] QSurfaceFormat_RenderableType OpenGLES Description: Enum constant QSurfaceFormat::OpenGLES Python specific notes: |
OpenVG | Signature: [static,const] QSurfaceFormat_RenderableType OpenVG Description: Enum constant QSurfaceFormat::OpenVG Python specific notes: |
ResetNotification | Signature: [static,const] QSurfaceFormat_FormatOption ResetNotification Description: Enum constant QSurfaceFormat::ResetNotification Python specific notes: |
SingleBuffer | Signature: [static,const] QSurfaceFormat_SwapBehavior SingleBuffer Description: Enum constant QSurfaceFormat::SingleBuffer Python specific notes: |
StereoBuffers | Signature: [static,const] QSurfaceFormat_FormatOption StereoBuffers Description: Enum constant QSurfaceFormat::StereoBuffers Python specific notes: |
TripleBuffer | Signature: [static,const] QSurfaceFormat_SwapBehavior TripleBuffer Description: Enum constant QSurfaceFormat::TripleBuffer Python specific notes: |
_assign | Signature: void _assign (const QSurfaceFormat other) Description: Assigns another object to self |
_const_cast | Signature: [const] QSurfaceFormat ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
alphaBufferSize | Signature: [const] int alphaBufferSize Description: Method int QSurfaceFormat::alphaBufferSize() Python specific notes: |
alphaBufferSize= | Signature: void alphaBufferSize= (int size) Description: Method void QSurfaceFormat::setAlphaBufferSize(int size) Python specific notes: |
assign | Signature: QSurfaceFormat assign (const QSurfaceFormat other) Description: Method QSurfaceFormat &QSurfaceFormat::operator=(const QSurfaceFormat &other) |
blueBufferSize | Signature: [const] int blueBufferSize Description: Method int QSurfaceFormat::blueBufferSize() Python specific notes: |
blueBufferSize= | Signature: void blueBufferSize= (int size) Description: Method void QSurfaceFormat::setBlueBufferSize(int size) Python specific notes: |
colorSpace | Signature: [const] QSurfaceFormat_ColorSpace colorSpace Description: Method QSurfaceFormat::ColorSpace QSurfaceFormat::colorSpace() Python specific notes: |
colorSpace= | Signature: void colorSpace= (const QSurfaceFormat_ColorSpace colorSpace) Description: Method void QSurfaceFormat::setColorSpace(QSurfaceFormat::ColorSpace colorSpace) Python specific notes: |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
defaultFormat | Signature: [static] QSurfaceFormat defaultFormat Description: Static method QSurfaceFormat QSurfaceFormat::defaultFormat() This method is static and can be called without an instance. Python specific notes: |
defaultFormat= | Signature: [static] void defaultFormat= (const QSurfaceFormat format) Description: Static method void QSurfaceFormat::setDefaultFormat(const QSurfaceFormat &format) This method is static and can be called without an instance. Python specific notes: |
depthBufferSize | Signature: [const] int depthBufferSize Description: Method int QSurfaceFormat::depthBufferSize() Python specific notes: |
depthBufferSize= | Signature: void depthBufferSize= (int size) Description: Method void QSurfaceFormat::setDepthBufferSize(int size) Python specific notes: |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QSurfaceFormat ptr dup Description: Creates a copy of self Python specific notes: |
greenBufferSize | Signature: [const] int greenBufferSize Description: Method int QSurfaceFormat::greenBufferSize() Python specific notes: |
greenBufferSize= | Signature: void greenBufferSize= (int size) Description: Method void QSurfaceFormat::setGreenBufferSize(int size) Python specific notes: |
hasAlpha | Signature: [const] bool hasAlpha Description: Method bool QSurfaceFormat::hasAlpha() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
majorVersion | Signature: [const] int majorVersion Description: Method int QSurfaceFormat::majorVersion() Python specific notes: |
majorVersion= | Signature: void majorVersion= (int majorVersion) Description: Method void QSurfaceFormat::setMajorVersion(int majorVersion) Python specific notes: |
minorVersion | Signature: [const] int minorVersion Description: Method int QSurfaceFormat::minorVersion() Python specific notes: |
minorVersion= | Signature: void minorVersion= (int minorVersion) Description: Method void QSurfaceFormat::setMinorVersion(int minorVersion) Python specific notes: |
new | (1) Signature: [static] new QSurfaceFormat new Description: Constructor QSurfaceFormat::QSurfaceFormat() This method creates an object of class QSurfaceFormat. Python specific notes: |
(2) Signature: [static] new QSurfaceFormat new (QSurfaceFormat_QFlags_FormatOption options) Description: Constructor QSurfaceFormat::QSurfaceFormat(QFlags<QSurfaceFormat::FormatOption> options) This method creates an object of class QSurfaceFormat. Python specific notes: | |
(3) Signature: [static] new QSurfaceFormat new (const QSurfaceFormat other) Description: Constructor QSurfaceFormat::QSurfaceFormat(const QSurfaceFormat &other) This method creates an object of class QSurfaceFormat. Python specific notes: | |
options | Signature: [const] QSurfaceFormat_QFlags_FormatOption options Description: Method QFlags<QSurfaceFormat::FormatOption> QSurfaceFormat::options() Python specific notes: |
options= | Signature: void options= (QSurfaceFormat_QFlags_FormatOption options) Description: Method void QSurfaceFormat::setOptions(QFlags<QSurfaceFormat::FormatOption> options) Python specific notes: |
profile | Signature: [const] QSurfaceFormat_OpenGLContextProfile profile Description: Method QSurfaceFormat::OpenGLContextProfile QSurfaceFormat::profile() Python specific notes: |
profile= | Signature: void profile= (const QSurfaceFormat_OpenGLContextProfile profile) Description: Method void QSurfaceFormat::setProfile(QSurfaceFormat::OpenGLContextProfile profile) Python specific notes: |
redBufferSize | Signature: [const] int redBufferSize Description: Method int QSurfaceFormat::redBufferSize() Python specific notes: |
redBufferSize= | Signature: void redBufferSize= (int size) Description: Method void QSurfaceFormat::setRedBufferSize(int size) Python specific notes: |
renderableType | Signature: [const] QSurfaceFormat_RenderableType renderableType Description: Method QSurfaceFormat::RenderableType QSurfaceFormat::renderableType() Python specific notes: |
renderableType= | Signature: void renderableType= (const QSurfaceFormat_RenderableType type) Description: Method void QSurfaceFormat::setRenderableType(QSurfaceFormat::RenderableType type) Python specific notes: |
sRGBColorSpace | Signature: [static,const] QSurfaceFormat_ColorSpace sRGBColorSpace Description: Enum constant QSurfaceFormat::sRGBColorSpace Python specific notes: |
samples | Signature: [const] int samples Description: Method int QSurfaceFormat::samples() Python specific notes: |
samples= | Signature: void samples= (int numSamples) Description: Method void QSurfaceFormat::setSamples(int numSamples) Python specific notes: |
setAlphaBufferSize | Signature: void setAlphaBufferSize (int size) Description: Method void QSurfaceFormat::setAlphaBufferSize(int size) Python specific notes: |
setBlueBufferSize | Signature: void setBlueBufferSize (int size) Description: Method void QSurfaceFormat::setBlueBufferSize(int size) Python specific notes: |
setColorSpace | Signature: void setColorSpace (const QSurfaceFormat_ColorSpace colorSpace) Description: Method void QSurfaceFormat::setColorSpace(QSurfaceFormat::ColorSpace colorSpace) Python specific notes: |
setDefaultFormat | Signature: [static] void setDefaultFormat (const QSurfaceFormat format) Description: Static method void QSurfaceFormat::setDefaultFormat(const QSurfaceFormat &format) This method is static and can be called without an instance. Python specific notes: |
setDepthBufferSize | Signature: void setDepthBufferSize (int size) Description: Method void QSurfaceFormat::setDepthBufferSize(int size) Python specific notes: |
setGreenBufferSize | Signature: void setGreenBufferSize (int size) Description: Method void QSurfaceFormat::setGreenBufferSize(int size) Python specific notes: |
setMajorVersion | Signature: void setMajorVersion (int majorVersion) Description: Method void QSurfaceFormat::setMajorVersion(int majorVersion) Python specific notes: |
setMinorVersion | Signature: void setMinorVersion (int minorVersion) Description: Method void QSurfaceFormat::setMinorVersion(int minorVersion) Python specific notes: |
setOption | (1) Signature: void setOption (QSurfaceFormat_QFlags_FormatOption opt) Description: Method void QSurfaceFormat::setOption(QFlags<QSurfaceFormat::FormatOption> opt) |
(2) Signature: void setOption (const QSurfaceFormat_FormatOption option, bool on = true) Description: Method void QSurfaceFormat::setOption(QSurfaceFormat::FormatOption option, bool on) | |
setOptions | Signature: void setOptions (QSurfaceFormat_QFlags_FormatOption options) Description: Method void QSurfaceFormat::setOptions(QFlags<QSurfaceFormat::FormatOption> options) Python specific notes: |
setProfile | Signature: void setProfile (const QSurfaceFormat_OpenGLContextProfile profile) Description: Method void QSurfaceFormat::setProfile(QSurfaceFormat::OpenGLContextProfile profile) Python specific notes: |
setRedBufferSize | Signature: void setRedBufferSize (int size) Description: Method void QSurfaceFormat::setRedBufferSize(int size) Python specific notes: |
setRenderableType | Signature: void setRenderableType (const QSurfaceFormat_RenderableType type) Description: Method void QSurfaceFormat::setRenderableType(QSurfaceFormat::RenderableType type) Python specific notes: |
setSamples | Signature: void setSamples (int numSamples) Description: Method void QSurfaceFormat::setSamples(int numSamples) Python specific notes: |
setStencilBufferSize | Signature: void setStencilBufferSize (int size) Description: Method void QSurfaceFormat::setStencilBufferSize(int size) Python specific notes: |
setStereo | Signature: void setStereo (bool enable) Description: Method void QSurfaceFormat::setStereo(bool enable) Python specific notes: |
setSwapBehavior | Signature: void setSwapBehavior (const QSurfaceFormat_SwapBehavior behavior) Description: Method void QSurfaceFormat::setSwapBehavior(QSurfaceFormat::SwapBehavior behavior) Python specific notes: |
setSwapInterval | Signature: void setSwapInterval (int interval) Description: Method void QSurfaceFormat::setSwapInterval(int interval) Python specific notes: |
setVersion | Signature: void setVersion (int major, int minor) Description: Method void QSurfaceFormat::setVersion(int major, int minor) |
stencilBufferSize | Signature: [const] int stencilBufferSize Description: Method int QSurfaceFormat::stencilBufferSize() Python specific notes: |
stencilBufferSize= | Signature: void stencilBufferSize= (int size) Description: Method void QSurfaceFormat::setStencilBufferSize(int size) Python specific notes: |
stereo | Signature: [const] bool stereo Description: Method bool QSurfaceFormat::stereo() Python specific notes: |
stereo= | Signature: void stereo= (bool enable) Description: Method void QSurfaceFormat::setStereo(bool enable) Python specific notes: |
swapBehavior | Signature: [const] QSurfaceFormat_SwapBehavior swapBehavior Description: Method QSurfaceFormat::SwapBehavior QSurfaceFormat::swapBehavior() Python specific notes: |
swapBehavior= | Signature: void swapBehavior= (const QSurfaceFormat_SwapBehavior behavior) Description: Method void QSurfaceFormat::setSwapBehavior(QSurfaceFormat::SwapBehavior behavior) Python specific notes: |
swapInterval | Signature: [const] int swapInterval Description: Method int QSurfaceFormat::swapInterval() Python specific notes: |
swapInterval= | Signature: void swapInterval= (int interval) Description: Method void QSurfaceFormat::setSwapInterval(int interval) Python specific notes: |
testOption | (1) Signature: [const] bool testOption (QSurfaceFormat_QFlags_FormatOption opt) Description: Method bool QSurfaceFormat::testOption(QFlags<QSurfaceFormat::FormatOption> opt) |
(2) Signature: [const] bool testOption (const QSurfaceFormat_FormatOption option) Description: Method bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOption option) | |
version | Signature: [const] QPair_int_int version Description: Method QPair<int, int> QSurfaceFormat::version() |