dlangui.widgets.metadata

Undocumented in source.

Members

Functions

findWidgetMetadata
WidgetMetadataDef findWidgetMetadata(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
generateMetadataClass
string generateMetadataClass()
Undocumented in source. Be warned that the author may not have intended to support it.
generateRegisterMetadataClass
string generateRegisterMetadataClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getRegisteredWidgetsList
string[] getRegisteredWidgetsList()
Undocumented in source. Be warned that the author may not have intended to support it.
getSignalList
WidgetSignalMetadata[] getSignalList()
Undocumented in source. Be warned that the author may not have intended to support it.
isWidgetClassName
bool isWidgetClassName(string name)

returns true if passed name is identifier of registered widget class

joinStrings
string joinStrings(string[] lines)
Undocumented in source. Be warned that the author may not have intended to support it.
registerWidgetMetadata
void registerWidgetMetadata(string name, WidgetMetadataDef metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
registerWidgets
string registerWidgets()
Undocumented in source. Be warned that the author may not have intended to support it.
registerWidgetsFunction
string registerWidgetsFunction()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

WidgetMetadataDef
interface WidgetMetadataDef
Undocumented in source.

Structs

WidgetPropertyMetadata
struct WidgetPropertyMetadata

Stores information about property

WidgetSignalMetadata
struct WidgetSignalMetadata
Undocumented in source.

Templates

isMarkupType
template isMarkupType(T)
Undocumented in source.
registerWidgetMetadataClass
template registerWidgetMetadataClass(alias t)
Undocumented in source.

Meta