#include <FormExample.h>

Public Member Functions | |
| FormExample (WContainerWidget *parent=0) | |
| Instantiate a new form example. | |
Private Slots | |
| void | changeLanguage () |
| Change the language. | |
Private Member Functions | |
| void | setLanguage (const std::string lang) |
Private Attributes | |
| std::vector< WText * > | languageSelects_ |
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 |
) |
| void FormExample::changeLanguage | ( | ) | [private, slot] |
| void FormExample::setLanguage | ( | const std::string | lang | ) | [private] |
Definition at line 40 of file FormExample.C.
std::vector<WText *> FormExample::languageSelects_ [private] |
Definition at line 42 of file FormExample.h.
1.5.3