FindPanel

Undocumented in source.

Constructors

this
this(EditBox editor, bool selectionOnly, bool replace, dstring initialText)
Undocumented in source.

Members

Functions

activate
void activate()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
findNext
bool findNext(bool back)
Undocumented in source. Be warned that the author may not have intended to support it.
handleAction
bool handleAction(Action a)

override to handle specific actions

makeSearchFlags
uint makeSearchFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
onButtonClick
bool onButtonClick(Widget source)
Undocumented in source. Be warned that the author may not have intended to support it.
onCaseSensitiveCheckChange
bool onCaseSensitiveCheckChange(Widget source, bool checkValue)
Undocumented in source. Be warned that the author may not have intended to support it.
onFindEditorAction
bool onFindEditorAction(Action action)
Undocumented in source. Be warned that the author may not have intended to support it.
onFindTextChange
void onFindTextChange(EditableContent source)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyEvent
bool onKeyEvent(KeyEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceAll
int replaceAll()
Undocumented in source. Be warned that the author may not have intended to support it.
replaceOne
bool replaceOne()
Undocumented in source. Be warned that the author may not have intended to support it.
setDirection
void setDirection(bool back)
Undocumented in source. Be warned that the author may not have intended to support it.
updateHighlight
void updateHighlight()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

replaceMode
bool replaceMode [@property getter]

returns true if panel is working in replace mode

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

Variables

_backDirection
bool _backDirection;
Undocumented in source.
_btnClose
ImageButton _btnClose;
Undocumented in source.
_btnFindNext
Button _btnFindNext;
Undocumented in source.
_btnFindPrev
Button _btnFindPrev;
Undocumented in source.
_btnReplace
Button _btnReplace;
Undocumented in source.
_btnReplaceAll
Button _btnReplaceAll;
Undocumented in source.
_btnReplaceAndFind
Button _btnReplaceAndFind;
Undocumented in source.
_cbCaseSensitive
ImageCheckButton _cbCaseSensitive;
Undocumented in source.
_cbSelection
CheckBox _cbSelection;
Undocumented in source.
_cbWholeWords
ImageCheckButton _cbWholeWords;
Undocumented in source.
_edFind
EditLine _edFind;
Undocumented in source.
_edReplace
EditLine _edReplace;
Undocumented in source.
_editor
EditBox _editor;
Undocumented in source.
_replaceMode
bool _replaceMode;
Undocumented in source.

Meta