Hengband  2.1.4
 全て データ構造 ファイル 関数 変数 型定義 マクロ定義 ページ
変数
構造体 term

#include <z-term.h>

termのコラボレーション図
Collaboration graph
[凡例]

変数

vptr user
 
vptr data
 
bool user_flag
 
bool data_flag
 
bool active_flag
 
bool mapped_flag
 
bool total_erase
 
bool fixed_shape
 
bool icky_corner
 
bool soft_cursor
 
bool always_pict
 
bool higher_pict
 
bool always_text
 
bool unused_flag
 
bool never_bored
 
bool never_frosh
 
byte attr_blank
 
char char_blank
 
char * key_queue
 
u16b key_head
 
u16b key_tail
 
u16b key_xtra
 
u16b key_size
 
byte wid
 
byte hgt
 
byte y1
 
byte y2
 
bytex1
 
bytex2
 
term_winold
 
term_winscr
 
term_wintmp
 
term_winmem
 
void(* init_hook )(term *t)
 
void(* nuke_hook )(term *t)
 
errr(* user_hook )(int n)
 
errr(* xtra_hook )(int n, int v)
 
errr(* curs_hook )(int x, int y)
 
errr(* bigcurs_hook )(int x, int y)
 
errr(* wipe_hook )(int x, int y, int n)
 
errr(* text_hook )(int x, int y, int n, byte a, cptr s)
 
void(* resize_hook )(void)
 
errr(* pict_hook )(int x, int y, int n, const byte *ap, const char *cp, const byte *tap, const char *tcp)
 

構造体

bool active_flag
bool always_pict
bool always_text
byte attr_blank
errr(* bigcurs_hook)(int x, int y)
char char_blank
errr(* curs_hook)(int x, int y)
vptr data
bool data_flag
bool fixed_shape
byte hgt
bool higher_pict
bool icky_corner
void(* init_hook)(term *t)
u16b key_head
char* key_queue
u16b key_size
u16b key_tail
u16b key_xtra
bool mapped_flag
term_win* mem
bool never_bored
bool never_frosh
void(* nuke_hook)(term *t)
term_win* old
errr(* pict_hook)(int x, int y, int n, const byte *ap, const char *cp, const byte *tap, const char *tcp)
void(* resize_hook)(void)
term_win* scr
bool soft_cursor
errr(* text_hook)(int x, int y, int n, byte a, cptr s)
term_win* tmp
bool total_erase
bool unused_flag
vptr user
bool user_flag
errr(* user_hook)(int n)
byte wid
errr(* wipe_hook)(int x, int y, int n)
byte* x1
byte* x2
errr(* xtra_hook)(int n, int v)
byte y1
byte y2

この構造体の説明は次のファイルから生成されました: