ManaPlus
|
#include <openurllistener.h>
Public Member Functions | |
OpenUrlListener () | |
void | action (const ActionEvent &event) |
Public Member Functions inherited from ActionListener | |
virtual | ~ActionListener () |
Data Fields | |
std::string | url |
Additional Inherited Members | |
Protected Member Functions inherited from ActionListener | |
ActionListener () | |
Definition at line 33 of file openurllistener.h.
|
inline |
Definition at line 35 of file openurllistener.h.
|
inlinevirtual |
Called when an action is recieved from a widget. It is used to be able to recieve a notification that an action has occured.
actionEvent | The event of the action. |
Implements ActionListener.
Definition at line 44 of file openurllistener.h.
References openBrowser(), and url.
std::string OpenUrlListener::url |
Definition at line 50 of file openurllistener.h.
Referenced by LoginDialog::action(), action(), and ItemLinkHandler::handleHttpLink().