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

Graph UI Framework. More...

Classes

class  gamp::graph::ui::Container
 Container interface of UI Shapes. 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< 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 49 of file Container.hpp.

◆ ShapeList

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

Definition at line 50 of file Container.hpp.

◆ MyPointerListenerRef

typedef std::shared_ptr<MyPointerListener> gamp::graph::ui::MyPointerListenerRef

Definition at line 358 of file Shape.hpp.