FileInput.FilenameInput

Undocumented in source.

Constructors

this
this(T args)
Undocumented in source.

Members

Functions

_cancel
void _cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
_entryNext
void _entryNext()
Undocumented in source. Be warned that the author may not have intended to support it.
_entryPrevious
void _entryPrevious()
Undocumented in source. Be warned that the author may not have intended to support it.
_entryUp
void _entryUp()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin defineStyles
Undocumented in source.
__anonymous
mixin enableInputActions
Undocumented in source.

Mixed In Members

From mixin defineStyles

reloadStylesImpl
void reloadStylesImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
loadDefaultStyles
void loadDefaultStyles()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TextInput

__anonymous
mixin defineStyles!("emptyStyle", q{ style })
Undocumented in source.
__anonymous
mixin implHoveredRect
Undocumented in source.
__anonymous
mixin enableInputActions
Undocumented in source.
blinkTime
float blinkTime;

Time in seconds between changes in cursor visibility.

size
auto size;

Size of the field.

value
string value;

Value of the field.

placeholder
string placeholder;

A placeholder text for the field, displayed when the field is empty. Style using emptyStyle.

multiline
deprecated bool multiline()
Undocumented in source. Be warned that the author may not have intended to support it.
multiline
deprecated bool multiline(bool )
Undocumented in source. Be warned that the author may not have intended to support it.
resizeImpl
void resizeImpl(Vector2 area)
Undocumented in source. Be warned that the author may not have intended to support it.
drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
keyboardImpl
bool keyboardImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
_submit
void _submit()

Submit the input.

chopWord
void chopWord()

Erase last inputted word.

chop
void chop()

Erase last inputted letter.

pickStyle
inout(Style) pickStyle()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta