exclude_panel.cpp
Go to the documentation of this file.
1 
29 
30 namespace log_view {
31 
33  mvwprintw(window_, 0, 0, "exclude: %s", input_text_.c_str());
34 }
35 
36 void ExcludePanel::activate(bool enable) {
37  if (enable) {
39  }
40  else {
41  filter_.setExclude("");
42  }
43 }
44 
45 } // namespace log_view
virtual void activate(bool enable)
void setExclude(const std::string &exclude)
Definition: log_filter.cpp:57
virtual void refresh()


log_view
Author(s): Marc Alban
autogenerated on Thu Mar 4 2021 03:21:52