aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermenu.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h
index 384c1cc..e003e90 100644
--- a/linden/indra/newview/llviewermenu.h
+++ b/linden/indra/newview/llviewermenu.h
@@ -50,7 +50,7 @@ void cleanup_menus();
50void show_debug_menus(); // checks for if menus should be shown first. 50void show_debug_menus(); // checks for if menus should be shown first.
51void show_context_menu( S32 x, S32 y, MASK mask ); 51void show_context_menu( S32 x, S32 y, MASK mask );
52void show_build_mode_context_menu(S32 x, S32 y, MASK mask); 52void show_build_mode_context_menu(S32 x, S32 y, MASK mask);
53void load_url_local_file(const char *file_name); 53void load_url_local_file(const std::string& file_name);
54BOOL enable_save_into_inventory(void*); 54BOOL enable_save_into_inventory(void*);
55void handle_reset_view(); 55void handle_reset_view();
56void handle_cut(void*); 56void handle_cut(void*);
@@ -83,8 +83,8 @@ void menu_toggle_control( void* user_data );
83void check_toggle_control( LLUICtrl *, void* user_data ); 83void check_toggle_control( LLUICtrl *, void* user_data );
84void confirm_replace_attachment(S32 option, void* user_data); 84void confirm_replace_attachment(S32 option, void* user_data);
85void handle_detach_from_avatar(void* user_data); 85void handle_detach_from_avatar(void* user_data);
86void attach_label(LLString& label, void* user_data); 86void attach_label(std::string& label, void* user_data);
87void detach_label(LLString& label, void* user_data); 87void detach_label(std::string& label, void* user_data);
88BOOL object_selected_and_point_valid(void* user_data); 88BOOL object_selected_and_point_valid(void* user_data);
89BOOL object_attached(void* user_data); 89BOOL object_attached(void* user_data);
90void handle_detach(void*); 90void handle_detach(void*);
@@ -112,9 +112,6 @@ bool handle_go_to();
112// Export to XML or Collada 112// Export to XML or Collada
113void handle_export_selected( void * ); 113void handle_export_selected( void * );
114 114
115//Retrieve a list of valid extensions for a given file "type"
116const char* build_extensions_string(LLFilePicker::ELoadFilter filter);
117
118// Pass in an empty string and this function will build a string that 115// Pass in an empty string and this function will build a string that
119// describes buyer permissions. 116// describes buyer permissions.
120class LLSaleInfo; 117class LLSaleInfo;
@@ -137,7 +134,7 @@ protected:
137 LLSafeHandle<LLObjectSelection> mObjectSelection; 134 LLSafeHandle<LLObjectSelection> mObjectSelection;
138}; 135};
139 136
140extern const LLString SAVE_INTO_INVENTORY; 137extern const std::string SAVE_INTO_INVENTORY;
141 138
142extern LLMenuBarGL* gMenuBarView; 139extern LLMenuBarGL* gMenuBarView;
143//extern LLView* gMenuBarHolder; 140//extern LLView* gMenuBarHolder;