rtop
|
#include <errno.h>
#include <ncurses.h>
#include <panel.h>
#include <menu.h>
#include <vector>
#include <utility>
#include <string>
#include <fstream>
#include <cstdlib>
#include <iostream>
#include "rtop_logger.h"
#include "rtop_utils.h"
#include "info.h"
#include "key_dict.h"
#include "sm.h"
Go to the source code of this file.
Classes | |
class | rtop::SimplePanelData |
Base class in heirarchy of UI objects responsible to storing the content associated with a panel and providing an API to manipulate it. More... | |
class | rtop::EditPanelData< T > |
derived from BrowsePanelData. capable of editing items in ncurses menu list. More... | |
class | rtop::BrowsePanelData< T > |
derived from SimplePanelData. capable of storing list of item in a ncurses menu object. More... | |
class | rtop::EditPanelData< T > |
derived from BrowsePanelData. capable of editing items in ncurses menu list. More... | |
class | rtop::ProcViewPanel |
panel data structure responsible for displaying of property values for all live processes. More... | |
Namespaces | |
rtop | |
Variables | |
src::severity_logger< severity_level > | lg |
logSpacer | log_spacer |
src::severity_logger<severity_level> lg |
Definition at line 108 of file rtop_logger.h.
logSpacer log_spacer |
Definition at line 186 of file rtop_logger.h.