dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
SearchLogWidget
dlangide
ui
searchPanel
Undocumented in source.
class
SearchLogWidget : LogWidget {
Signal
!
SearchResultClickHandler
searchResultClickHandler
;
this
(string ID);
protected
dstring
_textToHighlight
;
dstring
textToHighlight
[@property getter];
dstring
textToHighlight
[@property setter];
protected
uint
_filenameColor
;
protected
uint
_errorColor
;
protected
uint
_warningColor
;
protected
uint
_deprecationColor
;
void
onThemeChanged
();
CustomCharProps
[]
handleCustomLineHighlight
(int line, dstring txt, CustomCharProps[] buf);
bool
onMouseEvent
(MouseEvent event);
bool
onKeyEvent
(KeyEvent event);
}
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
Source
See Implementation
dlangide
ui
searchPanel
classes
SearchLogWidget
SearchWidget
functions
findMatches
interfaces
SearchResultClickHandler
structs
SearchMatch
SearchMatchList