SearchWidget

Undocumented in source.

Constructors

this
this(string ID, IDEFrame frame)
Undocumented in source.

Members

Functions

findText
bool findText(dstring source)
Undocumented in source. Be warned that the author may not have intended to support it.
focus
void focus()
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw(DrawBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
onEditorAction
bool onEditorAction(Action action)
Undocumented in source. Be warned that the author may not have intended to support it.
onFindButtonPressed
bool onFindButtonPressed(Widget source)
Undocumented in source. Be warned that the author may not have intended to support it.
onMatchClick
bool onMatchClick(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
searchInProject
void searchInProject(ProjectItem project, dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
setSearchText
void setSearchText(dstring txt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_findText
EditLine _findText;
Undocumented in source.
_frame
IDEFrame _frame;
Undocumented in source.
_layout
HorizontalLayout _layout;
Undocumented in source.
_matchedList
SearchMatchList[] _matchedList;
Undocumented in source.
_resultLog
SearchLogWidget _resultLog;
Undocumented in source.
_resultLogMatchIndex
int _resultLogMatchIndex;
Undocumented in source.
_searchScope
ComboBox _searchScope;
Undocumented in source.

Meta