aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r--linden/indra/newview/llinventoryview.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h
index c8c3947..a648eb8 100644
--- a/linden/indra/newview/llinventoryview.h
+++ b/linden/indra/newview/llinventoryview.h
@@ -83,8 +83,6 @@ public:
83 83
84 BOOL postBuild(); 84 BOOL postBuild();
85 85
86 virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_INVENTORY_PANEL; }
87 virtual LLString getWidgetTag() const { return LL_INVENTORY_PANEL_TAG; }
88 virtual LLXMLNodePtr getXML(bool save_children = true) const; 86 virtual LLXMLNodePtr getXML(bool save_children = true) const;
89 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); 87 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);
90 88
@@ -226,7 +224,7 @@ public:
226 virtual void onClose(bool app_quitting); 224 virtual void onClose(bool app_quitting);
227 virtual void setVisible(BOOL visible); 225 virtual void setVisible(BOOL visible);
228 virtual void draw(); 226 virtual void draw();
229 virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); 227 virtual BOOL handleKeyHere(KEY key, MASK mask);
230 228
231 BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, 229 BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
232 EDragAndDropType cargo_type, 230 EDragAndDropType cargo_type,
@@ -346,12 +344,12 @@ void open_notecard(LLViewerInventoryItem* inv_item, const LLString& title, const
346void open_landmark(LLViewerInventoryItem* inv_item, const LLString& title, BOOL show_keep_discard, const LLUUID& source_id = LLUUID::null, BOOL take_focus = TRUE); 344void open_landmark(LLViewerInventoryItem* inv_item, const LLString& title, BOOL show_keep_discard, const LLUUID& source_id = LLUUID::null, BOOL take_focus = TRUE);
347void open_texture(const LLUUID& item_id, const LLString& title, BOOL show_keep_discard, const LLUUID& source_id = LLUUID::null, BOOL take_focus = TRUE); 345void open_texture(const LLUUID& item_id, const LLString& title, BOOL show_keep_discard, const LLUUID& source_id = LLUUID::null, BOOL take_focus = TRUE);
348 346
349LLUUID get_item_icon_uuid(LLAssetType::EType asset_type, 347LLString get_item_icon_name(LLAssetType::EType asset_type,
350 LLInventoryType::EType inventory_type, 348 LLInventoryType::EType inventory_type,
351 U32 attachment_point, 349 U32 attachment_point,
352 BOOL item_is_multi ); 350 BOOL item_is_multi );
353 351
354LLViewerImage* get_item_icon(LLAssetType::EType asset_type, 352LLUIImagePtr get_item_icon(LLAssetType::EType asset_type,
355 LLInventoryType::EType inventory_type, 353 LLInventoryType::EType inventory_type,
356 U32 attachment_point, 354 U32 attachment_point,
357 BOOL item_is_multi ); 355 BOOL item_is_multi );