|
Open 3D Engine GraphCanvas Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <CommentBus.h>
Inherits EBusTraits.
Public Types | |
| using | BusIdType = AZ::EntityId |
Public Member Functions | |
| virtual void | OnEditBegin () |
| Signals when the comment begins being edited. | |
| virtual void | OnEditEnd () |
| Signals when the comment ends being edited. | |
| virtual void | OnCommentChanged (const AZStd::string &) |
| When the comment is changed, this is emitted. | |
| virtual void | OnCommentSizeChanged (const QSizeF &, const QSizeF &) |
| Emitted when the size of a comment changes(in reaction to text updating) | |
| virtual void | OnCommentFontReloadBegin () |
| virtual void | OnCommentFontReloadEnd () |
| virtual void | OnBackgroundColorChanged (const AZ::Color &) |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
CommentNotifications Notifications about changes to the state of comments