5 #include <Wt/WApplication>
17 void* hndl = dlopen(
"libwt.so", RTLD_NOW | RTLD_GLOBAL);
19 LOG(
ERROR) <<
"WsModVideo :: Cannot load libwt.so shared library! " << dlerror();
60 return "WsModVideo wittyShare module";
void WsModVideoInit(void)
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.
const std::vector< WsOption > & options() const
Get all options.
Wt::WWidget * createContentsMenuBar(Wt::WContainerWidget *parent=0) const
Create the functionalities.
Wt::WWidget * createAdmin(Wt::WContainerWidget *parent=0) const
Create the contents for an administrator.
std::string description() const
Return the description of the module.
void setOptions(const std::vector< WsOption > &vOptions)
Set all options.