llsidepaneltaskinfo.cpp
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:37k
源码类别:

游戏引擎

开发平台:

C++ Builder

  1. /** 
  2.  * @file llsidepaneltaskinfo.cpp
  3.  * @brief LLSidepanelTaskInfo class implementation
  4.  * This class represents the panel in the build view for
  5.  * viewing/editing object names, owners, permissions, etc.
  6.  *
  7.  * $LicenseInfo:firstyear=2002&license=viewergpl$
  8.  * 
  9.  * Copyright (c) 2002-2010, Linden Research, Inc.
  10.  * 
  11.  * Second Life Viewer Source Code
  12.  * The source code in this file ("Source Code") is provided by Linden Lab
  13.  * to you under the terms of the GNU General Public License, version 2.0
  14.  * ("GPL"), unless you have obtained a separate licensing agreement
  15.  * ("Other License"), formally executed by you and Linden Lab.  Terms of
  16.  * the GPL can be found in doc/GPL-license.txt in this distribution, or
  17.  * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2
  18.  * 
  19.  * There are special exceptions to the terms and conditions of the GPL as
  20.  * it is applied to this Source Code. View the full text of the exception
  21.  * in the file doc/FLOSS-exception.txt in this software distribution, or
  22.  * online at
  23.  * http://secondlifegrid.net/programs/open_source/licensing/flossexception
  24.  * 
  25.  * By copying, modifying or distributing this software, you acknowledge
  26.  * that you have read and understood your obligations described above,
  27.  * and agree to abide by those obligations.
  28.  * 
  29.  * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
  30.  * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
  31.  * COMPLETENESS OR PERFORMANCE.
  32.  * $/LicenseInfo$
  33.  */
  34. #include "llviewerprecompiledheaders.h"
  35. #include "llsidepaneltaskinfo.h"
  36. #include "lluuid.h"
  37. #include "llpermissions.h"
  38. #include "llcategory.h"
  39. #include "llclickaction.h"
  40. #include "llfocusmgr.h"
  41. #include "llnotificationsutil.h"
  42. #include "llstring.h"
  43. #include "llviewerwindow.h"
  44. #include "llresmgr.h"
  45. #include "lltextbox.h"
  46. #include "llbutton.h"
  47. #include "llcheckboxctrl.h"
  48. #include "llviewerobject.h"
  49. #include "llselectmgr.h"
  50. #include "llagent.h"
  51. #include "llstatusbar.h" // for getBalance()
  52. #include "lllineeditor.h"
  53. #include "llcombobox.h"
  54. #include "lluiconstants.h"
  55. #include "lldbstrings.h"
  56. #include "llfloatergroups.h"
  57. #include "llfloaterreg.h"
  58. #include "llavataractions.h"
  59. #include "llnamebox.h"
  60. #include "llviewercontrol.h"
  61. #include "llviewermenu.h"
  62. #include "lluictrlfactory.h"
  63. #include "llspinctrl.h"
  64. #include "roles_constants.h"
  65. #include "llgroupactions.h"
  66. ///----------------------------------------------------------------------------
  67. /// Class llsidepaneltaskinfo
  68. ///----------------------------------------------------------------------------
  69. LLSidepanelTaskInfo* LLSidepanelTaskInfo::sActivePanel = NULL;
  70. static LLRegisterPanelClassWrapper<LLSidepanelTaskInfo> t_task_info("sidepanel_task_info");
  71. // Default constructor
  72. LLSidepanelTaskInfo::LLSidepanelTaskInfo()
  73. {
  74. setMouseOpaque(FALSE);
  75. }
  76. LLSidepanelTaskInfo::~LLSidepanelTaskInfo()
  77. {
  78. if (sActivePanel == this)
  79. sActivePanel = NULL;
  80. }
  81. // virtual
  82. BOOL LLSidepanelTaskInfo::postBuild()
  83. {
  84. LLSidepanelInventorySubpanel::postBuild();
  85. mOpenBtn = getChild<LLButton>("open_btn");
  86. mOpenBtn->setClickedCallback(boost::bind(&LLSidepanelTaskInfo::onOpenButtonClicked, this));
  87. mPayBtn = getChild<LLButton>("pay_btn");
  88. mPayBtn->setClickedCallback(boost::bind(&LLSidepanelTaskInfo::onPayButtonClicked, this));
  89. mBuyBtn = getChild<LLButton>("buy_btn");
  90. mBuyBtn->setClickedCallback(boost::bind(&LLSidepanelTaskInfo::onBuyButtonClicked, this));
  91. mLabelGroupName = getChild<LLNameBox>("Group Name Proxy");
  92. childSetCommitCallback("Object Name", LLSidepanelTaskInfo::onCommitName,this);
  93. childSetPrevalidate("Object Name", LLTextValidate::validateASCIIPrintableNoPipe);
  94. childSetCommitCallback("Object Description", LLSidepanelTaskInfo::onCommitDesc,this);
  95. childSetPrevalidate("Object Description", LLTextValidate::validateASCIIPrintableNoPipe);
  96. getChild<LLUICtrl>("button set group")->setCommitCallback(boost::bind(&LLSidepanelTaskInfo::onClickGroup,this));
  97. childSetCommitCallback("checkbox share with group", &LLSidepanelTaskInfo::onCommitGroupShare,this);
  98. childSetAction("button deed", &LLSidepanelTaskInfo::onClickDeedToGroup,this);
  99. childSetCommitCallback("checkbox allow everyone move", &LLSidepanelTaskInfo::onCommitEveryoneMove,this);
  100. childSetCommitCallback("checkbox allow everyone copy", &LLSidepanelTaskInfo::onCommitEveryoneCopy,this);
  101. childSetCommitCallback("checkbox for sale", &LLSidepanelTaskInfo::onCommitSaleInfo,this);
  102. childSetCommitCallback("sale type", &LLSidepanelTaskInfo::onCommitSaleType,this);
  103. childSetCommitCallback("Edit Cost",  &LLSidepanelTaskInfo::onCommitSaleInfo, this);
  104. childSetCommitCallback("checkbox next owner can modify", &LLSidepanelTaskInfo::onCommitNextOwnerModify,this);
  105. childSetCommitCallback("checkbox next owner can copy", &LLSidepanelTaskInfo::onCommitNextOwnerCopy,this);
  106. childSetCommitCallback("checkbox next owner can transfer", &LLSidepanelTaskInfo::onCommitNextOwnerTransfer,this);
  107. childSetCommitCallback("clickaction", &LLSidepanelTaskInfo::onCommitClickAction,this);
  108. childSetCommitCallback("search_check", &LLSidepanelTaskInfo::onCommitIncludeInSearch,this);
  109. return TRUE;
  110. }
  111. // virtual
  112. void LLSidepanelTaskInfo::setVisible(BOOL visible)
  113. {
  114. LLPanel::setVisible(visible);
  115. if (visible)
  116. {
  117. sActivePanel = this;
  118. mObject = getFirstSelectedObject();
  119. }
  120. else
  121. {
  122. sActivePanel = NULL;
  123. }
  124. }
  125. void LLSidepanelTaskInfo::disableAll()
  126. {
  127. childSetEnabled("perm_modify", FALSE);
  128. childSetText("perm_modify", LLStringUtil::null);
  129. childSetEnabled("Creator:",     FALSE);
  130. childSetText("Creator Name", LLStringUtil::null);
  131. childSetEnabled("Creator Name", FALSE);
  132. childSetEnabled("Owner:", FALSE);
  133. childSetText("Owner Name", LLStringUtil::null);
  134. childSetEnabled("Owner Name", FALSE);
  135. childSetEnabled("Group:", FALSE);
  136. childSetText("Group Name", LLStringUtil::null);
  137. childSetEnabled("Group Name", FALSE);
  138. childSetEnabled("button set group", FALSE);
  139. childSetText("Object Name", LLStringUtil::null);
  140. childSetEnabled("Object Name", FALSE);
  141. childSetEnabled("Name:",     FALSE);
  142. childSetText("Group Name", LLStringUtil::null);
  143. childSetEnabled("Group Name", FALSE);
  144. childSetEnabled("Description:", FALSE);
  145. childSetText("Object Description", LLStringUtil::null);
  146. childSetEnabled("Object Description", FALSE);
  147. childSetEnabled("Permissions:", FALSE);
  148. childSetValue("checkbox share with group", FALSE);
  149. childSetEnabled("checkbox share with group",     FALSE);
  150. childSetEnabled("button deed", FALSE);
  151. childSetValue("checkbox allow everyone move",     FALSE);
  152. childSetEnabled("checkbox allow everyone move",     FALSE);
  153. childSetValue("checkbox allow everyone copy",     FALSE);
  154. childSetEnabled("checkbox allow everyone copy",     FALSE);
  155. //Next owner can:
  156. childSetEnabled("Next owner can:", FALSE);
  157. childSetValue("checkbox next owner can modify", FALSE);
  158. childSetEnabled("checkbox next owner can modify",   FALSE);
  159. childSetValue("checkbox next owner can copy",     FALSE);
  160. childSetEnabled("checkbox next owner can copy",     FALSE);
  161. childSetValue("checkbox next owner can transfer",   FALSE);
  162. childSetEnabled("checkbox next owner can transfer", FALSE);
  163. //checkbox for sale
  164. childSetValue("checkbox for sale", FALSE);
  165. childSetEnabled("checkbox for sale",     FALSE);
  166. //checkbox include in search
  167. childSetValue("search_check",   FALSE);
  168. childSetEnabled("search_check",   FALSE);
  169. LLComboBox* combo_sale_type = getChild<LLComboBox>("sale type");
  170. combo_sale_type->setValue(LLSaleInfo::FS_COPY);
  171. combo_sale_type->setEnabled(FALSE);
  172. childSetEnabled("Cost", FALSE);
  173. childSetText("Cost",     getString("Cost Default"));
  174. childSetText("Edit Cost", LLStringUtil::null);
  175. childSetEnabled("Edit Cost",     FALSE);
  176. childSetEnabled("label click action", FALSE);
  177. LLComboBox* combo_click_action = getChild<LLComboBox>("clickaction");
  178. if (combo_click_action)
  179. {
  180. combo_click_action->setEnabled(FALSE);
  181. combo_click_action->clear();
  182. }
  183. childSetVisible("B:", FALSE);
  184. childSetVisible("O:", FALSE);
  185. childSetVisible("G:", FALSE);
  186. childSetVisible("E:", FALSE);
  187. childSetVisible("N:", FALSE);
  188. childSetVisible("F:", FALSE);
  189. mOpenBtn->setEnabled(FALSE);
  190. mPayBtn->setEnabled(FALSE);
  191. mBuyBtn->setEnabled(FALSE);
  192. }
  193. void LLSidepanelTaskInfo::refresh()
  194. {
  195. LLButton* btn_deed_to_group = getChild<LLButton>("button deed");
  196. if (btn_deed_to_group)
  197. {
  198. std::string deedText;
  199. if (gWarningSettings.getBOOL("DeedObject"))
  200. {
  201. deedText = getString("text deed continued");
  202. }
  203. else
  204. {
  205. deedText = getString("text deed");
  206. }
  207. btn_deed_to_group->setLabelSelected(deedText);
  208. btn_deed_to_group->setLabelUnselected(deedText);
  209. }
  210. BOOL root_selected = TRUE;
  211. LLSelectNode* nodep = mObjectSelection->getFirstRootNode();
  212. S32 object_count = mObjectSelection->getRootObjectCount();
  213. if (!nodep || (object_count == 0))
  214. {
  215. nodep = mObjectSelection->getFirstNode();
  216. object_count = mObjectSelection->getObjectCount();
  217. root_selected = FALSE;
  218. }
  219. LLViewerObject* objectp = NULL;
  220. if (nodep)
  221. {
  222. objectp = nodep->getObject();
  223. }
  224. // ...nothing selected
  225. if (!nodep || !objectp)
  226. {
  227. disableAll();
  228. return;
  229. }
  230. // figure out a few variables
  231. const BOOL is_one_object = (object_count == 1);
  232. // BUG: fails if a root and non-root are both single-selected.
  233. const BOOL is_perm_modify = (mObjectSelection->getFirstRootNode() && LLSelectMgr::getInstance()->selectGetRootsModify()) ||
  234. LLSelectMgr::getInstance()->selectGetModify();
  235. const LLFocusableElement* keyboard_focus_view = gFocusMgr.getKeyboardFocus();
  236. S32 string_index = 0;
  237. std::string MODIFY_INFO_STRINGS[] =
  238. {
  239. getString("text modify info 1"),
  240. getString("text modify info 2"),
  241. getString("text modify info 3"),
  242. getString("text modify info 4")
  243. };
  244. if (!is_perm_modify)
  245. {
  246. string_index += 2;
  247. }
  248. if (!is_one_object)
  249. {
  250. ++string_index;
  251. }
  252. childSetEnabled("perm_modify",      TRUE);
  253. childSetText("perm_modify", MODIFY_INFO_STRINGS[string_index]);
  254. childSetEnabled("Permissions:",  TRUE);
  255. // Update creator text field
  256. childSetEnabled("Creator:",  TRUE);
  257. BOOL creators_identical;
  258. std::string creator_name;
  259. creators_identical = LLSelectMgr::getInstance()->selectGetCreator(mCreatorID,
  260.   creator_name);
  261. childSetText("Creator Name", creator_name);
  262. childSetEnabled("Creator Name",  TRUE);
  263. // Update owner text field
  264. childSetEnabled("Owner:",  TRUE);
  265. std::string owner_name;
  266. const BOOL owners_identical = LLSelectMgr::getInstance()->selectGetOwner(mOwnerID, owner_name);
  267. if (mOwnerID.isNull())
  268. {
  269. if (LLSelectMgr::getInstance()->selectIsGroupOwned())
  270. {
  271. // Group owned already displayed by selectGetOwner
  272. }
  273. else
  274. {
  275. // Display last owner if public
  276. std::string last_owner_name;
  277. LLSelectMgr::getInstance()->selectGetLastOwner(mLastOwnerID, last_owner_name);
  278. // It should never happen that the last owner is null and the owner
  279. // is null, but it seems to be a bug in the simulator right now. JC
  280. if (!mLastOwnerID.isNull() && !last_owner_name.empty())
  281. {
  282. owner_name.append(", last ");
  283. owner_name.append(last_owner_name);
  284. }
  285. }
  286. }
  287. childSetText("Owner Name", owner_name);
  288. childSetEnabled("Owner Name",  TRUE);
  289. // update group text field
  290. childSetEnabled("Group:",  TRUE);
  291. childSetText("Group Name",  LLStringUtil::null);
  292. LLUUID group_id;
  293. BOOL groups_identical = LLSelectMgr::getInstance()->selectGetGroup(group_id);
  294. if (groups_identical)
  295. {
  296. if (mLabelGroupName)
  297. {
  298. mLabelGroupName->setNameID(group_id,TRUE);
  299. mLabelGroupName->setEnabled(TRUE);
  300. }
  301. }
  302. else
  303. {
  304. if (mLabelGroupName)
  305. {
  306. mLabelGroupName->setNameID(LLUUID::null, TRUE);
  307. mLabelGroupName->refresh(LLUUID::null,LLStringUtil::null, LLStringUtil::null, TRUE);
  308. mLabelGroupName->setEnabled(FALSE);
  309. }
  310. }
  311. childSetEnabled("button set group", owners_identical && (mOwnerID == gAgent.getID()));
  312. childSetEnabled("Name:",  TRUE);
  313. LLLineEditor* LineEditorObjectName = getChild<LLLineEditor>("Object Name");
  314. childSetEnabled("Description:",  TRUE);
  315. LLLineEditor* LineEditorObjectDesc = getChild<LLLineEditor>("Object Description");
  316. if (is_one_object)
  317. {
  318. if (keyboard_focus_view != LineEditorObjectName)
  319. {
  320. childSetText("Object Name",nodep->mName);
  321. }
  322. if (LineEditorObjectDesc)
  323. {
  324. if (keyboard_focus_view != LineEditorObjectDesc)
  325. {
  326. LineEditorObjectDesc->setText(nodep->mDescription);
  327. }
  328. }
  329. }
  330. else
  331. {
  332. childSetText("Object Name", LLStringUtil::null);
  333. LineEditorObjectDesc->setText(LLStringUtil::null);
  334. }
  335. // figure out the contents of the name, description, & category
  336. BOOL edit_name_desc = FALSE;
  337. if (is_one_object && objectp->permModify())
  338. {
  339. edit_name_desc = TRUE;
  340. }
  341. if (edit_name_desc)
  342. {
  343. childSetEnabled("Object Name",  TRUE);
  344. childSetEnabled("Object Description",  TRUE);
  345. }
  346. else
  347. {
  348. childSetEnabled("Object Name",  FALSE);
  349. childSetEnabled("Object Description",  FALSE);
  350. }
  351. S32 total_sale_price = 0;
  352. S32 individual_sale_price = 0;
  353. BOOL is_for_sale_mixed = FALSE;
  354. BOOL is_sale_price_mixed = FALSE;
  355. U32 num_for_sale = FALSE;
  356.     LLSelectMgr::getInstance()->selectGetAggregateSaleInfo(num_for_sale,
  357.    is_for_sale_mixed,
  358.    is_sale_price_mixed,
  359.    total_sale_price,
  360.    individual_sale_price);
  361. const BOOL self_owned = (gAgent.getID() == mOwnerID);
  362. const BOOL group_owned = LLSelectMgr::getInstance()->selectIsGroupOwned() ;
  363. const BOOL public_owned = (mOwnerID.isNull() && !LLSelectMgr::getInstance()->selectIsGroupOwned());
  364. const BOOL can_transfer = LLSelectMgr::getInstance()->selectGetRootsTransfer();
  365. const BOOL can_copy = LLSelectMgr::getInstance()->selectGetRootsCopy();
  366. if (!owners_identical)
  367. {
  368. childSetEnabled("Cost",  FALSE);
  369. childSetText("Edit Cost", LLStringUtil::null);
  370. childSetEnabled("Edit Cost",  FALSE);
  371. }
  372. // You own these objects.
  373. else if (self_owned || (group_owned && gAgent.hasPowerInGroup(group_id,GP_OBJECT_SET_SALE)))
  374. {
  375. // If there are multiple items for sale then set text to PRICE PER UNIT.
  376. if (num_for_sale > 1)
  377. {
  378. childSetText("Cost", getString("Cost Per Unit"));
  379. }
  380. else
  381. {
  382. childSetText("Cost", getString("Cost Default"));
  383. }
  384. LLSpinCtrl *edit_price = getChild<LLSpinCtrl>("Edit Cost");
  385. if (!edit_price->hasFocus())
  386. {
  387. // If the sale price is mixed then set the cost to MIXED, otherwise
  388. // set to the actual cost.
  389. if ((num_for_sale > 0) && is_for_sale_mixed)
  390. {
  391. edit_price->setTentative(TRUE);
  392. }
  393. else if ((num_for_sale > 0) && is_sale_price_mixed)
  394. {
  395. edit_price->setTentative(TRUE);
  396. }
  397. else 
  398. {
  399. edit_price->setValue(individual_sale_price);
  400. }
  401. }
  402. // The edit fields are only enabled if you can sell this object
  403. // and the sale price is not mixed.
  404. BOOL enable_edit = (num_for_sale && can_transfer) ? !is_for_sale_mixed : FALSE;
  405. childSetEnabled("Cost", enable_edit);
  406. childSetEnabled("Edit Cost", enable_edit);
  407. }
  408. // Someone, not you, owns these objects.
  409. else if (!public_owned)
  410. {
  411. childSetEnabled("Cost", FALSE);
  412. childSetEnabled("Edit Cost", FALSE);
  413. // Don't show a price if none of the items are for sale.
  414. if (num_for_sale)
  415. childSetText("Edit Cost", llformat("%d",total_sale_price));
  416. else
  417. childSetText("Edit Cost", LLStringUtil::null);
  418. // If multiple items are for sale, set text to TOTAL PRICE.
  419. if (num_for_sale > 1)
  420. childSetText("Cost", getString("Cost Total"));
  421. else
  422. childSetText("Cost", getString("Cost Default"));
  423. }
  424. // This is a public object.
  425. else
  426. {
  427. childSetEnabled("Cost", FALSE);
  428. childSetText("Cost", getString("Cost Default"));
  429. childSetText("Edit Cost", LLStringUtil::null);
  430. childSetEnabled("Edit Cost", FALSE);
  431. }
  432. // Enable and disable the permissions checkboxes
  433. // based on who owns the object.
  434. // TODO: Creator permissions
  435. U32 base_mask_on  = 0;
  436. U32 base_mask_off   = 0;
  437. U32 owner_mask_off = 0;
  438. U32 owner_mask_on  = 0;
  439. U32 group_mask_on  = 0;
  440. U32 group_mask_off  = 0;
  441. U32 everyone_mask_on  = 0;
  442. U32 everyone_mask_off  = 0;
  443. U32 next_owner_mask_on  = 0;
  444. U32 next_owner_mask_off = 0;
  445. BOOL valid_base_perms  = LLSelectMgr::getInstance()->selectGetPerm(PERM_BASE,
  446. &base_mask_on,
  447. &base_mask_off);
  448. //BOOL valid_owner_perms =//
  449. LLSelectMgr::getInstance()->selectGetPerm(PERM_OWNER,
  450.   &owner_mask_on,
  451.   &owner_mask_off);
  452. BOOL valid_group_perms  = LLSelectMgr::getInstance()->selectGetPerm(PERM_GROUP,
  453. &group_mask_on,
  454. &group_mask_off);
  455. BOOL valid_everyone_perms  = LLSelectMgr::getInstance()->selectGetPerm(PERM_EVERYONE,
  456. &everyone_mask_on,
  457. &everyone_mask_off);
  458. BOOL valid_next_perms  = LLSelectMgr::getInstance()->selectGetPerm(PERM_NEXT_OWNER,
  459. &next_owner_mask_on,
  460. &next_owner_mask_off);
  461. if (gSavedSettings.getBOOL("DebugPermissions") )
  462. {
  463. if (valid_base_perms)
  464. {
  465. childSetText("B:", "B: " + mask_to_string(base_mask_on));
  466. childSetVisible("B:", TRUE);
  467. childSetText("O:", "O: " + mask_to_string(owner_mask_on));
  468. childSetVisible("O:", TRUE);
  469. childSetText("G:", "G: " + mask_to_string(group_mask_on));
  470. childSetVisible("G:", TRUE);
  471. childSetText("E:", "E: " + mask_to_string(everyone_mask_on));
  472. childSetVisible("E:", TRUE);
  473. childSetText("N:", "N: " + mask_to_string(next_owner_mask_on));
  474. childSetVisible("N:", TRUE);
  475. }
  476. U32 flag_mask = 0x0;
  477. if (objectp->permMove())  flag_mask |= PERM_MOVE;
  478. if (objectp->permModify())  flag_mask |= PERM_MODIFY;
  479. if (objectp->permCopy())  flag_mask |= PERM_COPY;
  480. if (objectp->permTransfer())  flag_mask |= PERM_TRANSFER;
  481. childSetText("F:", "F:" + mask_to_string(flag_mask));
  482. childSetVisible("F:", TRUE);
  483. }
  484. else
  485. {
  486. childSetVisible("B:", FALSE);
  487. childSetVisible("O:", FALSE);
  488. childSetVisible("G:", FALSE);
  489. childSetVisible("E:", FALSE);
  490. childSetVisible("N:", FALSE);
  491. childSetVisible("F:", FALSE);
  492. }
  493. BOOL has_change_perm_ability = FALSE;
  494. BOOL has_change_sale_ability = FALSE;
  495. if (valid_base_perms &&
  496. (self_owned || (group_owned && gAgent.hasPowerInGroup(group_id, GP_OBJECT_MANIPULATE))))
  497. {
  498. has_change_perm_ability = TRUE;
  499. }
  500. if (valid_base_perms &&
  501.    (self_owned || (group_owned && gAgent.hasPowerInGroup(group_id, GP_OBJECT_SET_SALE))))
  502. {
  503. has_change_sale_ability = TRUE;
  504. }
  505. if (!has_change_perm_ability && !has_change_sale_ability && !root_selected)
  506. {
  507. // ...must select root to choose permissions
  508. childSetValue("perm_modify",  getString("text modify warning"));
  509. }
  510. if (has_change_perm_ability)
  511. {
  512. childSetEnabled("checkbox share with group", TRUE);
  513. childSetEnabled("checkbox allow everyone move", owner_mask_on & PERM_MOVE);
  514. childSetEnabled("checkbox allow everyone copy", owner_mask_on & PERM_COPY && owner_mask_on & PERM_TRANSFER);
  515. }
  516. else
  517. {
  518. childSetEnabled("checkbox share with group",  FALSE);
  519. childSetEnabled("checkbox allow everyone move",  FALSE);
  520. childSetEnabled("checkbox allow everyone copy",  FALSE);
  521. }
  522. if (has_change_sale_ability && (owner_mask_on & PERM_TRANSFER))
  523. {
  524. childSetEnabled("checkbox for sale",  can_transfer || (!can_transfer && num_for_sale));
  525. // Set the checkbox to tentative if the prices of each object selected
  526. // are not the same.
  527. childSetTentative("checkbox for sale",  is_for_sale_mixed);
  528. childSetEnabled("sale type",  num_for_sale && can_transfer && !is_sale_price_mixed);
  529. childSetEnabled("Next owner can:",  TRUE);
  530. childSetEnabled("checkbox next owner can modify",  base_mask_on & PERM_MODIFY);
  531. childSetEnabled("checkbox next owner can copy",  base_mask_on & PERM_COPY);
  532. childSetEnabled("checkbox next owner can transfer", next_owner_mask_on & PERM_COPY);
  533. }
  534. else 
  535. {
  536. childSetEnabled("checkbox for sale", FALSE);
  537. childSetEnabled("sale type", FALSE);
  538. childSetEnabled("Next owner can:", FALSE);
  539. childSetEnabled("checkbox next owner can modify", FALSE);
  540. childSetEnabled("checkbox next owner can copy", FALSE);
  541. childSetEnabled("checkbox next owner can transfer", FALSE);
  542. }
  543. if (valid_group_perms)
  544. {
  545. if ((group_mask_on & PERM_COPY) && (group_mask_on & PERM_MODIFY) && (group_mask_on & PERM_MOVE))
  546. {
  547. childSetValue("checkbox share with group", TRUE);
  548. childSetTentative("checkbox share with group", FALSE);
  549. childSetEnabled("button deed", gAgent.hasPowerInGroup(group_id, GP_OBJECT_DEED) && (owner_mask_on & PERM_TRANSFER) && !group_owned && can_transfer);
  550. }
  551. else if ((group_mask_off & PERM_COPY) && (group_mask_off & PERM_MODIFY) && (group_mask_off & PERM_MOVE))
  552. {
  553. childSetValue("checkbox share with group", FALSE);
  554. childSetTentative("checkbox share with group", FALSE);
  555. childSetEnabled("button deed", FALSE);
  556. }
  557. else
  558. {
  559. childSetValue("checkbox share with group", TRUE);
  560. childSetTentative("checkbox share with group", TRUE);
  561. childSetEnabled("button deed", gAgent.hasPowerInGroup(group_id, GP_OBJECT_DEED) && (group_mask_on & PERM_MOVE) && (owner_mask_on & PERM_TRANSFER) && !group_owned && can_transfer);
  562. }
  563. }
  564. if (valid_everyone_perms)
  565. {
  566. // Move
  567. if (everyone_mask_on & PERM_MOVE)
  568. {
  569. childSetValue("checkbox allow everyone move", TRUE);
  570. childSetTentative("checkbox allow everyone move",  FALSE);
  571. }
  572. else if (everyone_mask_off & PERM_MOVE)
  573. {
  574. childSetValue("checkbox allow everyone move", FALSE);
  575. childSetTentative("checkbox allow everyone move",  FALSE);
  576. }
  577. else
  578. {
  579. childSetValue("checkbox allow everyone move", TRUE);
  580. childSetTentative("checkbox allow everyone move",  TRUE);
  581. }
  582. // Copy == everyone can't copy
  583. if (everyone_mask_on & PERM_COPY)
  584. {
  585. childSetValue("checkbox allow everyone copy", TRUE);
  586. childSetTentative("checkbox allow everyone copy",  !can_copy || !can_transfer);
  587. }
  588. else if (everyone_mask_off & PERM_COPY)
  589. {
  590. childSetValue("checkbox allow everyone copy", FALSE);
  591. childSetTentative("checkbox allow everyone copy", FALSE);
  592. }
  593. else
  594. {
  595. childSetValue("checkbox allow everyone copy", TRUE);
  596. childSetTentative("checkbox allow everyone copy", TRUE);
  597. }
  598. }
  599. if (valid_next_perms)
  600. {
  601. // Modify == next owner canot modify
  602. if (next_owner_mask_on & PERM_MODIFY)
  603. {
  604. childSetValue("checkbox next owner can modify", TRUE);
  605. childSetTentative("checkbox next owner can modify", FALSE);
  606. }
  607. else if (next_owner_mask_off & PERM_MODIFY)
  608. {
  609. childSetValue("checkbox next owner can modify", FALSE);
  610. childSetTentative("checkbox next owner can modify", FALSE);
  611. }
  612. else
  613. {
  614. childSetValue("checkbox next owner can modify", TRUE);
  615. childSetTentative("checkbox next owner can modify", TRUE);
  616. }
  617. // Copy == next owner cannot copy
  618. if (next_owner_mask_on & PERM_COPY)
  619. {
  620. childSetValue("checkbox next owner can copy", TRUE);
  621. childSetTentative("checkbox next owner can copy", !can_copy);
  622. }
  623. else if (next_owner_mask_off & PERM_COPY)
  624. {
  625. childSetValue("checkbox next owner can copy", FALSE);
  626. childSetTentative("checkbox next owner can copy", FALSE);
  627. }
  628. else
  629. {
  630. childSetValue("checkbox next owner can copy", TRUE);
  631. childSetTentative("checkbox next owner can copy", TRUE);
  632. }
  633. // Transfer == next owner cannot transfer
  634. if (next_owner_mask_on & PERM_TRANSFER)
  635. {
  636. childSetValue("checkbox next owner can transfer", TRUE);
  637. childSetTentative("checkbox next owner can transfer", !can_transfer);
  638. }
  639. else if (next_owner_mask_off & PERM_TRANSFER)
  640. {
  641. childSetValue("checkbox next owner can transfer", FALSE);
  642. childSetTentative("checkbox next owner can transfer", FALSE);
  643. }
  644. else
  645. {
  646. childSetValue("checkbox next owner can transfer", TRUE);
  647. childSetTentative("checkbox next owner can transfer", TRUE);
  648. }
  649. }
  650. // reflect sale information
  651. LLSaleInfo sale_info;
  652. BOOL valid_sale_info = LLSelectMgr::getInstance()->selectGetSaleInfo(sale_info);
  653. LLSaleInfo::EForSale sale_type = sale_info.getSaleType();
  654. LLComboBox* combo_sale_type = getChild<LLComboBox>("sale type");
  655. if (valid_sale_info)
  656. {
  657. combo_sale_type->setValue( sale_type == LLSaleInfo::FS_NOT ? LLSaleInfo::FS_COPY : sale_type);
  658. combo_sale_type->setTentative( FALSE); // unfortunately this doesn't do anything at the moment.
  659. }
  660. else
  661. {
  662. // default option is sell copy, determined to be safest
  663. combo_sale_type->setValue( LLSaleInfo::FS_COPY);
  664. combo_sale_type->setTentative( TRUE); // unfortunately this doesn't do anything at the moment.
  665. }
  666. childSetValue("checkbox for sale", (num_for_sale != 0));
  667. // HACK: There are some old objects in world that are set for sale,
  668. // but are no-transfer.  We need to let users turn for-sale off, but only
  669. // if for-sale is set.
  670. bool cannot_actually_sell = !can_transfer || (!can_copy && sale_type == LLSaleInfo::FS_COPY);
  671. if (cannot_actually_sell)
  672. {
  673. if (num_for_sale && has_change_sale_ability)
  674. {
  675. childSetEnabled("checkbox for sale", true);
  676. }
  677. }
  678. // Check search status of objects
  679. const BOOL all_volume = LLSelectMgr::getInstance()->selectionAllPCode( LL_PCODE_VOLUME );
  680. bool include_in_search;
  681. const BOOL all_include_in_search = LLSelectMgr::getInstance()->selectionGetIncludeInSearch(&include_in_search);
  682. childSetEnabled("search_check",  has_change_sale_ability && all_volume);
  683. childSetValue("search_check",  include_in_search);
  684. childSetTentative("search_check",  !all_include_in_search);
  685. // Click action (touch, sit, buy)
  686. U8 click_action = 0;
  687. if (LLSelectMgr::getInstance()->selectionGetClickAction(&click_action))
  688. {
  689. LLComboBox* ComboClickAction = getChild<LLComboBox>("clickaction");
  690. if (ComboClickAction)
  691. {
  692. ComboClickAction->setCurrentByIndex((S32)click_action);
  693. }
  694. }
  695. childSetEnabled("label click action", is_perm_modify && all_volume);
  696. childSetEnabled("clickaction", is_perm_modify && all_volume);
  697. if (!getIsEditing())
  698. {
  699. const std::string no_item_names[] = 
  700. {
  701. "Object Name",
  702. "Object Description",
  703. "button set group",
  704. "checkbox share with group",
  705. "button deed",
  706. "checkbox allow everyone move",
  707. "checkbox allow everyone copy",
  708. "checkbox for sale",
  709. "sale type",
  710. "Edit Cost",
  711. "checkbox next owner can modify",
  712. "checkbox next owner can copy",
  713. "checkbox next owner can transfer",
  714. "clickaction",
  715. "search_check",
  716. "perm_modify",
  717. "Group Name",
  718. };
  719. for (size_t t=0; t<LL_ARRAY_SIZE(no_item_names); ++t)
  720. {
  721. childSetEnabled(no_item_names[t], FALSE);
  722. }
  723. }
  724. updateVerbs();
  725. }
  726. // static
  727. void LLSidepanelTaskInfo::onClickClaim(void*)
  728. {
  729. // try to claim ownership
  730. LLSelectMgr::getInstance()->sendOwner(gAgent.getID(), gAgent.getGroupID());
  731. }
  732. // static
  733. void LLSidepanelTaskInfo::onClickRelease(void*)
  734. {
  735. // try to release ownership
  736. LLSelectMgr::getInstance()->sendOwner(LLUUID::null, LLUUID::null);
  737. }
  738. void LLSidepanelTaskInfo::onClickGroup()
  739. {
  740. LLUUID owner_id;
  741. std::string name;
  742. BOOL owners_identical = LLSelectMgr::getInstance()->selectGetOwner(owner_id, name);
  743. LLFloater* parent_floater = gFloaterView->getParentFloater(this);
  744. if (owners_identical && (owner_id == gAgent.getID()))
  745. {
  746. LLFloaterGroupPicker* fg = LLFloaterReg::showTypedInstance<LLFloaterGroupPicker>("group_picker", LLSD(gAgent.getID()));
  747. if (fg)
  748. {
  749. fg->setSelectGroupCallback( boost::bind(&LLSidepanelTaskInfo::cbGroupID, this, _1) );
  750. if (parent_floater)
  751. {
  752. LLRect new_rect = gFloaterView->findNeighboringPosition(parent_floater, fg);
  753. fg->setOrigin(new_rect.mLeft, new_rect.mBottom);
  754. parent_floater->addDependentFloater(fg);
  755. }
  756. }
  757. }
  758. }
  759. void LLSidepanelTaskInfo::cbGroupID(LLUUID group_id)
  760. {
  761. if (mLabelGroupName)
  762. {
  763. mLabelGroupName->setNameID(group_id, TRUE);
  764. }
  765. LLSelectMgr::getInstance()->sendGroup(group_id);
  766. }
  767. static bool callback_deed_to_group(const LLSD& notification, const LLSD& response)
  768. {
  769. const S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
  770. if (option == 0)
  771. {
  772. LLUUID group_id;
  773. const BOOL groups_identical = LLSelectMgr::getInstance()->selectGetGroup(group_id);
  774. if (group_id.notNull() && groups_identical && (gAgent.hasPowerInGroup(group_id, GP_OBJECT_DEED)))
  775. {
  776. LLSelectMgr::getInstance()->sendOwner(LLUUID::null, group_id, FALSE);
  777. // LLViewerStats::getInstance()->incStat(LLViewerStats::ST_RELEASE_COUNT);
  778. }
  779. }
  780. return FALSE;
  781. }
  782. void LLSidepanelTaskInfo::onClickDeedToGroup(void *data)
  783. {
  784. LLNotificationsUtil::add("DeedObjectToGroup", LLSD(), LLSD(), callback_deed_to_group);
  785. }
  786. ///----------------------------------------------------------------------------
  787. /// Permissions checkboxes
  788. ///----------------------------------------------------------------------------
  789. // static
  790. void LLSidepanelTaskInfo::onCommitPerm(LLUICtrl *ctrl, void *data, U8 field, U32 perm)
  791. {
  792. LLViewerObject* object = LLSelectMgr::getInstance()->getSelection()->getFirstRootObject();
  793. if(!object) return;
  794. // Checkbox will have toggled itself
  795. // LLSidepanelTaskInfo* self = (LLSidepanelTaskInfo*)data;
  796. LLCheckBoxCtrl *check = (LLCheckBoxCtrl *)ctrl;
  797. BOOL new_state = check->get();
  798. LLSelectMgr::getInstance()->selectionSetObjectPermissions(field, new_state, perm);
  799. }
  800. // static
  801. void LLSidepanelTaskInfo::onCommitGroupShare(LLUICtrl *ctrl, void *data)
  802. {
  803. onCommitPerm(ctrl, data, PERM_GROUP, PERM_MODIFY | PERM_MOVE | PERM_COPY);
  804. }
  805. // static
  806. void LLSidepanelTaskInfo::onCommitEveryoneMove(LLUICtrl *ctrl, void *data)
  807. {
  808. onCommitPerm(ctrl, data, PERM_EVERYONE, PERM_MOVE);
  809. }
  810. // static
  811. void LLSidepanelTaskInfo::onCommitEveryoneCopy(LLUICtrl *ctrl, void *data)
  812. {
  813. onCommitPerm(ctrl, data, PERM_EVERYONE, PERM_COPY);
  814. }
  815. // static
  816. void LLSidepanelTaskInfo::onCommitNextOwnerModify(LLUICtrl* ctrl, void* data)
  817. {
  818. //llinfos << "LLSidepanelTaskInfo::onCommitNextOwnerModify" << llendl;
  819. onCommitPerm(ctrl, data, PERM_NEXT_OWNER, PERM_MODIFY);
  820. }
  821. // static
  822. void LLSidepanelTaskInfo::onCommitNextOwnerCopy(LLUICtrl* ctrl, void* data)
  823. {
  824. //llinfos << "LLSidepanelTaskInfo::onCommitNextOwnerCopy" << llendl;
  825. onCommitPerm(ctrl, data, PERM_NEXT_OWNER, PERM_COPY);
  826. }
  827. // static
  828. void LLSidepanelTaskInfo::onCommitNextOwnerTransfer(LLUICtrl* ctrl, void* data)
  829. {
  830. //llinfos << "LLSidepanelTaskInfo::onCommitNextOwnerTransfer" << llendl;
  831. onCommitPerm(ctrl, data, PERM_NEXT_OWNER, PERM_TRANSFER);
  832. }
  833. // static
  834. void LLSidepanelTaskInfo::onCommitName(LLUICtrl*, void* data)
  835. {
  836. //llinfos << "LLSidepanelTaskInfo::onCommitName()" << llendl;
  837. LLSidepanelTaskInfo* self = (LLSidepanelTaskInfo*)data;
  838. LLLineEditor* tb = self->getChild<LLLineEditor>("Object Name");
  839. if(tb)
  840. {
  841. LLSelectMgr::getInstance()->selectionSetObjectName(tb->getText());
  842. // LLSelectMgr::getInstance()->selectionSetObjectName(self->mLabelObjectName->getText());
  843. }
  844. }
  845. // static
  846. void LLSidepanelTaskInfo::onCommitDesc(LLUICtrl*, void* data)
  847. {
  848. //llinfos << "LLSidepanelTaskInfo::onCommitDesc()" << llendl;
  849. LLSidepanelTaskInfo* self = (LLSidepanelTaskInfo*)data;
  850. LLLineEditor* le = self->getChild<LLLineEditor>("Object Description");
  851. if(le)
  852. {
  853. LLSelectMgr::getInstance()->selectionSetObjectDescription(le->getText());
  854. }
  855. }
  856. // static
  857. void LLSidepanelTaskInfo::onCommitSaleInfo(LLUICtrl*, void* data)
  858. {
  859. LLSidepanelTaskInfo* self = (LLSidepanelTaskInfo*)data;
  860. self->setAllSaleInfo();
  861. }
  862. // static
  863. void LLSidepanelTaskInfo::onCommitSaleType(LLUICtrl*, void* data)
  864. {
  865. LLSidepanelTaskInfo* self = (LLSidepanelTaskInfo*)data;
  866. self->setAllSaleInfo();
  867. }
  868. void LLSidepanelTaskInfo::setAllSaleInfo()
  869. {
  870. LLSaleInfo::EForSale sale_type = LLSaleInfo::FS_NOT;
  871. LLCheckBoxCtrl *checkPurchase = getChild<LLCheckBoxCtrl>("checkbox for sale");
  872. // Set the sale type if the object(s) are for sale.
  873. if(checkPurchase && checkPurchase->get())
  874. {
  875. sale_type = static_cast<LLSaleInfo::EForSale>(getChild<LLComboBox>("sale type")->getValue().asInteger());
  876. }
  877. S32 price = -1;
  878. LLSpinCtrl *edit_price = getChild<LLSpinCtrl>("Edit Cost");
  879. price = (edit_price->getTentative()) ? DEFAULT_PRICE : edit_price->getValue().asInteger();
  880. // If somehow an invalid price, turn the sale off.
  881. if (price < 0)
  882. sale_type = LLSaleInfo::FS_NOT;
  883. LLSaleInfo old_sale_info;
  884. LLSelectMgr::getInstance()->selectGetSaleInfo(old_sale_info);
  885. LLSaleInfo new_sale_info(sale_type, price);
  886. LLSelectMgr::getInstance()->selectionSetObjectSaleInfo(new_sale_info);
  887. U8 old_click_action = 0;
  888. LLSelectMgr::getInstance()->selectionGetClickAction(&old_click_action);
  889. if (old_sale_info.isForSale()
  890. && !new_sale_info.isForSale()
  891. && old_click_action == CLICK_ACTION_BUY)
  892. {
  893. // If turned off for-sale, make sure click-action buy is turned
  894. // off as well
  895. LLSelectMgr::getInstance()->
  896. selectionSetClickAction(CLICK_ACTION_TOUCH);
  897. }
  898. else if (new_sale_info.isForSale()
  899. && !old_sale_info.isForSale()
  900. && old_click_action == CLICK_ACTION_TOUCH)
  901. {
  902. // If just turning on for-sale, preemptively turn on one-click buy
  903. // unless user have a different click action set
  904. LLSelectMgr::getInstance()->
  905. selectionSetClickAction(CLICK_ACTION_BUY);
  906. }
  907. }
  908. struct LLSelectionPayable : public LLSelectedObjectFunctor
  909. {
  910. virtual bool apply(LLViewerObject* obj)
  911. {
  912. // can pay if you or your parent has money() event in script
  913. LLViewerObject* parent = (LLViewerObject*)obj->getParent();
  914. return (obj->flagTakesMoney() ||
  915. (parent && parent->flagTakesMoney()));
  916. }
  917. };
  918. static U8 string_value_to_click_action(std::string p_value)
  919. {
  920. if (p_value == "Touch")
  921. return CLICK_ACTION_TOUCH;
  922. if (p_value == "Sit")
  923. return CLICK_ACTION_SIT;
  924. if (p_value == "Buy")
  925. return CLICK_ACTION_BUY;
  926. if (p_value == "Pay")
  927. return CLICK_ACTION_PAY;
  928. if (p_value == "Open")
  929. return CLICK_ACTION_OPEN;
  930. if (p_value == "Zoom")
  931. return CLICK_ACTION_ZOOM;
  932. return CLICK_ACTION_TOUCH;
  933. }
  934. // static
  935. void LLSidepanelTaskInfo::onCommitClickAction(LLUICtrl* ctrl, void*)
  936. {
  937. LLComboBox* box = (LLComboBox*)ctrl;
  938. if (!box) return;
  939. std::string value = box->getValue().asString();
  940. U8 click_action = string_value_to_click_action(value);
  941. doClickAction(click_action);
  942. }
  943. // static
  944. void LLSidepanelTaskInfo::doClickAction(U8 click_action)
  945. {
  946. if (click_action == CLICK_ACTION_BUY)
  947. {
  948. LLSaleInfo sale_info;
  949. LLSelectMgr::getInstance()->selectGetSaleInfo(sale_info);
  950. if (!sale_info.isForSale())
  951. {
  952. LLNotificationsUtil::add("CantSetBuyObject");
  953. // Set click action back to its old value
  954. U8 click_action = 0;
  955. LLSelectMgr::getInstance()->selectionGetClickAction(&click_action);
  956. // box->setCurrentByIndex((S32)click_action);
  957. return;
  958. }
  959. }
  960. else if (click_action == CLICK_ACTION_PAY)
  961. {
  962. // Verify object has script with money() handler
  963. LLSelectionPayable payable;
  964. bool can_pay = LLSelectMgr::getInstance()->getSelection()->applyToObjects(&payable);
  965. if (!can_pay)
  966. {
  967. // Warn, but do it anyway.
  968. LLNotificationsUtil::add("ClickActionNotPayable");
  969. }
  970. }
  971. LLSelectMgr::getInstance()->selectionSetClickAction(click_action);
  972. }
  973. // static
  974. void LLSidepanelTaskInfo::onCommitIncludeInSearch(LLUICtrl* ctrl, void* data)
  975. {
  976. LLCheckBoxCtrl* box = (LLCheckBoxCtrl*)ctrl;
  977. llassert(box);
  978. LLSelectMgr::getInstance()->selectionSetIncludeInSearch(box->get());
  979. }
  980. // virtual
  981. void LLSidepanelTaskInfo::updateVerbs()
  982. {
  983. LLSidepanelInventorySubpanel::updateVerbs();
  984. /*
  985. mOpenBtn->setVisible(!getIsEditing());
  986. mPayBtn->setVisible(!getIsEditing());
  987. mBuyBtn->setVisible(!getIsEditing());
  988. //const LLViewerObject *obj = getFirstSelectedObject();
  989. //mEditBtn->setEnabled(obj && obj->permModify());
  990. */
  991. mOpenBtn->setEnabled(enable_object_open());
  992. mPayBtn->setEnabled(enable_pay_object());
  993. mBuyBtn->setEnabled(enable_buy_object());
  994. }
  995. void LLSidepanelTaskInfo::onOpenButtonClicked()
  996. {
  997. if (enable_object_open())
  998. {
  999. handle_object_open();
  1000. }
  1001. }
  1002. void LLSidepanelTaskInfo::onPayButtonClicked()
  1003. {
  1004. doClickAction(CLICK_ACTION_PAY);
  1005. }
  1006. void LLSidepanelTaskInfo::onBuyButtonClicked()
  1007. {
  1008. doClickAction(CLICK_ACTION_BUY);
  1009. }
  1010. // virtual
  1011. void LLSidepanelTaskInfo::save()
  1012. {
  1013. onCommitGroupShare(getChild<LLCheckBoxCtrl>("checkbox share with group"), this);
  1014. onCommitEveryoneMove(getChild<LLCheckBoxCtrl>("checkbox allow everyone move"), this);
  1015. onCommitEveryoneCopy(getChild<LLCheckBoxCtrl>("checkbox allow everyone copy"), this);
  1016. onCommitNextOwnerModify(getChild<LLCheckBoxCtrl>("checkbox next owner can modify"), this);
  1017. onCommitNextOwnerCopy(getChild<LLCheckBoxCtrl>("checkbox next owner can copy"), this);
  1018. onCommitNextOwnerTransfer(getChild<LLCheckBoxCtrl>("checkbox next owner can transfer"), this);
  1019. onCommitName(getChild<LLLineEditor>("Object Name"), this);
  1020. onCommitDesc(getChild<LLLineEditor>("Object Description"), this);
  1021. onCommitSaleInfo(NULL, this);
  1022. onCommitSaleType(NULL, this);
  1023. onCommitIncludeInSearch(getChild<LLCheckBoxCtrl>("search_check"), this);
  1024. }
  1025. void LLSidepanelTaskInfo::setObjectSelection(LLObjectSelectionHandle selection)
  1026. {
  1027. mObjectSelection = selection;
  1028. }
  1029. LLSidepanelTaskInfo* LLSidepanelTaskInfo::getActivePanel()
  1030. {
  1031. return sActivePanel;
  1032. }
  1033. LLViewerObject* LLSidepanelTaskInfo::getObject()
  1034. {
  1035. if (!mObject->isDead())
  1036. return mObject;
  1037. return NULL;
  1038. }
  1039. LLViewerObject* LLSidepanelTaskInfo::getFirstSelectedObject()
  1040. {
  1041. LLSelectNode *node = mObjectSelection->getFirstRootNode();
  1042. if (node)
  1043. {
  1044. return node->getObject();
  1045. }
  1046. return NULL;
  1047. }
  1048. const LLUUID& LLSidepanelTaskInfo::getSelectedUUID()
  1049. {
  1050. const LLViewerObject* obj = getFirstSelectedObject();
  1051. if (obj)
  1052. {
  1053. return obj->getID();
  1054. }
  1055. return LLUUID::null;
  1056. }