GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tui_data_item_window Struct Reference

#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
 

Detailed Description

Definition at line 30 of file tui-regs.h.

Constructor & Destructor Documentation

◆ tui_data_item_window() [1/2]

tui_data_item_window::tui_data_item_window ( )
default

◆ tui_data_item_window() [2/2]

tui_data_item_window::tui_data_item_window ( tui_data_item_window && )
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

tui_data_item_window::DISABLE_COPY_AND_ASSIGN ( tui_data_item_window )

◆ rerender()

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.

Member Data Documentation

◆ content

std::string tui_data_item_window::content

Definition at line 47 of file tui-regs.h.

Referenced by rerender().

◆ highlight

bool tui_data_item_window::highlight = false

Definition at line 45 of file tui-regs.h.

Referenced by tui_data_window::show_register_group().

◆ regno

int tui_data_item_window::regno = -1

Definition at line 44 of file tui-regs.h.

Referenced by tui_data_window::show_register_group().

◆ visible

bool tui_data_item_window::visible = false

Definition at line 46 of file tui-regs.h.

◆ x

int tui_data_item_window::x = 0

Definition at line 41 of file tui-regs.h.

Referenced by rerender().

◆ y

int tui_data_item_window::y = 0

Definition at line 42 of file tui-regs.h.

Referenced by rerender().


The documentation for this struct was generated from the following files: