#include <events.h>
Inheritance diagram for ICQ2000::RateInfoChangeEvent::
Public Types | |
enum | RateClass { RATE_CHANGE = 1, RATE_WARNING, RATE_LIMIT, RATE_LIMIT_CLEARED } |
enum of the rate classes. | |
Public Methods | |
RateInfoChangeEvent (unsigned short code, unsigned short rateclass, unsigned int windowsize, unsigned int clear, unsigned int alert, unsigned int limit, unsigned int disconnect, unsigned int currentavg, unsigned int maxavg) | |
Constructor for a RateInfoChangeEvent. More... | |
unsigned short | getCode () const |
get the code. | |
unsigned short | getRateClass () const |
get the rate class. | |
unsigned int | getWindowSize () const |
get the size of the window. | |
unsigned int | getClear () const |
get clear (?). | |
unsigned int | getAlert () const |
get alert (?). | |
unsigned int | getLimit () const |
get the limit. | |
unsigned int | getDisconnect () const |
get disconnect (?). | |
unsigned int | getCurrentAvg () const |
get the current average. | |
unsigned int | getMaxAvg () const |
get the maximum average. |
|
Constructor for a RateInfoChangeEvent.
|