2 #ifndef __WsModEditor__H_
3 #define __WsModEditor__H_
7 #include <Wt/WContainerWidget>
9 #include <WsModule/WsModule.h>
17 Wt::WWidget*
createContents(Wt::WContainerWidget* parent = 0)
const;
19 Wt::WWidget*
createAdmin(Wt::WContainerWidget* parent = 0)
const;
Wt::WWidget * createAdmin(Wt::WContainerWidget *parent=0) const
Create the contents for an administrator.
WsEditorWidget * createEditor(Wt::WContainerWidget *parent=0) const
Create the contents for an editor (create a view of options).
Wt::WWidget * createContentsMenuBar(Wt::WContainerWidget *parent=0) const
Create the functionalities.
WsModEditor * buildModule()
Wt::WWidget * createContents(Wt::WContainerWidget *parent=0) const
Create the contents.
void WsModEditorInit(void) __attribute__((constructor))
std::string description() const
Return the description of the module.