ManaPlus
|
#include <linkhandler.h>
Public Member Functions | |
LinkHandler () | |
virtual | ~LinkHandler () |
virtual void | handleLink (const std::string &link, MouseEvent *event)=0 |
A simple interface to windows that need to handle links from BrowserBox widget.
Definition at line 35 of file linkhandler.h.
|
inline |
Definition at line 38 of file linkhandler.h.
|
inlinevirtual |
Definition at line 43 of file linkhandler.h.
|
pure virtual |
Implemented in WhoIsOnline, ItemLinkHandler, Desktop, PopupMenu, ServerInfoWindow, and HelpWindow.
Referenced by BrowserBox::mousePressed(), StaticBrowserBox::mousePressed(), BrowserBox::selectSelection(), and StaticBrowserBox::selectSelection().