ManaPlus
Public Member Functions | Data Fields
CompoundItem Class Reference

#include <compounditem.h>

Public Member Functions

 CompoundItem ()
 
 ~CompoundItem ()
 

Data Fields

VectorPointers data
 
Imageimage
 
ImagealphaImage
 

Detailed Description

Definition at line 33 of file compounditem.h.

Constructor & Destructor Documentation

◆ CompoundItem()

CompoundItem::CompoundItem ( )

Definition at line 556 of file compoundsprite.cpp.

556  :
557  data(),
558  image(nullptr),
559  alphaImage(nullptr)
560 {
561 }
VectorPointers data
Definition: compounditem.h:42
Image * alphaImage
Definition: compounditem.h:44
Image * image
Definition: compounditem.h:43

◆ ~CompoundItem()

CompoundItem::~CompoundItem ( )

Definition at line 563 of file compoundsprite.cpp.

564 {
565  delete image;
566  delete alphaImage;
567 }

References alphaImage, and image.

Field Documentation

◆ alphaImage

Image* CompoundItem::alphaImage

Definition at line 44 of file compounditem.h.

Referenced by CompoundSprite::initCurrentCacheItem(), and ~CompoundItem().

◆ data

VectorPointers CompoundItem::data

◆ image

Image* CompoundItem::image

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