Some sort of visual indicator of a bookmark, just to help focus, and allow for easier changing of bookmark locations. More...
#include <BookmarkAnchorVisualComponent.h>
Inherits GraphCanvas::GraphCanvasPropertyComponent, SceneMemberUIRequestBus::Handler, SceneMemberNotificationBus::Handler, and BookmarkNotificationBus::Handler.
Classes | |
| class | BookmarkAnchorVisualComponentSaveData |
Public Member Functions | |
| AZ_COMPONENT (BookmarkAnchorVisualComponent, "{AD921E77-962B-417F-88FB-500FA679DFDF}") | |
| void | Init () override |
| void | Activate () override |
| void | Deactivate () override |
| QGraphicsItem * | GetRootGraphicsItem () override |
| QGraphicsLayoutItem * | GetRootGraphicsLayoutItem () override |
| void | SetSelected (bool selected) override |
| bool | IsSelected () const override |
| QPainterPath | GetOutline () const override |
| void | SetZValue (qreal zValue) override |
| qreal | GetZValue () const override |
| void | OnSceneSet (const AZ::EntityId &graphId) override |
| void | OnBookmarkColorChanged () override |
Public Member Functions inherited from GraphCanvas::GraphCanvasPropertyComponent | |
| AZ_COMPONENT (GraphCanvasPropertyComponent, "{12408A55-4742-45B2-8694-EE1C80430FB4}") | |
| void | Init () override |
| void | Activate () override |
| void | Deactivate () override |
| AZ::Component * | GetPropertyComponent () override |
Public Member Functions inherited from GraphCanvas::GraphCanvasPropertyBusHandler | |
| void | OnActivate (const AZ::EntityId &entityId) |
| void | OnDeactivate () |
| void | AddBusId (const AZ::EntityId &busId) final |
| void | RemoveBusId (const AZ::EntityId &busId) final |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *reflectContext) |
Static Public Member Functions inherited from GraphCanvas::GraphCanvasPropertyComponent | |
| static void | Reflect (AZ::ReflectContext *context) |
Some sort of visual indicator of a bookmark, just to help focus, and allow for easier changing of bookmark locations.