diff options
Diffstat (limited to 'indra/newview/llfloatermyenvironment.h')
-rw-r--r-- | indra/newview/llfloatermyenvironment.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/indra/newview/llfloatermyenvironment.h b/indra/newview/llfloatermyenvironment.h index f3ff9f779d..9d9659576d 100644 --- a/indra/newview/llfloatermyenvironment.h +++ b/indra/newview/llfloatermyenvironment.h @@ -60,14 +60,22 @@ public: private: LLInventoryPanel * mInventoryList; - - void onShowFoldersChange(); - void onFilterCheckChange(); - U64 mTypeFilter; LLInventoryFilter::EFolderShow mShowFolders; LLUUID mSelectedAsset; + void onShowFoldersChange(); + void onFilterCheckChange(); + void onSelectionChange(); + void onDeleteSelected(); + void onDoCreate(const LLSD &data); + void onDoApply(const std::string &context); + bool canAction(const std::string &context); + bool canApply(const std::string &context); + + void getSelectedIds(uuid_vec_t& ids) const; + void refreshButtonStates(); + static LLUUID findItemByAssetId(LLUUID asset_id, bool copyable_only, bool ignore_library); #if 0 |