| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
#include "gui.hpp"#include "structs.hpp"#include "version.hpp"#include <boost/bind.hpp>#include <sys/ioctl.h>#include <boost/ref.hpp>#include <sstream>#include <fstream>Go to the source code of this file.
Classes | |
| class | gui::domid_comparator | 
| class | gui::last_view_comparator | 
| class | gui::hit_rate_comparator | 
| class | gui::run_number_comparator | 
| class | gui::name_comparator | 
| class | gui::match_comparator | 
Namespaces | |
| namespace | gui | 
Functions | |
| bool | ischar (int key) | 
| void | async_commit (boost::asio::deadline_timer &timer, gui::Screen &screen, boost::system::error_code const &error) | 
| void | async_cin (boost::asio::posix::stream_descriptor &keyb, char &key, gui::Screen &screen, const boost::system::error_code &error, std::size_t bytes_transferred) | 
| void | async_win_resize (boost::asio::signal_set &window_resize, gui::Screen &screen, boost::system::error_code const &error, int signum) | 
| std::pair< int, int > | window_size () | 
| bool | gui::is_problematic (mon_channel const &channel) | 
| bool | gui::matches (mon_channel const &ch, std::string const &pattern) | 
| bool | gui::matches (mon_channel const &ch, boost::regex const ®ex) | 
| void | gui::print_table_head (WINDOW *win, int offset) | 
| void | gui::print_chan (WINDOW *win, ChList::const_iterator const &it, std::vector< char > &buffer, int line_size, int offset, bool highlight) | 
| void | gui::print_timestamp (WINDOW *win, UTCTime const &tstamp, std::vector< char > &buffer, int line_size, int offset, bool validity) | 
Variables | |
| static const int | default_hit_counter_threshold = 850 | 
      
  | 
  inline | 
| void async_commit | ( | boost::asio::deadline_timer & | timer, | 
| gui::Screen & | screen, | ||
| boost::system::error_code const & | error ) | 
Definition at line 50 of file gui.cpp.
| void async_cin | ( | boost::asio::posix::stream_descriptor & | keyb, | 
| char & | key, | ||
| gui::Screen & | screen, | ||
| const boost::system::error_code & | error, | ||
| std::size_t | bytes_transferred ) | 
Definition at line 68 of file gui.cpp.
| void async_win_resize | ( | boost::asio::signal_set & | window_resize, | 
| gui::Screen & | screen, | ||
| boost::system::error_code const & | error, | ||
| int | signum ) | 
Definition at line 106 of file gui.cpp.
| std::pair< int, int > window_size | ( | ) |