|
Wt examples
3.3.0
|
Main widget for the Form example. More...
#include <FormExample.h>

Public Member Functions | |
| FormExample (WContainerWidget *parent=0) | |
| Instantiate a new form example. More... | |
Private Member Functions | |
| void | changeLanguage () |
| Change the language. More... | |
| void | setLanguage (const std::string lang) |
Private Attributes | |
| std::vector< WText * > | languageSelects_ |
Additional Inherited Members | |
Protected Member Functions inherited from Wt::WWidget | |
| virtual void | enableAjax ()=0 |
| virtual void | propagateSetEnabled (bool enabled)=0 |
| virtual void | render (WFlags< RenderFlag > flags) |
Main widget for the Form example.
This class demonstrates, next instantiating the form itself, handling of different languages.
Definition at line 29 of file FormExample.h.
| FormExample::FormExample | ( | WContainerWidget * | parent = 0) |
|
private |
Change the language.
Definition at line 62 of file FormExample.C.
|
private |
Definition at line 40 of file FormExample.C.
|
private |
Definition at line 37 of file FormExample.h.
1.8.4