SearchLogWidget

Undocumented in source.

Constructors

this
this(string ID)
Undocumented in source.

Members

Functions

handleCustomLineHighlight
CustomCharProps[] handleCustomLineHighlight(int line, dstring txt, CustomCharProps[] buf)
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.
onMouseEvent
bool onMouseEvent(MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onThemeChanged
void onThemeChanged()

handle theme change: e.g. reload some themed resources

Properties

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

Variables

_deprecationColor
uint _deprecationColor;
Undocumented in source.
_errorColor
uint _errorColor;
Undocumented in source.
_filenameColor
uint _filenameColor;
Undocumented in source.
_textToHighlight
dstring _textToHighlight;
Undocumented in source.
_warningColor
uint _warningColor;
Undocumented in source.
searchResultClickHandler
Signal!SearchResultClickHandler searchResultClickHandler;
Undocumented in source.

Meta