Loading...
Searching...
No Matches
SBDAssetEvent Class Reference

This class describes an asset event.

Event types

enum  Type {
  AssetFileNameChanged ,
  ThumbnailFileNameChanged
}
 The type of the dynamical model event. More...
 

Constructors and destructors

 SBDAssetEvent (SBDDataGraphNode *sender, Type type, SBDDataGraphNode *auxiliaryNode=nullptr)
 Builds an asset event.
 
virtual ~SBDAssetEvent ()
 Deletes the asset event.
 

Identity

virtual Category getCategory () const override
 Returns the category of the data graph event.
 
Type getType () const
 Returns the asset event type.
 
SBDDataGraphNodegetAuxiliaryNode () const
 Returns a pointer to the auxiliary node.
 
static std::string getTypeString (Type type)
 Returns the asset event type as a string.
 

Debugging

virtual void print (unsigned int offset=0) const override
 Prints debugging information.
 
 SB_DECLARE_DATA (SBDAssetEvent)
 

Additional Inherited Members

- Public Types inherited from SBDDataGraphEvent
enum  Category {
  UndefinedEvent ,
  BaseEvent ,
  DocumentEvent ,
  StructuralEvent ,
  VisualEvent ,
  DynamicalEvent ,
  InteractionEvent ,
  PropertyEvent ,
  StateUpdaterEvent ,
  SimulatorEvent ,
  ControllerEvent ,
  AssetEvent
}
 The category of the data graph event. More...
 
- Public Member Functions inherited from SBDDataGraphEvent
 SB_DECLARE_DATA (SBDDataGraphEvent)
 
 SBDDataGraphEvent (SBDDataGraphNode *sender)
 
virtual ~SBDDataGraphEvent ()
 
SBDDataGraphNodegetSender () const
 Returns the sender of the event.
 
- Static Public Member Functions inherited from SBDDataGraphEvent
static std::string getCategoryString (Category category)
 Returns a string representation of the category of the data graph event.
 
- Protected Member Functions inherited from SBDDataGraphEvent
 SBDDataGraphEvent (SBDDataGraphEventData *dataPointer)
 
- Protected Attributes inherited from SBDDataGraphEvent
SBDDataGraphEventData * dataPointer
 

Member Enumeration Documentation

◆ Type

Enumerator
AssetFileNameChanged 

An asset file name was changed.

ThumbnailFileNameChanged 

A thumbnail file name was changed.

Member Function Documentation

◆ getCategory()

SBDDataGraphEvent::Category SBDAssetEvent::getCategory ( ) const
overridevirtual

Reimplemented from SBDDataGraphEvent.

◆ print()

void SBDAssetEvent::print ( unsigned int  offset = 0) const
overridevirtual

Reimplemented from SBDDataGraphEvent.