#include <JavascriptExample.h>
Public Member Functions | |
JavascriptExample (const WEnvironment &env) | |
Create the example application. | |
Private Member Functions | |
void | confirmed () |
The user has confirmed the payment. | |
void | setAmount (std::string amount) |
Set the amount to be payed. | |
Private Attributes | |
Popup * | promptAmount_ |
Popup for changing the amount. | |
Popup * | confirmPay_ |
Popup for paying. | |
WText * | currentAmount_ |
WText for showing the current amount. |
Definition at line 24 of file JavascriptExample.h.
JavascriptExample::JavascriptExample | ( | const WEnvironment & | env | ) |
void JavascriptExample::confirmed | ( | ) | [private] |
void JavascriptExample::setAmount | ( | std::string | amount | ) | [private] |
Popup* JavascriptExample::promptAmount_ [private] |
Popup* JavascriptExample::confirmPay_ [private] |
WText* JavascriptExample::currentAmount_ [private] |