dqml ~master (2022-04-12T23:38:49.558781)
Dub
Repo
CustomType
custom_type
Undocumented in source.
@
QtProperty
!
string
("text", "text", "setText", "textChanged")
@
QtProperty
!int("indentation", "indentation", "setIndentation", "indentationChanged")
class
CustomType : QObject {
mixin
Q_OBJECT
;
this
(QObject parent);
this
(CustomType other);
string
text
();
void
setText
(string value);
void
textChanged
(string );
int
indentation
();
void
setIndentation
(int value);
void
indentationChanged
(int );
}
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
Source
See Implementation
custom_type
classes
CustomType