< Home

< Table of Contents

REFERENCE MANUAL

ImportStatusEvent Class Reference

#include <hps.h>

Inheritance diagram for ImportStatusEvent:
Event

Public Member Functions

EventClone () const
 
 ImportStatusEvent ()
 
 ImportStatusEvent (char const *in_message)
 
- Public Member Functions inherited from Event
virtual bool Drop (Event const *in_that_event) const
 
 Event (intptr_t in_channel=0)
 
virtual intptr_t Freshen () const
 
intptr_t GetChannel () const
 
intptr_t GetClassID () const
 
Time GetTimeStamp () const
 
bool IsConsumable () const
 

Public Attributes

UTF8 import_status_message
 

Additional Inherited Members

- Public Types inherited from Event
enum  Status { Status::InProgress, Status::Completed, Status::Failed }
 
- Static Public Member Functions inherited from Event
static void operator delete (void *in_ptr, size_t in_size) throw ()
 
static void * operator new (size_t in_size)
 
- Protected Attributes inherited from Event
intptr_t channel
 
bool consumable
 

Detailed Description

The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on

Constructor & Destructor Documentation

ImportStatusEvent::ImportStatusEvent ( )
inline

The default constructor creates a ImportStatusEvent.

Member Function Documentation

Event* ImportStatusEvent::Clone ( ) const
inlinevirtual

Allocates and returns a copy of this ImportStatusEvent.

Returns
A copy of this ImportStatusEvent.

Implements Event.


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