#include <search_panel.h>
|
| virtual void | clearSearch () |
| |
| virtual bool | handleInput (int val) |
| |
| virtual void | refresh () |
| |
| | SearchPanel (int height, int width, int y, int x, LogFilter &filter) |
| |
| virtual void | toggle () |
| |
| virtual | ~SearchPanel () |
| |
| virtual bool | encloses (int y, int x) |
| |
| virtual bool | focus () const |
| |
| virtual void | forceRefresh () |
| |
| virtual bool | handleKey (int key) |
| |
| virtual bool | handleMouse (const MEVENT &event) |
| |
| virtual bool | handleNavigation (int key) |
| |
| virtual int | height () const |
| |
| virtual bool | hidden () const |
| |
| virtual void | hide (bool enable) |
| |
| | PanelInterface (int height, int width, int y, int x) |
| |
| virtual void | resize (int height, int width, int y, int x) |
| |
| virtual bool | scrollbar () const |
| |
| virtual bool | setCursor () |
| |
| virtual bool | setFocus (bool enable) |
| |
| virtual void | toTop () |
| |
| virtual bool | visible () const |
| |
| virtual int | width () const |
| |
| virtual int | x () const |
| |
| virtual int | y () const |
| |
| virtual | ~PanelInterface () |
| |
Definition at line 36 of file search_panel.h.
◆ SearchPanel()
| log_view::SearchPanel::SearchPanel |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x, |
|
|
LogFilter & |
filter |
|
) |
| |
|
inline |
◆ ~SearchPanel()
| virtual log_view::SearchPanel::~SearchPanel |
( |
| ) |
|
|
inlinevirtual |
◆ canFocus()
| virtual bool log_view::SearchPanel::canFocus |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ canInput()
| virtual bool log_view::SearchPanel::canInput |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ clearSearch()
| void log_view::SearchPanel::clearSearch |
( |
| ) |
|
|
virtual |
◆ handleInput()
| bool log_view::SearchPanel::handleInput |
( |
int |
val | ) |
|
|
virtual |
◆ inputOffset()
| virtual int log_view::SearchPanel::inputOffset |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ refresh()
| void log_view::SearchPanel::refresh |
( |
| ) |
|
|
virtual |
◆ toggle()
| void log_view::SearchPanel::toggle |
( |
| ) |
|
|
virtual |
◆ filter_
◆ show_results_
| bool log_view::SearchPanel::show_results_ = false |
|
protected |
The documentation for this class was generated from the following files: