class ffw::GLCanvas::Image
Class List > ffw :: GLCanvas :: Image
Public Attributes
| Type | Name |
|---|---|
| const GLCanvas * | canvas |
| int | ref |
Public Functions
| Type | Name |
|---|---|
| Image () = default | |
| Image (const GLCanvas * canvas, int ref) | |
| Image (const Image & other) = delete | |
| Image (Image && other) | |
| Image & | operator= (const Image & other) = delete |
| Image & | operator= (Image && other) |
| void | swap (Image & other) |
| virtual | ~Image () |
| bool | isCreated () const |
Public Attributes Documentation
variable canvas
const GLCanvas* ffw::GLCanvas::Image::canvas;
variable ref
int ffw::GLCanvas::Image::ref;
Public Functions Documentation
function Image (1/4)
ffw::GLCanvas::Image::Image () = default
function Image (2/4)
ffw::GLCanvas::Image::Image (
const GLCanvas * canvas,
int ref
)
function Image (3/4)
ffw::GLCanvas::Image::Image (
const Image & other
) = delete
function Image (4/4)
ffw::GLCanvas::Image::Image (
Image && other
)
function operator= (1/2)
Image & ffw::GLCanvas::Image::operator= (
const Image & other
) = delete
function operator= (2/2)
Image & ffw::GLCanvas::Image::operator= (
Image && other
)
function swap
void ffw::GLCanvas::Image::swap (
Image & other
)
function ~Image
virtual ffw::GLCanvas::Image::~Image ()
function isCreated
bool ffw::GLCanvas::Image::isCreated () const
The documentation for this class was generated from the following file: include/ffw/graphics/glcanvas.h