anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
TemplateManager
anchovy
gui
templates
templatemanager
Undocumented in source.
class
TemplateManager {
WidgetTemplate
[
string
]
templates
;
this
(TemplateParser parser);
void
parseFile
(string filename);
void
parseString
(string str, string filename);
bool
typeExists
(string type);
WidgetTemplate
getTemplate
(string type);
}
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
void
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
templates
WidgetTemplate
[
string
]
templates
;
Undocumented in source.
Meta
Source
See Implementation
anchovy
gui
templates
templatemanager
classes
TemplateManager