libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Image, including all inherited members.
getFormat() const noexcept | tmx::Image | inline |
getHeight() const noexcept | tmx::Image | inline |
getSize() const noexcept | tmx::Image | inline |
getSource() const noexcept | tmx::Image | inline |
getTransparent() const noexcept | tmx::Image | inline |
getWidth() const noexcept | tmx::Image | inline |
hasSize() const noexcept | tmx::Image | inline |
Image(const std::string &format, const boost::filesystem::path &source, const std::string &trans, unsigned width, unsigned height) | tmx::Image | inline |