Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <jau/basic_types.hpp>
#include <jau/darray.hpp>
#include <jau/file_util.hpp>
#include <jau/float_math.hpp>
#include <jau/float_types.hpp>
#include <jau/fraction_type.hpp>
#include <jau/math/geom/aabbox3f.hpp>
#include <jau/math/geom/geom3f.hpp>
#include <jau/math/vec3f.hpp>
#include <jau/math/vec4f.hpp>
#include <jau/math/quaternion.hpp>
#include <gamp/Gamp.hpp>
#include <gamp/graph/OutlineShape.hpp>
#include <gamp/render/RenderContext.hpp>
Go to the source code of this file.
Classes | |
class | gamp::graph::ui::Container |
Container interface of UI Shape s. More... | |
Namespaces | |
namespace | gamp |
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...) | |
namespace | gamp::graph |
namespace | gamp::graph::ui |
Typedefs | |
typedef std::vector< ShapeRef > | gamp::graph::ui::ShapeList |
typedef std::shared_ptr< Shape > | gamp::graph::ui::ShapeRef |