Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Classes | |
class | gamp::graph::ui::Container |
Container interface of UI Shape s. More... | |
class | gamp::graph::ui::Scene |
class | gamp::graph::ui::Shape |
class | gamp::graph::ui::ShapeMyPointerListener |
Typedefs | |
typedef std::shared_ptr< MyPointerListener > | gamp::graph::ui::MyPointerListenerRef |
typedef std::vector< ShapeRef > | gamp::graph::ui::ShapeList |
typedef std::shared_ptr< Shape > | gamp::graph::ui::ShapeRef |
Graph UI Framework.
typedef std::shared_ptr<Shape> gamp::graph::ui::ShapeRef |
Definition at line 49 of file Container.hpp.
typedef std::vector<ShapeRef> gamp::graph::ui::ShapeList |
Definition at line 50 of file Container.hpp.
typedef std::shared_ptr<MyPointerListener> gamp::graph::ui::MyPointerListenerRef |