PageRenderTime 29ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_inspect_object_gear.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 148 lines | 148 code | 0 blank | 0 comment | 0 complexity | e5101653b08d07547bf963142a9baf91 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <toggleable_menu
  3. create_jump_keys="true"
  4. layout="topleft"
  5. mouse_opaque="false"
  6. visible="false"
  7. name="Gear Menu">
  8. <menu_item_call
  9. label="Touch"
  10. layout="topleft"
  11. enabled="true"
  12. name="touch">
  13. <menu_item_call.on_click
  14. function="InspectObject.Touch"/>
  15. <menu_item_call.on_visible
  16. function="Object.EnableTouch" />
  17. </menu_item_call>
  18. <menu_item_call
  19. label="Sit"
  20. layout="topleft"
  21. name="sit">
  22. <menu_item_call.on_click
  23. function="InspectObject.Sit"/>
  24. <menu_item_call.on_visible
  25. function="Object.EnableSit"/>
  26. </menu_item_call>
  27. <menu_item_call
  28. label="Pay"
  29. layout="topleft"
  30. name="pay">
  31. <menu_item_call.on_click
  32. function="InspectObject.Pay"/>
  33. <menu_item_call.on_visible
  34. function="EnablePayObject" />
  35. </menu_item_call>
  36. <menu_item_call
  37. label="Buy"
  38. layout="topleft"
  39. enabled="true"
  40. name="buy">
  41. <menu_item_call.on_click
  42. function="InspectObject.Buy"/>
  43. <menu_item_call.on_visible
  44. function="Object.VisibleBuy" />
  45. </menu_item_call>
  46. <menu_item_call
  47. label="Take"
  48. layout="topleft"
  49. name="take">
  50. <menu_item_call.on_click
  51. function="Object.Take" />
  52. <menu_item_call.on_enable
  53. function="Object.VisibleTake"/>
  54. </menu_item_call>
  55. <menu_item_call
  56. label="Take Copy"
  57. layout="topleft"
  58. name="take_copy">
  59. <menu_item_call.on_click
  60. function="InspectObject.TakeFreeCopy"/>
  61. <menu_item_call.on_visible
  62. function="Tools.EnableTakeCopy"/>
  63. </menu_item_call>
  64. <menu_item_call
  65. label="Open"
  66. layout="topleft"
  67. name="open">
  68. <menu_item_call.on_click
  69. function="InspectObject.Open"/>
  70. <menu_item_call.on_visible
  71. function="Object.EnableOpen" />
  72. </menu_item_call>
  73. <menu_item_call
  74. label="Edit"
  75. layout="topleft"
  76. name="edit">
  77. <menu_item_call.on_click
  78. function="Object.Edit" />
  79. <menu_item_call.on_enable
  80. function="EnableEdit"/>
  81. </menu_item_call>
  82. <menu_item_call
  83. label="Wear"
  84. layout="topleft"
  85. name="wear">
  86. <menu_item_call.on_click
  87. function="Object.AttachToAvatar" />
  88. <menu_item_call.on_visible
  89. function="Object.EnableWear" />
  90. </menu_item_call>
  91. <menu_item_call
  92. label="Add"
  93. layout="topleft"
  94. name="add">
  95. <menu_item_call.on_click
  96. function="Object.AttachAddToAvatar" />
  97. <menu_item_call.on_visible
  98. function="Object.EnableWear" />
  99. </menu_item_call>
  100. <menu_item_call
  101. label="Report"
  102. layout="topleft"
  103. name="report">
  104. <menu_item_call.on_click
  105. function="Object.ReportAbuse" />
  106. </menu_item_call>
  107. <menu_item_call
  108. label="Block"
  109. layout="topleft"
  110. name="block">
  111. <menu_item_call.on_click
  112. function="Object.Mute" />
  113. <menu_item_call.on_visible
  114. function="Object.EnableMute" />
  115. </menu_item_call>
  116. <menu_item_call
  117. label="Unblock"
  118. layout="topleft"
  119. name="unblock">
  120. <menu_item_call.on_click
  121. function="Object.Mute" />
  122. <menu_item_call.on_visible
  123. function="Object.EnableUnmute" />
  124. </menu_item_call>
  125. <menu_item_call
  126. label="Zoom In"
  127. layout="topleft"
  128. name="zoom_in">
  129. <menu_item_call.on_click
  130. function="InspectObject.ZoomIn" />
  131. </menu_item_call>
  132. <menu_item_call
  133. label="Remove"
  134. layout="topleft"
  135. name="remove">
  136. <menu_item_call.on_click
  137. function="Object.Delete" />
  138. <menu_item_call.on_visible
  139. function="Object.EnableDelete" />
  140. </menu_item_call>
  141. <menu_item_call
  142. label="More Info"
  143. layout="topleft"
  144. name="more_info">
  145. <menu_item_call.on_click
  146. function="InspectObject.MoreInfo"/>
  147. </menu_item_call>
  148. </toggleable_menu>