#include "global.h"
Go to the source code of this file.
Defines | |
#define | CMD dword |
#define | msg_command 0x80000000 |
#define | HT_COMMAND(c) (msg_command+(c)) |
#define | cmd_quit HT_COMMAND(100) |
#define | cmd_about HT_COMMAND(101) |
#define | cmd_file_open HT_COMMAND(102) |
#define | cmd_file_new HT_COMMAND(103) |
#define | cmd_file_save HT_COMMAND(104) |
#define | cmd_file_saveas HT_COMMAND(105) |
#define | cmd_file_exec_cmd HT_COMMAND(106) |
#define | cmd_edit_cut HT_COMMAND(120) |
#define | cmd_edit_delete HT_COMMAND(121) |
#define | cmd_edit_copy HT_COMMAND(122) |
#define | cmd_edit_paste HT_COMMAND(123) |
#define | cmd_edit_show_clipboard HT_COMMAND(124) |
#define | cmd_edit_clear_clipboard HT_COMMAND(125) |
#define | cmd_edit_copy_from_file HT_COMMAND(126) |
#define | cmd_edit_paste_into_file HT_COMMAND(127) |
#define | cmd_edit_copy_native HT_COMMAND(128) |
#define | cmd_edit_paste_native HT_COMMAND(129) |
#define | cmd_window_resizemove HT_COMMAND(140) |
#define | cmd_window_switch_resizemove HT_COMMAND(141) |
#define | cmd_window_close HT_COMMAND(142) |
#define | cmd_project_open HT_COMMAND(160) |
#define | cmd_project_close HT_COMMAND(161) |
#define | cmd_project_add_item HT_COMMAND(162) |
#define | cmd_project_remove_item HT_COMMAND(163) |
#define | cmd_project_edit_item HT_COMMAND(164) |
#define | cmd_popup_dialog_eval HT_COMMAND(180) |
#define | cmd_popup_dialog_view_list HT_COMMAND(181) |
#define | cmd_popup_dialog_window_list HT_COMMAND(182) |
#define | cmd_popup_window_log HT_COMMAND(183) |
#define | cmd_popup_window_help HT_COMMAND(184) |
#define | cmd_popup_window_options HT_COMMAND(185) |
#define | cmd_popup_window_project HT_COMMAND(186) |
#define | cmd_popup_dialog_info_loader HT_COMMAND(187) |
#define | cmd_vstate_restore HT_COMMAND(190) |
#define | cmd_analyser_save HT_COMMAND(200) |
#define | cmd_view_mode HT_COMMAND(1000) |
#define | cmd_edit_mode HT_COMMAND(1001) |
#define | cmd_view_mode_i HT_COMMAND(1002) |
#define | cmd_edit_mode_i HT_COMMAND(1003) |
#define | cmd_file_goto HT_COMMAND(1004) |
#define | cmd_file_search HT_COMMAND(1005) |
#define | cmd_file_replace HT_COMMAND(1006) |
#define | cmd_file_blockop HT_COMMAND(1007) |
#define | cmd_file_resize HT_COMMAND(1008) |
#define | cmd_file_truncate HT_COMMAND(1009) |
#define | cmd_file_extend HT_COMMAND(1010) |
#define | cmd_hex_entropy HT_COMMAND(1500) |
#define | cmd_hex_display_bytes HT_COMMAND(1501) |
#define | cmd_disasm_call_assembler HT_COMMAND(2000) |
#define | cmd_disasm_toggle1632 HT_COMMAND(2001) |
|
|
|
Definition at line 32 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 72 of file cmds.h. Referenced by ht_file_window::handlemsg(), and ht_aviewer::handlemsg(). |
|
Definition at line 105 of file cmds.h. Referenced by ht_disasm_viewer::handlemsg(). |
|
Definition at line 106 of file cmds.h. Referenced by ht_disasm_viewer::func(), and ht_disasm_viewer::handlemsg(). |
|
Definition at line 45 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 42 of file cmds.h. Referenced by ht_text_viewer::handlemsg(), ht_uformat_viewer::handlemsg(), and ht_app::init(). |
|
Definition at line 46 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 48 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 40 of file cmds.h. Referenced by ht_text_editor::handlemsg(), and ht_app::init(). |
|
Definition at line 41 of file cmds.h. Referenced by ht_text_editor::handlemsg(), and ht_app::init(). |
|
Definition at line 83 of file cmds.h. Referenced by ht_uformat_viewer::handlemsg(), ht_format_viewer::handlemsg(), and ht_aviewer::handlemsg(). |
|
Definition at line 85 of file cmds.h. Referenced by blockop_dialog(), dialog_assemble(), ht_uformat_viewer::func(), ht_uformat_viewer::handlemsg(), ht_format_viewer::handlemsg(), ht_uformat_viewer::ref_desc(), and ht_uformat_viewer::ref_flags(). |
|
Definition at line 43 of file cmds.h. Referenced by ht_text_editor::handlemsg(), ht_uformat_viewer::handlemsg(), and ht_app::init(). |
|
Definition at line 47 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 49 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 44 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 89 of file cmds.h. Referenced by ht_hex_viewer::handlemsg(), and ht_uformat_viewer::handlemsg(). |
|
Definition at line 38 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 92 of file cmds.h. Referenced by ht_uformat_viewer::handlemsg(), and ht_app::handlemsg(). |
|
Definition at line 86 of file cmds.h. Referenced by ht_uformat_viewer::func(), and ht_uformat_viewer::handlemsg(). |
|
Definition at line 35 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 34 of file cmds.h. Referenced by ht_app::func(), ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 88 of file cmds.h. Referenced by ht_hex_viewer::handlemsg(), and ht_uformat_viewer::handlemsg(). |
|
Definition at line 90 of file cmds.h. Referenced by ht_uformat_viewer::func(), ht_uformat_viewer::handlemsg(), and ht_app::handlemsg(). |
|
Definition at line 36 of file cmds.h. Referenced by ht_text_editor::func(), ht_uformat_viewer::func(), ht_text_editor::handlemsg(), ht_uformat_viewer::handlemsg(), ht_file_window::handlemsg(), ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 37 of file cmds.h. Referenced by ht_text_editor::func(), ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 87 of file cmds.h. Referenced by ht_uformat_viewer::func(), and ht_uformat_viewer::handlemsg(). |
|
Definition at line 91 of file cmds.h. Referenced by ht_uformat_viewer::handlemsg(), ht_format_viewer::handlemsg(), and ht_app::handlemsg(). |
|
Definition at line 99 of file cmds.h. Referenced by ht_hex_viewer::handlemsg(). |
|
Definition at line 98 of file cmds.h. Referenced by ht_hex_viewer::handlemsg(). |
|
Definition at line 61 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 68 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 62 of file cmds.h. Referenced by ht_app::func(), and ht_app::handlemsg(). |
|
Definition at line 63 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 65 of file cmds.h. Referenced by ht_app::func(), ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 64 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 66 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 67 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 57 of file cmds.h. Referenced by ht_project_window::handlemsg(), and ht_project_listbox::handlemsg(). |
|
Definition at line 56 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
|
|
Definition at line 55 of file cmds.h. Referenced by ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 58 of file cmds.h. Referenced by ht_project_window::handlemsg(), and ht_project_listbox::handlemsg(). |
|
Definition at line 31 of file cmds.h. Referenced by ht_app::func(), ht_app::handlemsg(), and ht_app::init(). |
|
Definition at line 82 of file cmds.h. Referenced by ht_uformat_viewer::handlemsg(), ht_format_viewer::handlemsg(), and ht_aviewer::handlemsg(). |
|
Definition at line 84 of file cmds.h. Referenced by ht_uformat_viewer::func(), ht_uformat_viewer::handlemsg(), ht_format_viewer::handlemsg(), and ht_uformat_viewer::ref_flags(). |
|
Definition at line 70 of file cmds.h. Referenced by ht_file_window::handlemsg(), and replace_dialog(). |
|
Definition at line 53 of file cmds.h. Referenced by ht_app::handlemsg(), ht_help_window::handlemsg(), and ht_app::init(). |
|
Definition at line 51 of file cmds.h. Referenced by ht_window::handlemsg(), and ht_app::init(). |
|
Definition at line 52 of file cmds.h. Referenced by ht_window::handlemsg(). |
|
|
|
|