ReactOS 0.4.16-dev-588-gf07ea94
|
#include <calc.h>
DWORD calc_t::action |
Definition at line 192 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().
DWORD calc_t::base |
Definition at line 189 of file calc.h.
Referenced by build_operand(), convert_real_integer(), convert_text2number_2(), DlgMainProc(), exec_closeparent(), exec_infix2postfix(), handle_copy_command(), process_vk_key(), rpn_ave(), rpn_ave2(), rpn_cbrt(), rpn_exp2(), rpn_exp3(), rpn_fact(), rpn_not(), rpn_s_ex(), rpn_sign(), rpn_sqrt(), rpn_sum(), rpn_sum2(), run_dat_sta(), run_mm(), run_mp(), run_ms(), run_mw(), run_operator(), set_rpn_result(), update_lcd_display(), update_radio(), and upload_stat_number().
TCHAR calc_t::buffer[MAX_CALC_SIZE] |
Definition at line 175 of file calc.h.
Referenced by build_operand(), convert_text2number(), convert_text2number_2(), display_rpn_result(), DlgMainProc(), DlgStatProc(), handle_copy_command(), handle_sequence_input(), ReadConversion(), set_rpn_result(), and update_lcd_display().
sequence_t calc_t::Clipboard |
Definition at line 195 of file calc.h.
Referenced by DlgMainProc().
calc_number_t calc_t::code |
Definition at line 178 of file calc.h.
Referenced by convert_real_integer(), convert_text2number(), DlgMainProc(), prepare_rpn_result(), rpn_frac(), rpn_int(), start_rpn_engine(), stop_rpn_engine(), update_radio(), and upload_stat_number().
sequence_t calc_t::Convert[2] |
Definition at line 196 of file calc.h.
Referenced by ConvExecute(), and DlgMainProc().
DWORD calc_t::degr |
Definition at line 191 of file calc.h.
Referenced by DlgMainProc(), update_radio(), validate_angle2rad(), and validate_rad2angle().
Definition at line 188 of file calc.h.
Referenced by build_operand(), and DlgMainProc().
HICON calc_t::hBgIcon |
Definition at line 172 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().
HINSTANCE calc_t::hInstance |
Definition at line 167 of file calc.h.
Referenced by _tWinMain(), ConvAdjust(), ConvExecute(), ConvInit(), DlgMainProc(), handle_context_menu(), prepare_rpn_result(), and update_radio().
HICON calc_t::hSmIcon |
Definition at line 173 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().
HWND calc_t::hStatWnd |
Definition at line 193 of file calc.h.
Referenced by DlgMainProc(), enable_allowed_controls(), rpn_ave(), rpn_ave2(), rpn_s_ex(), and run_dat_sta().
HWND calc_t::hWnd |
Definition at line 171 of file calc.h.
Referenced by DlgMainProc(), post_key_press(), process_vk_key(), run_canc(), run_mm(), run_mp(), run_ms(), and run_mw().
BOOL calc_t::is_memory |
Definition at line 182 of file calc.h.
Referenced by DlgMainProc(), load_config(), run_mw(), and update_memory_flag().
BOOL calc_t::is_menu_on |
Definition at line 187 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().
BOOL calc_t::is_nan |
Definition at line 183 of file calc.h.
Referenced by DlgMainProc(), evalStack(), exec_closeparent(), handle_copy_command(), logic_dbl2int(), prepare_rpn_result(), rpn_acos(), rpn_acosh(), rpn_asin(), rpn_asinh(), rpn_atan(), rpn_atanh(), rpn_cbrt(), rpn_cos(), rpn_cosh(), rpn_div_f(), rpn_div_i(), rpn_div_p(), rpn_exp(), rpn_exp10(), rpn_exp2(), rpn_exp3(), rpn_fact(), rpn_ln(), rpn_log(), rpn_mod_f(), rpn_mod_i(), rpn_pow_f(), rpn_reci(), rpn_shl_f(), rpn_shr_f(), rpn_sin(), rpn_sinh(), rpn_sqr_f(), rpn_sqrt(), rpn_tan(), rpn_tanh(), run_operator(), update_lcd_display(), and validate_angle2rad().
Definition at line 197 of file calc.h.
Referenced by DlgMainProc(), exec_infix2postfix(), and flush_postfix().
DWORD calc_t::layout |
Definition at line 174 of file calc.h.
Referenced by _tWinMain(), DlgMainProc(), load_config(), prepare_rpn_result_2(), process_vk_key(), save_config(), and SubclassButtonProc().
calc_node_t calc_t::memory |
Definition at line 180 of file calc.h.
Referenced by DlgMainProc(), run_mm(), run_mp(), run_ms(), run_mw(), start_rpn_engine(), and stop_rpn_engine().
calc_number_t calc_t::prev |
Definition at line 179 of file calc.h.
Referenced by DlgMainProc(), evalStack(), start_rpn_engine(), and stop_rpn_engine().
Definition at line 198 of file calc.h.
Referenced by DlgMainProc(), evalStack(), and flush_postfix().
TCHAR* calc_t::ptr |
Definition at line 177 of file calc.h.
Referenced by build_operand(), convert_text2number(), display_rpn_result(), DlgMainProc(), handle_sequence_input(), ReadConversion(), and set_rpn_result().
BOOL calc_t::sci_in |
Definition at line 185 of file calc.h.
Referenced by build_operand(), DlgMainProc(), exec_infix2postfix(), run_canc(), set_rpn_result(), and update_lcd_display().
BOOL calc_t::sci_out |
Definition at line 184 of file calc.h.
Referenced by DlgMainProc(), prepare_rpn_result_2(), run_canc(), run_fe(), and update_lcd_display().
TCHAR calc_t::sDecimal[8] |
Definition at line 199 of file calc.h.
Referenced by DlgMainProc(), OnSettingChange(), update_lcd_display(), and UpdateNumberIntl().
Definition at line 201 of file calc.h.
Referenced by handle_copy_command(), update_lcd_display(), and UpdateNumberIntl().
DWORD calc_t::size |
Definition at line 190 of file calc.h.
Referenced by apply_int_mask(), DlgMainProc(), and update_radio().
TCHAR calc_t::source[MAX_CALC_SIZE] |
Definition at line 176 of file calc.h.
Referenced by handle_sequence_input(), and ReadConversion().
statistic_t* calc_t::stat |
Definition at line 181 of file calc.h.
Referenced by clean_stat_list(), delete_stat_item(), rpn_s_ex(), run_dat_sta(), stat_sum(), stat_sum2(), and upload_stat_number().
TCHAR calc_t::sThousand[8] |
Definition at line 200 of file calc.h.
Referenced by update_lcd_display(), and UpdateNumberIntl().
Definition at line 202 of file calc.h.
Referenced by update_lcd_display(), and UpdateNumberIntl().
BOOL calc_t::usesep |
Definition at line 186 of file calc.h.
Referenced by DlgMainProc(), load_config(), save_config(), update_lcd_display(), and update_menu().
Definition at line 203 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().
Definition at line 204 of file calc.h.
Referenced by _tWinMain(), and DlgMainProc().