diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:43:28 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:56:09 +0300 |
commit | 1b68f71348ecf3983b76b40d7940da8377f049b7 (patch) | |
tree | 2974eddaef130a067c26033d60a59fc790365b3d /indra/newview/llpanellandmarks.h | |
parent | af4ea94efc1999f3b19fd8d643d0331f0b77e265 (diff) |
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
Diffstat (limited to 'indra/newview/llpanellandmarks.h')
-rw-r--r-- | indra/newview/llpanellandmarks.h | 186 |
1 files changed, 93 insertions, 93 deletions
diff --git a/indra/newview/llpanellandmarks.h b/indra/newview/llpanellandmarks.h index 16f3a5dc24..227451607e 100644 --- a/indra/newview/llpanellandmarks.h +++ b/indra/newview/llpanellandmarks.h @@ -6,21 +6,21 @@ * $LicenseInfo:firstyear=2009&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License only. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ @@ -48,18 +48,18 @@ class LLFolderViewModelItemInventory; class LLLandmarksPanel : public LLPanelPlacesTab, LLRemoteParcelInfoObserver { public: - LLLandmarksPanel(); - LLLandmarksPanel(bool is_landmark_panel); - virtual ~LLLandmarksPanel(); - - BOOL postBuild() override; - void onSearchEdit(const std::string& string) override; - void onShowOnMap() override; - void onShowProfile() override; - void onTeleport() override; - void onRemoveSelected() override; - void updateVerbs() override; - bool isSingleItemSelected() override; + LLLandmarksPanel(); + LLLandmarksPanel(bool is_landmark_panel); + virtual ~LLLandmarksPanel(); + + BOOL postBuild() override; + void onSearchEdit(const std::string& string) override; + void onShowOnMap() override; + void onShowProfile() override; + void onTeleport() override; + void onRemoveSelected() override; + void updateVerbs() override; + bool isSingleItemSelected() override; LLToggleableMenu* getSelectionMenu() override; LLToggleableMenu* getSortingMenu() override; @@ -70,89 +70,89 @@ public: */ bool handleDragAndDropToTrash(BOOL drop, EDragAndDropType cargo_type, void* cargo_data, EAcceptance* accept) override; - void setCurrentSelectedList(LLPlacesInventoryPanel* inventory_list) - { - mCurrentSelectedList = inventory_list; - } + void setCurrentSelectedList(LLPlacesInventoryPanel* inventory_list) + { + mCurrentSelectedList = inventory_list; + } - /** - * Selects item with "obj_id" in one of accordion tabs. - */ - void setItemSelected(const LLUUID& obj_id, BOOL take_keyboard_focus); + /** + * Selects item with "obj_id" in one of accordion tabs. + */ + void setItemSelected(const LLUUID& obj_id, BOOL take_keyboard_focus); - void updateMenuVisibility(LLUICtrl* menu); + void updateMenuVisibility(LLUICtrl* menu); - void doCreatePick(LLLandmark* landmark, const LLUUID &item_id ); + void doCreatePick(LLLandmark* landmark, const LLUUID &item_id ); - void resetSelection(); + void resetSelection(); protected: - /** - * @return true - if current selected panel is not null and selected item is a landmark - */ - bool isLandmarkSelected() const; - bool isFolderSelected() const; - void doActionOnCurSelectedLandmark(LLLandmarkList::loaded_callback_t cb); - LLFolderViewItem* getCurSelectedItem() const; - LLFolderViewModelItemInventory* getCurSelectedViewModelItem() const; - - void updateSortOrder(LLInventoryPanel* panel, bool byDate); - - //LLRemoteParcelInfoObserver interface - void processParcelInfo(const LLParcelData& parcel_data) override; - void setParcelID(const LLUUID& parcel_id) override; - void setErrorStatus(S32 status, const std::string& reason) override; - - // List Commands Handlers - void initListCommandsHandlers(); - void initLandmarksPanel(LLPlacesInventoryPanel* inventory_list); - - LLPlacesInventoryPanel* mCurrentSelectedList; - + /** + * @return true - if current selected panel is not null and selected item is a landmark + */ + bool isLandmarkSelected() const; + bool isFolderSelected() const; + void doActionOnCurSelectedLandmark(LLLandmarkList::loaded_callback_t cb); + LLFolderViewItem* getCurSelectedItem() const; + LLFolderViewModelItemInventory* getCurSelectedViewModelItem() const; + + void updateSortOrder(LLInventoryPanel* panel, bool byDate); + + //LLRemoteParcelInfoObserver interface + void processParcelInfo(const LLParcelData& parcel_data) override; + void setParcelID(const LLUUID& parcel_id) override; + void setErrorStatus(S32 status, const std::string& reason) override; + + // List Commands Handlers + void initListCommandsHandlers(); + void initLandmarksPanel(LLPlacesInventoryPanel* inventory_list); + + LLPlacesInventoryPanel* mCurrentSelectedList; + private: - void initLandmarksInventoryPanel(); - - void onTrashButtonClick() const; - void onAddAction(const LLSD& command_name) const; - void onClipboardAction(const LLSD& command_name) const; - void onFoldingAction(const LLSD& command_name); - bool isActionChecked(const LLSD& userdata) const; - bool isActionEnabled(const LLSD& command_name) const; - void onCustomAction(const LLSD& command_name); - - /** - * Updates context menu depending on the selected items location. - * - * For items in Trash category the menu includes the "Restore Item" - * context menu entry. - */ - void onMenuVisibilityChange(LLUICtrl* ctrl, const LLSD& param); - - /** - * Determines if an item can be modified via context/gear menu. - * - * It validates Places Landmarks rules first. And then LLFolderView permissions. - * For now it checks cut/rename/delete/paste actions. - */ - bool canItemBeModified(const std::string& command_name, LLFolderViewItem* item) const; - - /** - * Landmark actions callbacks. Fire when a landmark is loaded from the list. - */ - void doShowOnMap(LLLandmark* landmark); - void doProcessParcelInfo(LLLandmark* landmark, - LLInventoryItem* inv_item, - const LLParcelData& parcel_data); + void initLandmarksInventoryPanel(); + + void onTrashButtonClick() const; + void onAddAction(const LLSD& command_name) const; + void onClipboardAction(const LLSD& command_name) const; + void onFoldingAction(const LLSD& command_name); + bool isActionChecked(const LLSD& userdata) const; + bool isActionEnabled(const LLSD& command_name) const; + void onCustomAction(const LLSD& command_name); + + /** + * Updates context menu depending on the selected items location. + * + * For items in Trash category the menu includes the "Restore Item" + * context menu entry. + */ + void onMenuVisibilityChange(LLUICtrl* ctrl, const LLSD& param); + + /** + * Determines if an item can be modified via context/gear menu. + * + * It validates Places Landmarks rules first. And then LLFolderView permissions. + * For now it checks cut/rename/delete/paste actions. + */ + bool canItemBeModified(const std::string& command_name, LLFolderViewItem* item) const; + + /** + * Landmark actions callbacks. Fire when a landmark is loaded from the list. + */ + void doShowOnMap(LLLandmark* landmark); + void doProcessParcelInfo(LLLandmark* landmark, + LLInventoryItem* inv_item, + const LLParcelData& parcel_data); private: - LLPlacesInventoryPanel* mLandmarksInventoryPanel; - LLToggleableMenu* mGearLandmarkMenu; - LLToggleableMenu* mGearFolderMenu; - LLToggleableMenu* mSortingMenu; - LLToggleableMenu* mAddMenu; - - bool isLandmarksPanel; - + LLPlacesInventoryPanel* mLandmarksInventoryPanel; + LLToggleableMenu* mGearLandmarkMenu; + LLToggleableMenu* mGearFolderMenu; + LLToggleableMenu* mSortingMenu; + LLToggleableMenu* mAddMenu; + + bool isLandmarksPanel; + LLUUID mCreatePickItemId; // item we requested a pick for }; @@ -160,10 +160,10 @@ private: class LLFavoritesPanel : public LLLandmarksPanel { public: - LLFavoritesPanel(); + LLFavoritesPanel(); - BOOL postBuild() override; - void initFavoritesInventoryPanel(); + BOOL postBuild() override; + void initFavoritesInventoryPanel(); }; #endif //LL_LLPANELLANDMARKS_H |