7 #ifndef WsModNewsLetter_H__
8 #define WsModNewsLetter_H__ 1
10 #include <Wt/WContainerWidget>
11 #include <Wt/WLineEdit>
12 #include <Wt/WPushButton>
14 #include <WsModule/WsModule.h>
29 Wt::WWidget* createContentsMenuBar(Wt::WContainerWidget* parent = 0)
const;
30 Wt::WWidget* createContents(Wt::WContainerWidget* parent = 0)
const;
31 WsEditorWidget* createEditor(Wt::WContainerWidget* parent = 0)
const;
32 Wt::WWidget* createAdmin(Wt::WContainerWidget* parent = 0)
const;
33 bool saveEditor()
const;
34 std::string description()
const;
35 virtual std::string checkPath(
const std::string& currentPath);
48 #endif // ifndef WsModNewsLetter_H__
WsModNewsLetter * buildModule()
void WsModNewsLetterInit(void) __attribute__((constructor))