DirEditLine

Undocumented in source.
class DirEditLine : FileNameEditLine {}

Constructors

this
this(string ID)
Undocumented in source.

Inherited Members

From FileNameEditLine

_edFileName
EditLine _edFileName;
Undocumented in source.
_btn
Button _btn;
Undocumented in source.
_filetypeIcons
string[string] _filetypeIcons;
Undocumented in source.
_caption
dstring _caption;
Undocumented in source.
_fileDialogFlags
uint _fileDialogFlags;
Undocumented in source.
_filters
FileFilterEntry[] _filters;
Undocumented in source.
_filterIndex
int _filterIndex;
Undocumented in source.
modifiedStateChange
Signal!ModifiedStateListener modifiedStateChange;

Modified state change listener (e.g. content has been saved, or first time modified after save)

contentChange
Signal!EditableContentChangeListener contentChange;

editor content is changed

editorAction
Signal!EditorActionHandler editorAction [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enterKey
Signal!EnterKeyHandler enterKey [@property getter]

handle Enter key press inside line editor

setDefaultPopupMenu
void setDefaultPopupMenu()
Undocumented in source. Be warned that the author may not have intended to support it.
fileDialogFlags
uint fileDialogFlags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileDialogFlags
uint fileDialogFlags [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
caption
dstring caption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
caption
dstring caption [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property getter]

returns widget content text (override to support this)

text
dstring text [@property setter]

sets widget content text (override to support this)

text
UIString text [@property setter]

sets widget content text (override to support this)

filetypeIcons
string[string] filetypeIcons [@property getter]

mapping of file extension to icon resource name, e.g. ".txt": "text-plain"

filters
FileFilterEntry[] filters [@property getter]

filter list for file type filter combo box

filters
FileFilterEntry[] filters [@property setter]

filter list for file type filter combo box

addFilter
void addFilter(FileFilterEntry value)

add new filter entry

filterIndex
int filterIndex [@property getter]

filter index

filterIndex
int filterIndex [@property setter]

filter index

readOnly
bool readOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnly
bool readOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta