dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
UnknownWidgetException
dlangui
dml
parser
parser exception - unknown (unregistered) widget name
class
UnknownWidgetException : ParserException {
protected
string
_objectName
;
string
objectName
[@property getter];
this
(string msg, string objectName, string file, int line, int pos);
}
Constructors
this
this
(string msg, string objectName, string file, int line, int pos)
Undocumented in source.
Members
Properties
objectName
string
objectName
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_objectName
string
_objectName
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
dml
parser
classes
MLParser
UnknownPropertyException
UnknownWidgetException
functions
parseML
tokenizeML
parser exception - unknown (unregistered) widget name