#include <events.h>
Inheritance diagram for ICQ2000::Event::
Public Methods | |
Event () | |
Base constructor for events, timestamp set to now. | |
Event (time_t t) | |
Base constructor for events, with a set timestamp. | |
time_t | getTime () const |
get the time when the event occurred. More... | |
void | setTime (time_t t) |
set the time of the event. More... | |
Protected Attributes | |
time_t | m_time |
the time this event occurred. |
Basic functionality of all events is timestamping, so you can tell when an event occurred.
|
get the time when the event occurred.
|
|
set the time of the event. This is used by the library only, and is of no interest to the client.
|