hoa_video::private_video::MultiImageInfo Struct Reference

Temporal struct for holding a multiimage information. More...

#include <image.h>

Collaboration diagram for hoa_video::private_video::MultiImageInfo:

Collaboration graph
[legend]
List of all members.

Public Attributes

ImageLoadInfo image
 Buffer that can hold a subimage of this multiimage.
ImageLoadInfo multi_image
 Whole pixels of an image holding subimages.

Detailed Description

Temporal struct for holding a multiimage information.

Note:
This struct is just used in GameVideo::_ReloadImagesToSheet. However, placing the declaration of the struct at local scope produced compilation errors on Linux. Therefore we will keep it in here.

Definition at line 210 of file image.h.


Member Data Documentation

ImageLoadInfo hoa_video::private_video::MultiImageInfo::image

Buffer that can hold a subimage of this multiimage.

Definition at line 212 of file image.h.

Referenced by hoa_video::GameVideo::_LoadMultiImage(), and hoa_video::GameVideo::_ReloadImagesToSheet().

ImageLoadInfo hoa_video::private_video::MultiImageInfo::multi_image

Whole pixels of an image holding subimages.

Definition at line 211 of file image.h.

Referenced by hoa_video::GameVideo::_LoadMultiImage(), and hoa_video::GameVideo::_ReloadImagesToSheet().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 6 23:16:48 2007 for Hero of Allacrost by  doxygen 1.5.1