X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcanvas%2Fcanvas_fwd.hxx;h=3b1b464690dcd8c1783d71de27c4853f2394b5fe;hb=519326f7518b6e8760a53db6ebebd692655ef7be;hp=d91696eb3b28fee751a873f5f14617d9c63610f8;hpb=efbec8b3671f4f909461f458fb9aa96bb86d6164;p=simgear.git diff --git a/simgear/canvas/canvas_fwd.hxx b/simgear/canvas/canvas_fwd.hxx index d91696eb..3b1b4646 100644 --- a/simgear/canvas/canvas_fwd.hxx +++ b/simgear/canvas/canvas_fwd.hxx @@ -49,6 +49,13 @@ namespace canvas SG_FWD_DECL(Map) SG_FWD_DECL(Path) SG_FWD_DECL(Text) + SG_FWD_DECL(Window) + + SG_FWD_DECL(Event) + SG_FWD_DECL(CustomEvent) + SG_FWD_DECL(DeviceEvent) + SG_FWD_DECL(KeyboardEvent) + SG_FWD_DECL(MouseEvent) #undef SG_FWD_DECL @@ -57,8 +64,6 @@ namespace canvas typedef boost::shared_ptr name##Ptr;\ typedef boost::weak_ptr name##WeakPtr; - SG_FWD_DECL(Event) - SG_FWD_DECL(MouseEvent) SG_FWD_DECL(Placement) SG_FWD_DECL(SystemAdapter) @@ -67,6 +72,9 @@ namespace canvas class EventManager; class EventVisitor; + struct EventTarget; + typedef std::deque EventPropagationPath; + typedef std::map Style; typedef ElementPtr (*ElementFactory)( const CanvasWeakPtr&, const SGPropertyNode_ptr&,