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
class
ImageElement
:
public
Texture
7
{
8
public
:
11
ImageElement
(std::string path);
12
};
ImageElement
Definition:
ImageElement.hpp:7
ImageElement::ImageElement
ImageElement(std::string path)
Creates a new image element, loading the image from the specified filesystem path.
Definition:
ImageElement.cpp:3
Texture
Definition:
Texture.hpp:24
Generated by
1.9.4