Open 3D Engine GraphCanvas Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
GraphCanvas::CommentNotifications Class Reference

#include <CommentBus.h>

Inherits AZ::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
 

Detailed Description

CommentNotifications Notifications about changes to the state of comments


The documentation for this class was generated from the following file: