Module editor_property

Procs

proc label(self: EditorProperty): string {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc label=(self: EditorProperty; val: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc readOnly(self: EditorProperty): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc readOnly=(self: EditorProperty; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc checkable(self: EditorProperty): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc checkable=(self: EditorProperty; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc checked(self: EditorProperty): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc checked=(self: EditorProperty; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc drawRed(self: EditorProperty): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc drawRed=(self: EditorProperty; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc keying(self: EditorProperty): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc keying=(self: EditorProperty; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getEditedProperty(self: EditorProperty): string {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getEditedObject(self: EditorProperty): Object {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}

Methods

method updateProperty(self: EditorProperty) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method guiInput(self: EditorProperty; event: InputEvent) {.
gcsafe, locks: 0, raises: [], tags: []
.}
method focusableFocused(self: EditorProperty; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}