#include <events.h>
Inheritance diagram for ICQ2000::SearchResultEvent::
Public Types | |
enum | SearchType { ShortWhitepage, FullWhitepage, UIN } |
Public Methods | |
SearchResultEvent (SearchType t) | |
Constructor for a SearchResultEvent. | |
SearchType | getSearchType () const |
ContactList & | getContactList () |
Contact * | getLastContactAdded () const |
void | setLastContactAdded (Contact *c) |
unsigned int | getNumberMoreResults () const |
bool | isFinished () const |
void | setFinished (bool b) |
bool | isExpired () const |
void | setExpired (bool b) |
void | setNumberMoreResults (unsigned int m) |