diff options
Diffstat (limited to 'indra/newview/llfloatermyenvironment.h')
-rw-r--r-- | indra/newview/llfloatermyenvironment.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/indra/newview/llfloatermyenvironment.h b/indra/newview/llfloatermyenvironment.h index f3ff9f779d..51a44ec1aa 100644 --- a/indra/newview/llfloatermyenvironment.h +++ b/indra/newview/llfloatermyenvironment.h @@ -60,13 +60,18 @@ public: private: LLInventoryPanel * mInventoryList; + U64 mTypeFilter; + LLInventoryFilter::EFolderShow mShowFolders; + LLUUID mSelectedAsset; void onShowFoldersChange(); void onFilterCheckChange(); + void onSelectionChange(); + void onDeleteSelected(); + void onDoCreate(const LLSD &data); - U64 mTypeFilter; - LLInventoryFilter::EFolderShow mShowFolders; - LLUUID mSelectedAsset; + void getSelectedIds(uuid_vec_t& ids) const; + void refreshButtonStates(); static LLUUID findItemByAssetId(LLUUID asset_id, bool copyable_only, bool ignore_library); |