GDB (xrefs)
|
#include "tui-regs.h"
Public Member Functions | |
tui_data_item_window ()=default | |
DISABLE_COPY_AND_ASSIGN (tui_data_item_window) | |
tui_data_item_window (tui_data_item_window &&)=default | |
void | rerender (WINDOW *handle, int field_width) |
Public Attributes | |
int | x = 0 |
int | y = 0 |
int | regno = -1 |
bool | highlight = false |
bool | visible = false |
std::string | content |
Definition at line 30 of file tui-regs.h.
|
default |
|
default |
tui_data_item_window::DISABLE_COPY_AND_ASSIGN | ( | tui_data_item_window | ) |
void tui_data_item_window::rerender | ( | WINDOW * | handle, |
int | field_width ) |
Definition at line 488 of file tui-regs.c.
References content, n_spaces(), x, and y.
std::string tui_data_item_window::content |
Definition at line 47 of file tui-regs.h.
Referenced by rerender().
bool tui_data_item_window::highlight = false |
Definition at line 45 of file tui-regs.h.
Referenced by tui_data_window::show_register_group().
int tui_data_item_window::regno = -1 |
Definition at line 44 of file tui-regs.h.
Referenced by tui_data_window::show_register_group().
bool tui_data_item_window::visible = false |
Definition at line 46 of file tui-regs.h.
int tui_data_item_window::x = 0 |
Definition at line 41 of file tui-regs.h.
Referenced by rerender().
int tui_data_item_window::y = 0 |
Definition at line 42 of file tui-regs.h.
Referenced by rerender().