This file contains the canvas object which is the part where the widgets draw (temporally) images on. More...
#include "config.hpp"
#include "formula/callable.hpp"
#include "formula/function.hpp"
#include "sdl/texture.hpp"
#include "sdl/rect.hpp"
Go to the source code of this file.
Classes | |
class | gui2::canvas |
A simple canvas which can be drawn upon. More... | |
class | gui2::canvas::shape |
Abstract base class for all other shapes. More... | |
Namespaces | |
wfl | |
gui2 | |
Generic file dialog. | |
This file contains the canvas object which is the part where the widgets draw (temporally) images on.
Definition in file canvas.hpp.