12 #include <boost/filesystem.hpp>
26 void* hndl = dlopen(
"libwt.so", RTLD_NOW | RTLD_GLOBAL);
28 fprintf(stderr,
"cannot load libwt.so shared library! %s\n", dlerror());
69 return "WsModBreadCrumb wittyShare module";
const std::vector< WsOption > & options() const
Get all options.
Wt::WWidget * createContentsMenuBar(Wt::WContainerWidget *parent=0) const
Create the functionalities.
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.
WsEditorWidget * createEditor(Wt::WContainerWidget *parent=0) const
Create the contents for an editor (create a view of options).
std::string description() const
Return the description of the module.
void setOptions(const std::vector< WsOption > &vOptions)
Set all options.
void WsModBreadCrumbInit(void)