diff options
author | Aleric Inglewood | 2010-09-28 03:06:39 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-10-01 20:38:10 -0700 |
commit | cf47ba8754b6a8928efed885913ccbca5fad77a8 (patch) | |
tree | d96308e9acaa6e3dfc2f2463ba0912e7a3abdba9 /linden/indra/llui | |
parent | RED-554: SNOW-623: Add support for boost 1.42 (diff) | |
download | meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.zip meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.gz meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.bz2 meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.xz |
RED-556: SNOW-800: Massively duplicated objects
See http://redmine.imprudenceviewer.org/issues/556
Diffstat (limited to 'linden/indra/llui')
-rw-r--r-- | linden/indra/llui/lluixmltags.h | 192 |
1 files changed, 96 insertions, 96 deletions
diff --git a/linden/indra/llui/lluixmltags.h b/linden/indra/llui/lluixmltags.h index 4166131..6bbb788 100644 --- a/linden/indra/llui/lluixmltags.h +++ b/linden/indra/llui/lluixmltags.h | |||
@@ -32,100 +32,100 @@ | |||
32 | #ifndef LL_UI_XML_TAGS_H | 32 | #ifndef LL_UI_XML_TAGS_H |
33 | #define LL_UI_XML_TAGS_H | 33 | #define LL_UI_XML_TAGS_H |
34 | 34 | ||
35 | const std::string | 35 | char const* const LL_BUTTON_TAG = "button"; |
36 | LL_BUTTON_TAG("button"), | 36 | char const* const LL_UI_CTRL_LOCATE_TAG = "locate"; |
37 | LL_UI_CTRL_LOCATE_TAG("locate"), | 37 | char const* const LL_PAD_TAG = "pad"; |
38 | LL_PAD_TAG("pad"), | 38 | char const* const LL_CHECK_BOX_CTRL_TAG = "check_box"; |
39 | LL_CHECK_BOX_CTRL_TAG("check_box"), | 39 | char const* const LL_COMBO_BOX_TAG = "combo_box"; |
40 | LL_COMBO_BOX_TAG("combo_box"), | 40 | char const* const LL_DRAG_HANDLE_TOP_TAG = "drag_handle_top"; |
41 | LL_DRAG_HANDLE_TOP_TAG("drag_handle_top"), | 41 | char const* const LL_DRAG_HANDLE_LEFT_TAG = "drag_handle_left"; |
42 | LL_DRAG_HANDLE_LEFT_TAG("drag_handle_left"), | 42 | char const* const LL_FLOATER_TAG = "floater"; |
43 | LL_FLOATER_TAG("floater"), | 43 | char const* const LL_FLOATER_VIEW_TAG = "floater_view"; |
44 | LL_FLOATER_VIEW_TAG("floater_view"), | 44 | char const* const LL_MULTI_FLOATER_TAG = "multi_floater"; |
45 | LL_MULTI_FLOATER_TAG("multi_floater"), | 45 | char const* const LL_ICON_CTRL_TAG = "icon"; |
46 | LL_ICON_CTRL_TAG("icon"), | 46 | char const* const LL_LINE_EDITOR_TAG = "line_editor"; |
47 | LL_LINE_EDITOR_TAG("line_editor"), | 47 | char const* const LL_SEARCH_EDITOR_TAG = "search_editor"; |
48 | LL_SEARCH_EDITOR_TAG("search_editor"), | 48 | char const* const LL_MENU_ITEM_TAG = "menu_item"; |
49 | LL_MENU_ITEM_TAG("menu_item"), | 49 | char const* const LL_MENU_GL_TAG = "menu"; |
50 | LL_MENU_GL_TAG("menu"), | 50 | char const* const LL_MENU_BAR_GL_TAG = "menu_bar"; |
51 | LL_MENU_BAR_GL_TAG("menu_bar"), | 51 | char const* const LL_MENU_HOLDER_GL_TAG = "menu_holder"; |
52 | LL_MENU_HOLDER_GL_TAG("menu_holder"), | 52 | char const* const LL_PANEL_TAG = "panel"; |
53 | LL_PANEL_TAG("panel"), | 53 | char const* const LL_RADIO_GROUP_TAG = "radio_group"; |
54 | LL_RADIO_GROUP_TAG("radio_group"), | 54 | char const* const LL_RESIZE_BAR_TAG = "resize_bar"; |
55 | LL_RESIZE_BAR_TAG("resize_bar"), | 55 | char const* const LL_RESIZE_HANDLE_TAG = "resize_handle"; |
56 | LL_RESIZE_HANDLE_TAG("resize_handle"), | 56 | char const* const LL_SCROLLBAR_TAG = "scrollbar"; |
57 | LL_SCROLLBAR_TAG("scrollbar"), | 57 | char const* const LL_SCROLLABLE_CONTAINER_VIEW_TAG = "scroll_container"; |
58 | LL_SCROLLABLE_CONTAINER_VIEW_TAG("scroll_container"), | 58 | char const* const LL_SCROLL_LIST_CTRL_TAG = "scroll_list"; |
59 | LL_SCROLL_LIST_CTRL_TAG("scroll_list"), | 59 | char const* const LL_SLIDER_CTRL_TAG = "slider"; |
60 | LL_SLIDER_CTRL_TAG("slider"), | 60 | char const* const LL_SLIDER_TAG = "slider_bar"; |
61 | LL_SLIDER_TAG("slider_bar"), | 61 | char const* const LL_MULTI_SLIDER_CTRL_TAG = "multi_slider"; |
62 | LL_MULTI_SLIDER_CTRL_TAG("multi_slider"), | 62 | char const* const LL_MULTI_SLIDER_TAG = "multi_slider_bar"; |
63 | LL_MULTI_SLIDER_TAG("multi_slider_bar"), | 63 | char const* const LL_SPIN_CTRL_TAG = "spinner"; |
64 | LL_SPIN_CTRL_TAG("spinner"), | 64 | char const* const LL_TAB_CONTAINER_COMMON_TAG = "tab_container"; |
65 | LL_TAB_CONTAINER_COMMON_TAG("tab_container"), | 65 | char const* const LL_TEXT_BOX_TAG = "text"; |
66 | LL_TEXT_BOX_TAG("text"), | 66 | char const* const LL_TEXT_EDITOR_TAG = "text_editor"; |
67 | LL_TEXT_EDITOR_TAG("text_editor"), | 67 | char const* const LL_VIEW_BORDER_TAG = "view_border"; |
68 | LL_VIEW_BORDER_TAG("view_border"), | 68 | char const* const LL_COLOR_SWATCH_TAG = "color_swatch"; |
69 | LL_COLOR_SWATCH_TAG("color_swatch"), | 69 | char const* const LL_INVENTORY_PANEL_TAG = "inventory_panel"; |
70 | LL_INVENTORY_PANEL_TAG("inventory_panel"), | 70 | char const* const LL_NAME_EDITOR_TAG = "name_editor"; |
71 | LL_NAME_EDITOR_TAG("name_editor"), | 71 | char const* const LL_NAME_LIST_TAG = "name_list"; |
72 | LL_NAME_LIST_TAG("name_list"), | 72 | char const* const LL_TEXTURE_PICKER_TAG = "texture_picker"; |
73 | LL_TEXTURE_PICKER_TAG("texture_picker"), | 73 | char const* const LL_VOLUME_SLIDER_CTRL_TAG = "volume_slider"; |
74 | LL_VOLUME_SLIDER_CTRL_TAG("volume_slider"), | 74 | char const* const LL_WEB_BROWSER_CTRL_TAG = "web_browser"; |
75 | LL_WEB_BROWSER_CTRL_TAG("web_browser"), | 75 | char const* const LL_STAT_VIEW_TAG = "stat_view"; |
76 | LL_STAT_VIEW_TAG("stat_view"), | 76 | char const* const LL_PROGRESS_VIEW_TAG = "progress_view"; |
77 | LL_PROGRESS_VIEW_TAG("progress_view"), | 77 | char const* const LL_STAT_BAR_TAG = "stat_bar"; |
78 | LL_STAT_BAR_TAG("stat_bar"), | 78 | char const* const LL_STATUS_BAR_TAG = "status_bar"; |
79 | LL_STATUS_BAR_TAG("status_bar"), | 79 | char const* const LL_VIEWER_TEXT_EDITOR_TAG = "viewer_text_editor"; |
80 | LL_VIEWER_TEXT_EDITOR_TAG("viewer_text_editor"), | 80 | char const* const LL_TALK_VIEW_TAG = "talk_view"; |
81 | LL_TALK_VIEW_TAG("talk_view"), | 81 | char const* const LL_COLOR_SWATCH_CTRL_TAG = "color_swatch"; |
82 | LL_COLOR_SWATCH_CTRL_TAG("color_swatch"), | 82 | char const* const LL_GL_TEX_MEM_BAR_TAG = "tex_mem_bar"; |
83 | LL_GL_TEX_MEM_BAR_TAG("tex_mem_bar"), | 83 | char const* const LL_TEXTURE_CTRL_TAG = "texture_picker"; |
84 | LL_TEXTURE_CTRL_TAG("texture_picker"), | 84 | char const* const LL_TEXTURE_VIEW_TAG = "texture_view"; |
85 | LL_TEXTURE_VIEW_TAG("texture_view"), | 85 | char const* const LL_NAME_LIST_CTRL_TAG = "name_list"; |
86 | LL_NAME_LIST_CTRL_TAG("name_list"), | 86 | char const* const LL_STAT_GRAPH_TAG = "stat_graph"; |
87 | LL_STAT_GRAPH_TAG("stat_graph"), | 87 | char const* const LL_DROP_TARGET_TAG = "drop_target"; |
88 | LL_DROP_TARGET_TAG("drop_target"), | 88 | char const* const LL_OVERLAY_BAR_TAG = "overlay_bar"; |
89 | LL_OVERLAY_BAR_TAG("overlay_bar"), | 89 | char const* const LL_NET_MAP_TAG = "net_map"; |
90 | LL_NET_MAP_TAG("net_map"), | 90 | char const* const LL_HUD_VIEW_TAG = "hud_view"; |
91 | LL_HUD_VIEW_TAG("hud_view"), | 91 | char const* const LL_MEMORY_VIEW_TAG = "memory_view"; |
92 | LL_MEMORY_VIEW_TAG("memory_view"), | 92 | char const* const LL_MEDIA_REMOTE_CTRL_TAG = "media_remote"; |
93 | LL_MEDIA_REMOTE_CTRL_TAG("media_remote"), | 93 | char const* const LL_MORPH_VIEW_TAG = "morph_view"; |
94 | LL_MORPH_VIEW_TAG("morph_view"), | 94 | char const* const LL_FRAME_STAT_VIEW_TAG = "frame_stat_view"; |
95 | LL_FRAME_STAT_VIEW_TAG("frame_stat_view"), | 95 | char const* const LL_FOLDER_VIEW_TAG = "folder_view"; |
96 | LL_FOLDER_VIEW_TAG("folder_view"), | 96 | char const* const LL_SNAPSHOT_LIVE_PREVIEW_TAG = "snapshot_preview"; |
97 | LL_SNAPSHOT_LIVE_PREVIEW_TAG("snapshot_preview"), | 97 | char const* const LL_HOVER_VIEW_TAG = "hover_view"; |
98 | LL_HOVER_VIEW_TAG("hover_view"), | 98 | char const* const LL_VELOCITY_BAR_TAG = "velocity_bar"; |
99 | LL_VELOCITY_BAR_TAG("velocity_bar"), | 99 | char const* const LL_PERMISSIONS_VIEW_TAG = "permissions_view"; |
100 | LL_PERMISSIONS_VIEW_TAG("permissions_view"), | 100 | char const* const LL_SCROLLING_PANEL_LIST_TAG = "scrolling_panel_list"; |
101 | LL_SCROLLING_PANEL_LIST_TAG("scrolling_panel_list"), | 101 | char const* const LL_CONTAINER_VIEW_TAG = "container_view"; |
102 | LL_CONTAINER_VIEW_TAG("container_view"), | 102 | char const* const LL_CONSOLE_TAG = "console"; |
103 | LL_CONSOLE_TAG("console"), | 103 | char const* const LL_DEBUG_VIEW_TAG = "debug_view"; |
104 | LL_DEBUG_VIEW_TAG("debug_view"), | 104 | char const* const LL_AUDIOSTATUS_TAG = "audio_status"; |
105 | LL_AUDIOSTATUS_TAG("audio_status"), | 105 | char const* const LL_FAST_TIMER_VIEW_TAG = "fast_timer_view"; |
106 | LL_FAST_TIMER_VIEW_TAG("fast_timer_view"), | 106 | char const* const LL_MENU_ITEM_TEAR_OFF_GL_TAG = "tearoff_menu"; |
107 | LL_MENU_ITEM_TEAR_OFF_GL_TAG("tearoff_menu"), | 107 | char const* const LL_MENU_ITEM_BLANK_GL_TAG = "menu_item_blank"; |
108 | LL_MENU_ITEM_BLANK_GL_TAG("menu_item_blank"), | 108 | char const* const LL_MENU_ITEM_CALL_GL_TAG = "menu_item_call"; |
109 | LL_MENU_ITEM_CALL_GL_TAG("menu_item_call"), | 109 | char const* const LL_MENU_ITEM_CHECK_GL_TAG = "menu_item_check"; |
110 | LL_MENU_ITEM_CHECK_GL_TAG("menu_item_check"), | 110 | char const* const LL_MENU_ITEM_BRANCH_GL_TAG = "menu_item_branch"; |
111 | LL_MENU_ITEM_BRANCH_GL_TAG("menu_item_branch"), | 111 | char const* const LL_MENU_ITEM_BRANCH_DOWN_GL_TAG = "menu_item_branch_down"; |
112 | LL_MENU_ITEM_BRANCH_DOWN_GL_TAG("menu_item_branch_down"), | 112 | char const* const LL_PIE_MENU_BRANCH_TAG = "pie_menu_branch"; |
113 | LL_PIE_MENU_BRANCH_TAG("pie_menu_branch"), | 113 | char const* const LL_PIE_MENU_TAG = "pie_menu"; |
114 | LL_PIE_MENU_TAG("pie_menu"), | 114 | char const* const LL_MENU_ITEM_SEPARATOR_GL_TAG = "menu_item_separator"; |
115 | LL_MENU_ITEM_SEPARATOR_GL_TAG("menu_item_separator"), | 115 | char const* const LL_MENU_ITEM_VERTICAL_SEPARATOR_GL_TAG = "menu_item_vertical_separator"; |
116 | LL_MENU_ITEM_VERTICAL_SEPARATOR_GL_TAG("menu_item_vertical_separator"), | 116 | char const* const LL_ROOT_VIEW_TAG = "root_view"; |
117 | LL_ROOT_VIEW_TAG("root_view"), | 117 | char const* const LL_FOLDER_VIEW_ITEM_TAG = "folder_item"; |
118 | LL_FOLDER_VIEW_ITEM_TAG("folder_item"), | 118 | char const* const LL_FOLDER_VIEW_FOLDER_TAG = "folder"; |
119 | LL_FOLDER_VIEW_FOLDER_TAG("folder"), | 119 | char const* const LL_TEXTURE_BAR_TAG = "texture_bar"; |
120 | LL_TEXTURE_BAR_TAG("texture_bar"), | 120 | char const* const LL_JOYSTICK_SLIDE = "joystick_slide"; |
121 | LL_JOYSTICK_SLIDE("joystick_slide"), | 121 | char const* const LL_JOYSTICK_TURN = "joystick_turn"; |
122 | LL_JOYSTICK_TURN("joystick_turn"), | 122 | char const* const LL_GROUP_DROP_TARGET_TAG = "group_drop_target"; |
123 | LL_GROUP_DROP_TARGET_TAG("group_drop_target"), | 123 | char const* const LL_LAYOUT_STACK_TAG = "layout_stack"; |
124 | LL_LAYOUT_STACK_TAG("layout_stack"), | 124 | char const* const LL_LAYOUT_PANEL_TAG = "layout_panel"; |
125 | LL_LAYOUT_PANEL_TAG("layout_panel"), | 125 | char const* const LL_FLYOUT_BUTTON_TAG = "flyout_button"; |
126 | LL_FLYOUT_BUTTON_TAG("flyout_button"), | 126 | char const* const LL_FLYOUT_BUTTON_ITEM_TAG = "flyout_button_item"; |
127 | LL_FLYOUT_BUTTON_ITEM_TAG("flyout_button_item"), | 127 | char const* const LL_SIMPLE_TEXT_EDITOR_TAG = "simple_text_editor"; |
128 | LL_SIMPLE_TEXT_EDITOR_TAG("simple_text_editor"), | 128 | char const* const LL_RADIO_ITEM_TAG = "radio_item"; |
129 | LL_RADIO_ITEM_TAG("radio_item"), | 129 | char const* const LL_PROGRESS_BAR_TAG = "progress_bar"; |
130 | LL_PROGRESS_BAR_TAG("progress_bar"); | 130 | |
131 | #endif | 131 | #endif |