diff options
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index f686d8aa2b..d695da4f95 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -86,6 +86,9 @@ public: void moveLeft(); void moveRight(); + void onFocusLost(); + void onFocusReceived(); + void setFilterSubString(const std::string& string); std::string getFilterSubString() { return mFilterSubString; } LLInventoryFilter& getFilter() const { return *mFilter; } @@ -161,6 +164,7 @@ public: U32 getSortOrder() { return mSortOrder; }; void claimEditHandler(); + void resetEditHandler(); static bool isItemCopyable(const LLUUID & item_id); BOOL baseHandleDragAndDrop(LLUUID dest_id, BOOL drop, EDragAndDropType cargo_type, @@ -290,6 +294,9 @@ public: std::string& tooltip_msg); BOOL handleKeyHere(KEY key, MASK mask); + void onFocusLost(); + void onFocusReceived(); + LLFontGL* getTextFont(); void setItemName(std::string name); |