CustomType

Undocumented in source.
@QtProperty!string("text", "text", "setText", "textChanged")
@QtProperty!int("indentation", "indentation", "setIndentation", "indentationChanged")
class CustomType : QObject {}

Constructors

this
this(QObject parent)
Undocumented in source.
this
this(CustomType other)
Undocumented in source.

Members

Functions

indentation
int indentation()
Undocumented in source. Be warned that the author may not have intended to support it.
indentationChanged
void indentationChanged(int )
Undocumented in source.
setIndentation
void setIndentation(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.
textChanged
void textChanged(string )
Undocumented in source.

Mixins

__anonymous
mixin Q_OBJECT
Undocumented in source.

Meta