#include <DocumentHeader.h>

Public Member Functions | |
| void | MergeHeader (const DocumentHeader &header) |
| void | MergePaths (StringList &target, const StringList &source, const String &base_path) |
| Merges paths from one string list to another, preserving the base_path. | |
Data Fields | |
| String | source |
| Path and filename this document was loaded from. | |
| String | title |
| The title of the document. | |
| StringList | template_resources |
| A list of template resources that can used while parsing the document. | |
| StringList | rcss_inline |
| Inline RCSS definitions. | |
| StringList | rcss_external |
| External RCSS definitions that should be loaded. | |
| StringList | scripts_inline |
| Inline script source. | |
| StringList | scripts_external |
| External scripts that should be loaded. | |
| void Rocket::Core::DocumentHeader::MergeHeader | ( | const DocumentHeader & | header | ) |
Merges the specified header with this one
| header | Header to merge |