![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopengltextureglyphcache_p.h>
Public Member Functions | |
| QOpenGLGlyphTexture (QOpenGLContext *ctx) | |
| void | freeResource (QOpenGLContext *context) override |
| void | invalidateResource () override |
| Public Member Functions inherited from QOpenGLSharedResource | |
| QOpenGLSharedResource (QOpenGLContextGroup *group) | |
| virtual | ~QOpenGLSharedResource ()=0 |
| QOpenGLContextGroup * | group () const |
| void | free () |
Public Attributes | |
| GLuint | m_texture |
| GLuint | m_fbo |
| int | m_width |
| int | m_height |
Definition at line 32 of file qopengltextureglyphcache_p.h.
|
inlineexplicit |
Definition at line 35 of file qopengltextureglyphcache_p.h.
References QOpenGLGlyphTexture(), m_height, and m_width.
Referenced by QOpenGLGlyphTexture().
|
inlineoverridevirtual |
Implements QOpenGLSharedResource.
Definition at line 48 of file qopengltextureglyphcache_p.h.
|
inlineoverridevirtual |
Implements QOpenGLSharedResource.
Definition at line 60 of file qopengltextureglyphcache_p.h.
| GLuint QOpenGLGlyphTexture::m_fbo |
Definition at line 69 of file qopengltextureglyphcache_p.h.
| int QOpenGLGlyphTexture::m_height |
Definition at line 71 of file qopengltextureglyphcache_p.h.
Referenced by QOpenGLGlyphTexture(), and invalidateResource().
| GLuint QOpenGLGlyphTexture::m_texture |
Definition at line 68 of file qopengltextureglyphcache_p.h.
| int QOpenGLGlyphTexture::m_width |
Definition at line 70 of file qopengltextureglyphcache_p.h.
Referenced by QOpenGLGlyphTexture(), and invalidateResource().