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