Wittyshare
0.2
|
#include <WsAnchor.h>
Public Member Functions | |
WsAnchor (Wt::WContainerWidget *parent=0) | |
CTor. More... | |
~WsAnchor () | |
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 WsAnchor.h.
WsAnchor::WsAnchor | ( | Wt::WContainerWidget * | parent = 0 | ) |
CTor.
Definition at line 33 of file WsAnchor.cpp.
WsAnchor::~WsAnchor | ( | ) |
Definition at line 39 of file WsAnchor.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.