comparison libinterp/corefcn/graphics.in.h @ 31448:9a0ce9eea1b7

maint: Remove more function deprecated in Octave 7
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Nov 2022 06:07:14 -0500
parents 5ea5fe592a9a
children dfa5d9c3ae72
comparison
equal deleted inserted replaced
31447:903fac22b29d 31448:9a0ce9eea1b7
6956 6956
6957 OCTINTERP_API void close_all_figures (void); 6957 OCTINTERP_API void close_all_figures (void);
6958 6958
6959 OCTAVE_NAMESPACE_END 6959 OCTAVE_NAMESPACE_END
6960 6960
6961 #if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
6962
6963 OCTAVE_DEPRECATED (7, "use 'octave::base_scaler' instead")
6964 typedef octave::base_scaler base_scaler;
6965
6966 OCTAVE_DEPRECATED (7, "use 'octave::lin_scaler' instead")
6967 typedef octave::lin_scaler lin_scaler;
6968
6969 OCTAVE_DEPRECATED (7, "use 'octave::log_scaler' instead")
6970 typedef octave::log_scaler log_scaler;
6971
6972 OCTAVE_DEPRECATED (7, "use 'octave::neg_log_scaler' instead")
6973 typedef octave::neg_log_scaler neg_log_scaler;
6974
6975 OCTAVE_DEPRECATED (7, "use 'octave::scaler' instead")
6976 typedef octave::scaler scaler;
6977
6978 OCTAVE_DEPRECATED (7, "use 'octave::base_property' instead")
6979 typedef octave::base_property base_property;
6980
6981 OCTAVE_DEPRECATED (7, "use 'octave::string_property' instead")
6982 typedef octave::string_property string_property;
6983
6984 OCTAVE_DEPRECATED (7, "use 'octave::string_array_property' instead")
6985 typedef octave::string_array_property string_array_property;
6986
6987 OCTAVE_DEPRECATED (7, "use 'octave::text_label_property' instead")
6988 typedef octave::text_label_property text_label_property;
6989
6990 OCTAVE_DEPRECATED (7, "use 'octave::radio_values' instead")
6991 typedef octave::radio_values radio_values;
6992
6993 OCTAVE_DEPRECATED (7, "use 'octave::radio_property' instead")
6994 typedef octave::radio_property radio_property;
6995
6996 OCTAVE_DEPRECATED (7, "use 'octave::color_values' instead")
6997 typedef octave::color_values color_values;
6998
6999 OCTAVE_DEPRECATED (7, "use 'octave::color_property' instead")
7000 typedef octave::color_property color_property;
7001
7002 OCTAVE_DEPRECATED (7, "use 'octave::double_property' instead")
7003 typedef octave::double_property double_property;
7004
7005 OCTAVE_DEPRECATED (7, "use 'octave::double_radio_property' instead")
7006 typedef octave::double_radio_property double_radio_property;
7007
7008 OCTAVE_DEPRECATED (7, "use 'octave::array_property' instead")
7009 typedef octave::array_property array_property;
7010
7011 OCTAVE_DEPRECATED (7, "use 'octave::row_vector_property' instead")
7012 typedef octave::row_vector_property row_vector_property;
7013
7014 OCTAVE_DEPRECATED (7, "use 'octave::bool_property' instead")
7015 typedef octave::bool_property bool_property;
7016
7017 OCTAVE_DEPRECATED (7, "use 'octave::handle_property' instead")
7018 typedef octave::handle_property handle_property;
7019
7020 OCTAVE_DEPRECATED (7, "use 'octave::any_property' instead")
7021 typedef octave::any_property any_property;
7022
7023 OCTAVE_DEPRECATED (7, "use 'octave::children_property' instead")
7024 typedef octave::children_property children_property;
7025
7026 OCTAVE_DEPRECATED (7, "use 'octave::callback_property' instead")
7027 typedef octave::callback_property callback_property;
7028
7029 OCTAVE_DEPRECATED (7, "use 'octave::property' instead")
7030 typedef octave::property property;
7031
7032 OCTAVE_DEPRECATED (7, "use 'octave::pval_vector' instead")
7033 typedef octave::pval_vector pval_vector;
7034
7035 OCTAVE_DEPRECATED (7, "use 'octave::property_list' instead")
7036 typedef octave::property_list property_list;
7037
7038 OCTAVE_DEPRECATED (7, "use 'octave::base_properties' instead")
7039 typedef octave::base_properties base_properties;
7040
7041 OCTAVE_DEPRECATED (7, "use 'octave::base_graphics_object' instead")
7042 typedef octave::base_graphics_object base_graphics_object;
7043
7044 OCTAVE_DEPRECATED (7, "use 'octave::graphics_object' instead")
7045 typedef octave::graphics_object graphics_object;
7046
7047 OCTAVE_DEPRECATED (7, "use 'octave::root_figure' instead")
7048 typedef octave::root_figure root_figure;
7049
7050 OCTAVE_DEPRECATED (7, "use 'octave::figure' instead")
7051 typedef octave::figure figure;
7052
7053 OCTAVE_DEPRECATED (7, "use 'octave::graphics_xform' instead")
7054 typedef octave::graphics_xform graphics_xform;
7055
7056 OCTAVE_DEPRECATED (7, "use 'octave::axes' instead")
7057 typedef octave::axes axes;
7058
7059 OCTAVE_DEPRECATED (7, "use 'octave::line' instead")
7060 typedef octave::line line;
7061
7062 OCTAVE_DEPRECATED (7, "use 'octave::text' instead")
7063 typedef octave::text text;
7064
7065 OCTAVE_DEPRECATED (7, "use 'octave::image' instead")
7066 typedef octave::image image;
7067
7068 OCTAVE_DEPRECATED (7, "use 'octave::light' instead")
7069 typedef octave::light light;
7070
7071 OCTAVE_DEPRECATED (7, "use 'octave::patch' instead")
7072 typedef octave::patch patch;
7073
7074 OCTAVE_DEPRECATED (7, "use 'octave::scatter' instead")
7075 typedef octave::scatter scatter;
7076
7077 OCTAVE_DEPRECATED (7, "use 'octave::surface' instead")
7078 typedef octave::surface surface;
7079
7080 OCTAVE_DEPRECATED (7, "use 'octave::hggroup' instead")
7081 typedef octave::hggroup hggroup;
7082
7083 OCTAVE_DEPRECATED (7, "use 'octave::uimenu' instead")
7084 typedef octave::uimenu uimenu;
7085
7086 OCTAVE_DEPRECATED (7, "use 'octave::uicontextmenu' instead")
7087 typedef octave::uicontextmenu uicontextmenu;
7088
7089 OCTAVE_DEPRECATED (7, "use 'octave::uicontrol' instead")
7090 typedef octave::uicontrol uicontrol;
7091
7092 OCTAVE_DEPRECATED (7, "use 'octave::uibuttongroup' instead")
7093 typedef octave::uibuttongroup uibuttongroup;
7094
7095 OCTAVE_DEPRECATED (7, "use 'octave::uipanel' instead")
7096 typedef octave::uipanel uipanel;
7097
7098 OCTAVE_DEPRECATED (7, "use 'octave::uitable' instead")
7099 typedef octave::uitable uitable;
7100
7101 OCTAVE_DEPRECATED (7, "use 'octave::uitoolbar' instead")
7102 typedef octave::uitoolbar uitoolbar;
7103
7104 OCTAVE_DEPRECATED (7, "use 'octave::uipushtool' instead")
7105 typedef octave::uipushtool uipushtool;
7106
7107 OCTAVE_DEPRECATED (7, "use 'octave::uitoggletool' instead")
7108 typedef octave::uitoggletool uitoggletool;
7109
7110 OCTAVE_DEPRECATED (7, "use 'octave::base_graphics_event' instead")
7111 typedef octave::base_graphics_event base_graphics_event;
7112
7113 OCTAVE_DEPRECATED (7, "use 'octave::graphics_event' instead")
7114 typedef octave::graphics_event graphics_event;
7115
7116 OCTAVE_DEPRECATED (7, "use 'octave::gh_manager' instead")
7117 typedef octave::gh_manager gh_manager;
7118
7119 #endif 6961 #endif
7120
7121 #endif