#include <WsTemplate.h>
|
| | WsTemplate (const std::string &templateFile, const std::string &initialPath=std::string(), Wt::WContainerWidget *parent=0) |
| |
| | ~WsTemplate () |
| |
| std::string | matchTemplate (const std::string &templateFile) |
| |
| void | resolveString (const std::string &varName, const std::vector< Wt::WString > &args, std::ostream &result) |
| |
| Wt::WWidget * | resolveWidget (const std::string &varName) |
| |
Definition at line 18 of file WsTemplate.h.
| WsTemplate::WsTemplate |
( |
const std::string & |
templateFile, |
|
|
const std::string & |
initialPath = std::string(), |
|
|
Wt::WContainerWidget * |
parent = 0 |
|
) |
| |
| WsTemplate::~WsTemplate |
( |
| ) |
|
| std::string WsTemplate::matchTemplate |
( |
const std::string & |
templateFile | ) |
|
| void WsTemplate::resolveString |
( |
const std::string & |
varName, |
|
|
const std::vector< Wt::WString > & |
args, |
|
|
std::ostream & |
result |
|
) |
| |
| WWidget * WsTemplate::resolveWidget |
( |
const std::string & |
varName | ) |
|
| std::string WsTemplate::m_sInitialPath |
|
private |
The documentation for this class was generated from the following files:
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/Main/WsTemplate.h
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/Main/WsTemplate.cpp