anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
TemplateManager
anchovy
gui
templates
templatemanager
Undocumented in source.
class
TemplateManager {
WidgetTemplate
[
string
]
templates
;
Appender
!
string
parsedFiles
;
this
(TemplateParser parser);
void
parseFile
(string filename);
string
[]
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
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
Source
See Implementation
anchovy
gui
templates
templatemanager
classes
TemplateManager