ImportStatusEvent

class HPS::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 Event *Clone() const

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()

Public Members

HPS::UTF8 import_status_message