ManaPlus
Public Member Functions | Data Fields
ImageCollection Class Reference

#include <imagecollection.h>

Public Member Functions

 ImageCollection ()
 
 ~ImageCollection ()
 
void clear ()
 

Data Fields

GLuint currentGLImage
 
const ImagecurrentImage
 
ImageVertexescurrentVert
 
ImageVertexesVector draws
 

Detailed Description

Definition at line 31 of file imagecollection.h.

Constructor & Destructor Documentation

◆ ImageCollection()

ImageCollection::ImageCollection ( )

Definition at line 28 of file imagecollection.cpp.

28  :
29 #ifdef USE_OPENGL
30  currentGLImage(0),
31 #endif // USE_OPENGL
32  currentImage(nullptr),
33  currentVert(nullptr),
34  draws()
35 {
36 }
ImageVertexes * currentVert
ImageVertexesVector draws
const Image * currentImage

◆ ~ImageCollection()

ImageCollection::~ImageCollection ( )

Definition at line 38 of file imagecollection.cpp.

39 {
40  clear();
41 }

References clear().

Member Function Documentation

◆ clear()

void ImageCollection::clear ( )

Field Documentation

◆ currentGLImage

GLuint ImageCollection::currentGLImage

Definition at line 43 of file imagecollection.h.

Referenced by clear().

◆ currentImage

const Image* ImageCollection::currentImage

Definition at line 46 of file imagecollection.h.

Referenced by clear().

◆ currentVert

ImageVertexes* ImageCollection::currentVert

Definition at line 48 of file imagecollection.h.

Referenced by clear().

◆ draws

ImageVertexesVector ImageCollection::draws

Definition at line 50 of file imagecollection.h.

Referenced by clear().


The documentation for this class was generated from the following files: