NCBI C++ ToolKit
Public Types | Public Member Functions | List of all members
IEventRecord Class Referenceabstract

Search Toolkit Book for IEventRecord

IEventRecord. More...

#include <gui/framework/event_log_service.hpp>

+ Inheritance diagram for IEventRecord:

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 TTimeGetTime () const =0
 

Detailed Description

IEventRecord.

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.


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:57:11 2024 by modify_doxy.py rev. 669887