|
MythTV master
|
This is the complete list of members for MythOpenGLPainter, including all inherited members.
| Begin(QPaintDevice *Parent) override | MythOpenGLPainter | virtual |
| CheckFormatImage(MythImage *im) | MythPainter | protected |
| Clear(QPaintDevice *device, const QRegion ®ion) | MythPainter | virtual |
| ClearCache(void) | MythOpenGLPainter | protected |
| CurrentDPIChanged(qreal DPI) | MythPainterGPU | slot |
| DeleteFormatImage(MythImage *im) | MythPainter | |
| DeleteFormatImagePriv(MythImage *Image) override | MythOpenGLPainter | protectedvirtual |
| DeleteTextures(void) | MythOpenGLPainter | |
| DrawEllipse(QRect area, const QBrush &fillBrush, const QPen &linePen, int alpha) | MythPainter | virtual |
| DrawImage(QRect Dest, MythImage *Image, QRect Source, int Alpha) override | MythOpenGLPainter | virtual |
| MythPainterGPU::DrawImage(int x, int y, MythImage *im, int alpha) | MythPainter | |
| MythPainterGPU::DrawImage(QPoint topLeft, MythImage *im, int alph) | MythPainter | |
| DrawProcedural(QRect Dest, int Alpha, const ProcSource &VertexSource, const ProcSource &FragmentSource, const QString &SourceHash) override | MythOpenGLPainter | virtual |
| DrawRect(QRect Area, const QBrush &FillBrush, const QPen &LinePen, int Alpha) override | MythOpenGLPainter | virtual |
| DrawRectPriv(MythImage *im, QRect area, int radius, int ellipse, const QBrush &fillBrush, const QPen &linePen) | MythPainter | protectedstatic |
| DrawRoundRect(QRect Area, int CornerRadius, const QBrush &FillBrush, const QPen &LinePen, int Alpha) override | MythOpenGLPainter | virtual |
| DrawText(QRect r, const QString &msg, int flags, const MythFontProperties &font, int alpha, QRect boundRect) | MythPainter | virtual |
| DrawTextLayout(QRect canvasRect, const LayoutVector &layouts, const FormatVector &formats, const MythFontProperties &font, int alpha, QRect destRect) | MythPainter | virtual |
| DrawTextPriv(MythImage *im, const QString &msg, int flags, QRect r, const MythFontProperties &font) | MythPainter | protectedstatic |
| End() override | MythOpenGLPainter | virtual |
| ExpireImages(int64_t max=0) | MythPainter | protected |
| Framebuffer enum value | MythPainterGPU | |
| FreeResources(void) override | MythOpenGLPainter | virtual |
| GetFormatImage() | MythPainter | |
| GetFormatImagePriv(void) override | MythOpenGLPainter | inlineprotectedvirtual |
| GetImageFromRect(QRect area, int radius, int ellipse, const QBrush &fillBrush, const QPen &linePen) | MythPainter | protected |
| GetImageFromString(const QString &msg, int flags, QRect r, const MythFontProperties &font) | MythPainter | protected |
| GetImageFromTextLayout(const LayoutVector &layouts, const FormatVector &formats, const MythFontProperties &font, QRect &canvas, QRect &dest) | MythPainter | protected |
| GetName(void) override | MythOpenGLPainter | inlinevirtual |
| GetProceduralShader(const ProcSource &VertexSource, const ProcSource &FragmentSource, const QString &SourceHash) | MythOpenGLPainter | protected |
| GetTextureFromCache(MythImage *Image) | MythOpenGLPainter | protected |
| m_allocatedImages | MythPainter | private |
| m_allocationLock | MythPainter | private |
| m_frameTime | MythPainter | protected |
| m_hardwareCacheSize | MythPainter | protected |
| m_imageAndTextureLock | MythOpenGLPainter | protected |
| m_imageExpireList | MythOpenGLPainter | protected |
| m_imageToTextureMap | MythOpenGLPainter | protected |
| m_lastSize | MythPainterGPU | protected |
| m_mappedBufferPool | MythOpenGLPainter | protected |
| m_mappedBufferPoolIdx | MythOpenGLPainter | protected |
| m_mappedBufferPoolReady | MythOpenGLPainter | protected |
| m_mappedTextures | MythOpenGLPainter | protected |
| m_maxHardwareCacheSize | MythPainter | protected |
| m_maxSoftwareCacheSize | MythPainter | private |
| m_parent | MythPainterGPU | protected |
| m_pixelRatio | MythPainterGPU | protected |
| m_procedurals | MythOpenGLPainter | protected |
| m_render | MythOpenGLPainter | protected |
| m_showBorders | MythPainter | private |
| m_showNames | MythPainter | private |
| m_softwareCacheSize | MythPainter | private |
| m_stringExpireList | MythPainter | private |
| m_stringToImageMap | MythPainter | private |
| m_textureDeleteList | MythOpenGLPainter | protected |
| m_usingHighDPI | MythPainterGPU | protected |
| m_viewControl | MythPainterGPU | protected |
| MythOpenGLPainter(MythRenderOpenGL *Render, MythMainWindow *Parent) | MythOpenGLPainter | |
| MythPainter() | MythPainter | |
| MythPainterGPU(MythMainWindow *Parent) | MythPainterGPU | explicit |
| None enum value | MythPainterGPU | |
| PopTransformation(void) override | MythOpenGLPainter | virtual |
| PushTransformation(const UIEffects &Fx, QPointF Center=QPointF()) override | MythOpenGLPainter | virtual |
| SetClipRect(QRect clipRect) | MythPainter | virtual |
| SetClipRegion(const QRegion &clipRegion) | MythPainter | virtual |
| SetDebugMode(bool showBorders, bool showNames) | MythPainter | inline |
| SetMaximumCacheSizes(int hardware, int software) | MythPainter | |
| SetViewControl(ViewControls Control) | MythPainterGPU | |
| ShowBorders(void) const | MythPainter | inline |
| ShowTypeNames(void) const | MythPainter | inline |
| SupportsAlpha(void) override | MythOpenGLPainter | inlinevirtual |
| SupportsAnimation(void) override | MythOpenGLPainter | inlinevirtual |
| SupportsClipping(void) override | MythOpenGLPainter | inlinevirtual |
| Teardown(void) | MythPainter | protectedvirtual |
| ViewControl enum name | MythPainterGPU | |
| Viewport enum value | MythPainterGPU | |
| ~MythOpenGLPainter() override | MythOpenGLPainter | |
| ~MythPainter() override=default | MythPainter | |
| ~MythPainterGPU() override=default | MythPainterGPU |