Wittyshare
0.2
|
#include <WsModLinksList.h>
Public Member Functions | |
WsLinksList (Wt::WContainerWidget *parent=0) | |
CTor. More... | |
~WsLinksList () | |
virtual 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 22 of file WsModLinksList.h.
WsLinksList::WsLinksList | ( | Wt::WContainerWidget * | parent = 0 | ) |
CTor.
Definition at line 48 of file WsModLinksList.cpp.
WsLinksList::~WsLinksList | ( | ) |
Definition at line 54 of file WsModLinksList.cpp.
|
virtual |
|
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.