ImportStatusEvent
-
class
ImportStatusEvent
: public HPS::Event The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
Public Functions
-
inline virtual char const *
ClassName
() const override
-
inline virtual Event *
Clone
() const override Allocates and returns a copy of this ImportStatusEvent.
Returns: A copy of this ImportStatusEvent.
-
inline
ImportStatusEvent
() The default constructor creates a ImportStatusEvent.
-
inline
ImportStatusEvent
(char const *in_message)
-
inline
ImportStatusEvent
(Event const &in_event) This constructor converts an Event Object to an ImportStatusEvent object.
Parameters: in_event – The Event Object to be converted.
-
~ImportStatusEvent
()
-
inline virtual char const *