Librería para clientes de AlMarSimulator 1
Librería para E/S de simuladores genéricos (C/C++/Matlab/Python)
Loading...
Searching...
No Matches
_win Struct Reference

Public Attributes

int _cury
 
int _curx
 
int _maxy
 
int _maxx
 
int _begy
 
int _begx
 
int _flags
 
chtype _attrs
 
chtype _bkgd
 
bool _clear
 
bool _leaveit
 
bool _scroll
 
bool _nodelay
 
bool _immed
 
bool _sync
 
bool _use_keypad
 
chtype ** _y
 
int * _firstch
 
int * _lastch
 
int _tmarg
 
int _bmarg
 
int _delayms
 
int _parx
 
int _pary
 
struct _win_parent
 

Detailed Description

Definition at line 280 of file curses.h.

Member Data Documentation

◆ _attrs

chtype _win::_attrs

Definition at line 289 of file curses.h.

◆ _begx

int _win::_begx

Definition at line 287 of file curses.h.

◆ _begy

int _win::_begy

Definition at line 286 of file curses.h.

◆ _bkgd

chtype _win::_bkgd

Definition at line 290 of file curses.h.

◆ _bmarg

int _win::_bmarg

Definition at line 302 of file curses.h.

◆ _clear

bool _win::_clear

Definition at line 291 of file curses.h.

◆ _curx

int _win::_curx

Definition at line 283 of file curses.h.

◆ _cury

int _win::_cury

Definition at line 282 of file curses.h.

◆ _delayms

int _win::_delayms

Definition at line 303 of file curses.h.

◆ _firstch

int* _win::_firstch

Definition at line 299 of file curses.h.

◆ _flags

int _win::_flags

Definition at line 288 of file curses.h.

◆ _immed

bool _win::_immed

Definition at line 295 of file curses.h.

◆ _lastch

int* _win::_lastch

Definition at line 300 of file curses.h.

◆ _leaveit

bool _win::_leaveit

Definition at line 292 of file curses.h.

◆ _maxx

int _win::_maxx

Definition at line 285 of file curses.h.

◆ _maxy

int _win::_maxy

Definition at line 284 of file curses.h.

◆ _nodelay

bool _win::_nodelay

Definition at line 294 of file curses.h.

◆ _parent

struct _win* _win::_parent

Definition at line 305 of file curses.h.

◆ _parx

int _win::_parx

Definition at line 304 of file curses.h.

◆ _pary

int _win::_pary

Definition at line 304 of file curses.h.

◆ _scroll

bool _win::_scroll

Definition at line 293 of file curses.h.

◆ _sync

bool _win::_sync

Definition at line 296 of file curses.h.

◆ _tmarg

int _win::_tmarg

Definition at line 301 of file curses.h.

◆ _use_keypad

bool _win::_use_keypad

Definition at line 297 of file curses.h.

◆ _y

chtype** _win::_y

Definition at line 298 of file curses.h.