TemplateManager

Undocumented in source.

Constructors

this
this(TemplateParser parser)
Undocumented in source.

Members

Functions

getTemplate
WidgetTemplate getTemplate(string type)

Returns null if not found.

parseFile
void parseFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parseString
string[] parseString(string str, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
typeExists
bool typeExists(string type)

Returns true if given type name exists.

Variables

parsedFiles
Appender!string parsedFiles;
Undocumented in source.
templates
WidgetTemplate[string] templates;
Undocumented in source.

Meta