Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Gamp Graph UI

Graph UI Framework. More...

Namespaces

namespace  gamp::graph::ui::impl
 

Classes

class  gamp::graph::ui::Container
 Container interface of UI Shapes. More...
 
class  gamp::graph::ui::Scene
 
class  gamp::graph::ui::Shape
 

Typedefs

typedef std::vector< ShapeRefgamp::graph::ui::ShapeList
 
typedef std::shared_ptr< Shapegamp::graph::ui::ShapeRef
 

Detailed Description

Graph UI Framework.

Typedef Documentation

◆ ShapeRef

typedef std::shared_ptr<Shape> gamp::graph::ui::ShapeRef

Definition at line 48 of file Container.hpp.

◆ ShapeList

typedef std::vector<ShapeRef> gamp::graph::ui::ShapeList

Definition at line 49 of file Container.hpp.