Chesto
0.9
A declarative and element-based library for creating GUIs on homebrew'd consoles
src
ImageElement.hpp
1
#pragma once
2
3
#include "Texture.hpp"
4
#include <string>
5
6
namespace
Chesto {
7
8
class
ImageElement
:
public
Texture
9
{
10
public
:
13
ImageElement
(std::string path);
14
};
15
16
}
// namespace Chesto
Chesto::ImageElement
Definition:
ImageElement.hpp:9
Chesto::ImageElement::ImageElement
ImageElement(std::string path)
Creates a new image element, loading the image from the specified filesystem path.
Definition:
ImageElement.cpp:5
Chesto::Texture
Definition:
Texture.hpp:29
Generated by
1.9.4