Manages all of the start required by the bookmarks.
More...
#include <BookmarkAnchorComponent.h>
Inherits GraphCanvas::GraphCanvasPropertyComponent, BookmarkRequestBus::Handler, SceneBookmarkRequestBus::Handler, SceneMemberNotificationBus::Handler, EntitySaveDataRequestBus::Handler, and GraphCanvas::BookmarkAnchorComponentSaveDataCallback.
|
|
| AZ_COMPONENT (BookmarkAnchorComponent, "{33C63E10-81EE-458D-A716-F63478E57517}") |
| |
|
void | Init () override |
| |
|
void | Activate () override |
| |
|
void | Deactivate () override |
| |
|
void | OnSceneSet (const AZ::EntityId &sceneId) override |
| |
|
void | OnRemovedFromScene (const AZ::EntityId &sceneId) override |
| |
|
void | OnSceneMemberDeserialized (const AZ::EntityId &graphId, const GraphSerialization &serializationTarget) override |
| |
|
AZ::EntityId | GetBookmarkId () const override |
| |
|
void | RemoveBookmark () override |
| |
|
int | GetShortcut () const override |
| |
|
void | SetShortcut (int quickIndex) override |
| |
|
AZStd::string | GetBookmarkName () const override |
| |
|
void | SetBookmarkName (const AZStd::string &bookmarkName) override |
| |
|
QRectF | GetBookmarkTarget () const override |
| |
|
QColor | GetBookmarkColor () const override |
| |
|
void | WriteSaveData (EntitySaveDataContainer &saveDataContainer) const override |
| |
|
void | ReadSaveData (const EntitySaveDataContainer &saveDataContainer) override |
| |
|
| 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 void | Reflect (AZ::ReflectContext *reflectContext) |
| |
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
class | BookmarkVisualComponentSaveData |
| |
Manages all of the start required by the bookmarks.
◆ OnBookmarkColorChanged()
| void GraphCanvas::BookmarkAnchorComponent::OnBookmarkColorChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnBookmarkNameChanged()
| void GraphCanvas::BookmarkAnchorComponent::OnBookmarkNameChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/Source/Components/BookmarkAnchor/BookmarkAnchorComponent.h