#include <log_panel.h>
|
virtual void | endSelect (int row) |
|
virtual bool | handleKey (int key) |
|
virtual bool | handleMouse (const MEVENT &event) |
|
| LogPanel (int height, int width, int y, int x, LogStorePtr &logs, LogFilter &filter) |
|
virtual void | refresh () |
|
virtual void | resize (int height, int width, int y, int x) |
|
virtual void | selectAll () |
|
virtual void | startSelect (int row) |
|
virtual | ~LogPanel () |
|
virtual bool | encloses (int y, int x) |
|
virtual bool | focus () const |
|
virtual void | forceRefresh () |
|
virtual bool | handleInput (int key) |
|
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 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 37 of file log_panel.h.
◆ LogPanel()
log_view::LogPanel::LogPanel |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x, |
|
|
LogStorePtr & |
logs, |
|
|
LogFilter & |
filter |
|
) |
| |
|
inline |
◆ ~LogPanel()
virtual log_view::LogPanel::~LogPanel |
( |
| ) |
|
|
inlinevirtual |
◆ canNavigate()
virtual bool log_view::LogPanel::canNavigate |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ copyToClipboard()
void log_view::LogPanel::copyToClipboard |
( |
| ) |
|
|
protectedvirtual |
◆ endSelect()
void log_view::LogPanel::endSelect |
( |
int |
row | ) |
|
|
virtual |
◆ getContentSize()
virtual size_t log_view::LogPanel::getContentSize |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ getContentWidth()
int log_view::LogPanel::getContentWidth |
( |
| ) |
const |
|
protectedvirtual |
◆ getCursor()
virtual int64_t log_view::LogPanel::getCursor |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ getPrefix()
std::string log_view::LogPanel::getPrefix |
( |
const LogEntry & |
entry, |
|
|
size_t |
line |
|
) |
| const |
|
protected |
◆ handleKey()
bool log_view::LogPanel::handleKey |
( |
int |
key | ) |
|
|
virtual |
◆ handleMouse()
bool log_view::LogPanel::handleMouse |
( |
const MEVENT & |
event | ) |
|
|
virtual |
◆ printEntry()
void log_view::LogPanel::printEntry |
( |
size_t |
row, |
|
|
const LogEntry & |
entry, |
|
|
size_t |
line, |
|
|
size_t |
index |
|
) |
| |
|
protected |
◆ refresh()
void log_view::LogPanel::refresh |
( |
| ) |
|
|
virtual |
◆ resize()
void log_view::LogPanel::resize |
( |
int |
height, |
|
|
int |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
|
virtual |
◆ selectAll()
void log_view::LogPanel::selectAll |
( |
| ) |
|
|
virtual |
◆ setCursor()
virtual void log_view::LogPanel::setCursor |
( |
int64_t |
cursor | ) |
|
|
inlineprotectedvirtual |
◆ startSelect()
void log_view::LogPanel::startSelect |
( |
int |
row | ) |
|
|
virtual |
◆ filled_
bool log_view::LogPanel::filled_ = false |
|
protected |
◆ filter_
◆ logs_
◆ mouse_down_
bool log_view::LogPanel::mouse_down_ = false |
|
protected |
The documentation for this class was generated from the following files: