4#ifndef JPP_I_GUI_IMAGE_LIST_HPP_INCLUDED
5#define JPP_I_GUI_IMAGE_LIST_HPP_INCLUDED
7#include <jimcpp/core/engine/IGUIElement.hpp>
8#include <jimcpp/core/engine/rect.hpp>
9#include <jimcpp/core/engine/jpp_types.hpp>
Base class of most objects of the Jimcpp Engine.
Definition IReferenceCounted.hpp:46
Axis aligned bounding box in 3d dimensional space.
Definition aabbox3d.hpp:22
Font interface.
Definition IGUIImageList.hpp:18
virtual void draw(s32 index, const core::position2d< s32 > &destPos, const core::rect< s32 > *clip=0)=0
virtual ~IGUIImageList()
Destructor.
Definition IGUIImageList.hpp:22
virtual s32 getImageCount() const =0
virtual core::dimension2d< s32 > getImageSize() const =0
As of Jimcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11
signed int s32
32 bit signed variable.
Definition irrTypes.hpp:72