12 #ifndef __WsModMeetingView_H__
13 #define __WsModMeetingView_H__
15 #include <Wt/WContainerWidget>
18 #include <WsModule/WsModule.h>
37 Wt::WWidget*
createContents(Wt::WContainerWidget* parent = 0)
const;
39 Wt::WWidget*
createAdmin(Wt::WContainerWidget* parent = 0)
const;
WsEditorWidget * createEditor(Wt::WContainerWidget *parent=0) const
Create the contents for an editor (create a view of options).
Wt::WWidget * createContents(Wt::WContainerWidget *parent=0) const
Create the contents.
Wt::WWidget * createAdmin(Wt::WContainerWidget *parent=0) const
Create the contents for an administrator.
void WsModMeetingViewInit(void) __attribute__((constructor))
std::string description() const
Return the description of the module.
Wt::WWidget * createContentsMenuBar(Wt::WContainerWidget *parent=0) const
Create the functionalities.
WsMeetingView(Wt::WContainerWidget *parent=0)
WsModMeetingView * buildModule()