Wittyshare
0.2
|
#include <WsModFollowUs.h>
Public Member Functions | |
WsFollowUs (Wt::WContainerWidget *parent=0) | |
CTor. More... | |
~WsFollowUs () | |
void | load () |
void | setOption (const std::string &attribute, boost::any value) |
Set an options if previously set, update the value. More... | |
void | setOptions (const std::vector< WsOption > &vOptions) |
Set all options. More... | |
const boost::any & | option (const std::string &attribute) const |
Get an options value. More... | |
const std::vector< WsOption > & | options () const |
Get all options. More... | |
void | outOptions (const std::string message) |
Output all options. More... | |
Definition at line 24 of file WsModFollowUs.h.
WsFollowUs::WsFollowUs | ( | Wt::WContainerWidget * | parent = 0 | ) |
CTor.
Definition at line 41 of file WsModFollowUs.cpp.
WsFollowUs::~WsFollowUs | ( | ) |
Definition at line 47 of file WsModFollowUs.cpp.
void WsFollowUs::load | ( | ) |
|
inherited |
Get an options value.
Definition at line 62 of file WsOption.cpp.
|
inherited |
Get all options.
Definition at line 70 of file WsOption.cpp.
|
inherited |
Output all options.
Definition at line 75 of file WsOption.cpp.
|
inherited |
Set an options if previously set, update the value.
Definition at line 47 of file WsOption.cpp.
|
inherited |
Set all options.
Definition at line 57 of file WsOption.cpp.