Class ScopedPixelBuffer
Defined in File overlay_utils.hpp
Class Documentation
-
class ScopedPixelBuffer
Public Functions
-
virtual ~ScopedPixelBuffer()
-
virtual Ogre::HardwarePixelBufferSharedPtr getPixelBuffer()
-
virtual QImage getQImage(unsigned int width, unsigned int height)
-
virtual QImage getQImage(OverlayObject &overlay)
-
virtual QImage getQImage(unsigned int width, unsigned int height, QColor &bg_color)
-
virtual QImage getQImage(OverlayObject &overlay, QColor &bg_color)
Protected Attributes
-
Ogre::HardwarePixelBufferSharedPtr pixel_buffer_
-
virtual ~ScopedPixelBuffer()