|
pwfengine
|
A website page wrapper. More...
#include <PPageWrapper.h>
Public Member Functions | |
| PPageWrapper (PEngine *engine, PSiteWrapper *siteWrapper) | |
| QString | schemaFileName (const QString &schemaName) |
| bool | map () |
| PPageElement * | mappedPage () |
| void | refresh () |
Protected Member Functions | |
| QList< QString > | schemaCandidateNames () |
| QString | cacheFileName () |
Friends | |
| class | PPageWrapperPrivate |
A website page wrapper.
A page wrapper must refer to a site wrapper with a valid schema. The schema candidates directory is automatically setted to the site wrapper active schema directory.
| QString PPageWrapper::cacheFileName | ( | ) | [protected, virtual] |
Implements PWrapper.
| PPageElement* PPageWrapper::mappedPage | ( | ) |
Return the mapped root element
| void PPageWrapper::refresh | ( | ) |
Redownload the page. The method can be used when fresh data is needed, i.e when the page content might have been changed.
| QList< QString > PPageWrapper::schemaCandidateNames | ( | ) | [protected, virtual] |
Append to the list each page wrapper schema in the schemaCandidatesDirectory()
Implements PWrapper.
| QString PPageWrapper::schemaFileName | ( | const QString & | schemaName | ) | [virtual] |
Implements PWrapper.
1.7.4