NCBI C++ ToolKit
|
Search Toolkit Book for IEventRecord
#include <gui/framework/event_log_service.hpp>
Public Types | |
enum | EType { eInfo = 0 , eError , eWarning , eLast } |
typedef time_t | TTime |
Public Member Functions | |
virtual | ~IEventRecord () |
virtual EType | GetType () const =0 |
virtual string | GetTitle () const =0 |
virtual string | GetDescription () const =0 |
virtual const TTime & | GetTime () const =0 |
IEventRecord - an interface representing an abstract record in Event Log. IEventRecord provides descriptive information for an Event and, optionally, an action that activates objects associated with the event.
Classes implementing IEventRecord are managed using CIRef and so should be derived from CObject.
Definition at line 78 of file event_log_service.hpp.