pcb 4.1.1
An interactive printed circuit board layout editor.
|
The HID may need something more than an "int" for colors, timers, etc. More...
#include <hid.h>
Data Fields | |
long | lval |
void * | ptr |
The HID may need something more than an "int" for colors, timers, etc.
So it passes/returns one of these, which is castable to a variety of things.
long hidval::lval |
Definition at line 102 of file hid.h.
Referenced by batch_add_timer(), eps_set_color(), lesstif_set_color(), nogui_add_timer(), and nogui_watch_file().
void* hidval::ptr |
Definition at line 103 of file hid.h.
Referenced by backup_cb(), batch_add_block_hook(), batch_watch_file(), block_hook_cb(), EnableAutosave(), ghid_add_block_hook(), ghid_add_timer(), ghid_set_color(), ghid_stop_block_hook(), ghid_stop_timer(), ghid_unwatch_file(), ghid_watch(), ghid_watch_file(), io_watch_handler_cb(), lesstif_add_block_hook(), lesstif_add_timer(), lesstif_stop_block_hook(), lesstif_stop_timer(), lesstif_unwatch_file(), lesstif_watch_cb(), lesstif_watch_file(), nogui_add_block_hook(), pcb_dbus_connection_setup_with_mainloop(), png_set_color(), set_gl_color_for_gc(), timeout_add(), timeout_handler_cb(), use_gc(), and watch_add().