Mercurial > wow > cyborg-mmo7
comparison RatQuickPage.xml @ 4:d186f8cd5000
Renamed functions to avoid conflicts
| author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
|---|---|
| date | Mon, 28 May 2012 15:54:52 +0000 |
| parents | bf9220814fb5 |
| children | 6cb9a2936580 |
comparison
equal
deleted
inserted
replaced
| 3:461854a2849c | 4:d186f8cd5000 |
|---|---|
| 19 You should have received a copy of the GNU General Public License | 19 You should have received a copy of the GNU General Public License |
| 20 along with this program; if not, write to the Free Software | 20 along with this program; if not, write to the Free Software |
| 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 22 --> | 22 --> |
| 23 <!-- IconTemplate--> | 23 <!-- IconTemplate--> |
| 24 <Button name="SmallIconTemplate" virtual="true"> | 24 <Button name="CyborgMMO_TemplateSmallIcon" virtual="true"> |
| 25 <Size> | 25 <Size> |
| 26 <AbsDimension x="16.5" y="16.5"/> | 26 <AbsDimension x="16.5" y="16.5"/> |
| 27 </Size> | 27 </Size> |
| 28 <Layers> | 28 <Layers> |
| 29 <Layer level="OVERLAY"> | 29 <Layer level="OVERLAY"> |
| 46 </Layers> | 46 </Layers> |
| 47 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/> | 47 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/> |
| 48 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/> | 48 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/> |
| 49 </Button> | 49 </Button> |
| 50 | 50 |
| 51 <Button name="SmallSlotTemplate" inherits="SmallIconTemplate" virtual="true"> | 51 <Button name="CyborgMMO_TemplateSmallSlot" inherits="CyborgMMO_TemplateSmallIcon" virtual="true"> |
| 52 <Scripts> | 52 <Scripts> |
| 53 <OnLoad> | 53 <OnLoad> |
| 54 self = SlotMiniView.new(self); | 54 self = CyborgMMO_SlotMiniView.new(self); |
| 55 </OnLoad> | 55 </OnLoad> |
| 56 <OnClick> | 56 <OnClick> |
| 57 self.Clicked(); | 57 self.Clicked(); |
| 58 </OnClick> | 58 </OnClick> |
| 59 </Scripts> | 59 </Scripts> |
| 60 </Button> | 60 </Button> |
| 61 | 61 |
| 62 <!-- The Rat Page Frame --> | 62 <!-- The Rat Page Frame --> |
| 63 <Frame name="RatQuickPage" hidden="true"> | 63 <Frame name="CyborgMMO_RatQuickPage" hidden="true"> |
| 64 <Size> | 64 <Size> |
| 65 <AbsDimension x="256" y="256" /> | 65 <AbsDimension x="256" y="256" /> |
| 66 </Size> | 66 </Size> |
| 67 <Anchors> | 67 <Anchors> |
| 68 <Anchor point="CENTER" relativeTo="UIParent"> | 68 <Anchor point="CENTER" relativeTo="UIParent"> |
| 71 </Offset> | 71 </Offset> |
| 72 </Anchor> | 72 </Anchor> |
| 73 </Anchors> | 73 </Anchors> |
| 74 <Layers> | 74 <Layers> |
| 75 <Layer level="BACKGROUND"> | 75 <Layer level="BACKGROUND"> |
| 76 <Texture name="BackgroundTexture" file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndLeftSide.tga"> | 76 <Texture name="$parentBackgroundTexture" file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndLeftSide.tga"> |
| 77 <Size> | 77 <Size> |
| 78 <AbsDimension x="256" y="256" /> | 78 <AbsDimension x="256" y="256" /> |
| 79 </Size> | 79 </Size> |
| 80 <Anchors> | 80 <Anchors> |
| 81 <Anchor point="CENTER"> | 81 <Anchor point="CENTER"> |
| 85 </Anchor> | 85 </Anchor> |
| 86 </Anchors> | 86 </Anchors> |
| 87 </Texture> | 87 </Texture> |
| 88 </Layer> | 88 </Layer> |
| 89 <Layer level="ARTWORK"> | 89 <Layer level="ARTWORK"> |
| 90 <Texture name="RatCalloutsTexture" file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga"> | 90 <Texture name="$parentCalloutsTexture" file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga"> |
| 91 <Size> | 91 <Size> |
| 92 <AbsDimension x="256" y="256" /> | 92 <AbsDimension x="256" y="256" /> |
| 93 </Size> | 93 </Size> |
| 94 <Anchors> | 94 <Anchors> |
| 95 <Anchor point="TOPLEFT"> | 95 <Anchor point="TOPLEFT"> |
| 101 </Texture> | 101 </Texture> |
| 102 </Layer> | 102 </Layer> |
| 103 </Layers> | 103 </Layers> |
| 104 <!-- Our Slot Locations --> | 104 <!-- Our Slot Locations --> |
| 105 <Frames> | 105 <Frames> |
| 106 <CheckButton name="$parentSlot1" inherits="SmallSlotTemplate" id="1"> | 106 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSmallSlot" id="1"> |
| 107 <Anchors> | 107 <Anchors> |
| 108 <Anchor point="TOPLEFT"> | 108 <Anchor point="TOPLEFT"> |
| 109 <Offset> | 109 <Offset> |
| 110 <AbsDimension x="34" y="-58" /> | 110 <AbsDimension x="34" y="-58" /> |
| 111 </Offset> | 111 </Offset> |
| 112 </Anchor> | 112 </Anchor> |
| 113 </Anchors> | 113 </Anchors> |
| 114 </CheckButton> | 114 </CheckButton> |
| 115 <CheckButton name="$parentSlot2" inherits="SmallSlotTemplate" id="2"> | 115 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSmallSlot" id="2"> |
| 116 <Anchors> | 116 <Anchors> |
| 117 <Anchor point="TOPLEFT"> | 117 <Anchor point="TOPLEFT"> |
| 118 <Offset> | 118 <Offset> |
| 119 <AbsDimension x="34" y="-76"/> | 119 <AbsDimension x="34" y="-76"/> |
| 120 </Offset> | 120 </Offset> |
| 121 </Anchor> | 121 </Anchor> |
| 122 </Anchors> | 122 </Anchors> |
| 123 </CheckButton> | 123 </CheckButton> |
| 124 <CheckButton name="$parentSlot3" inherits="SmallSlotTemplate" id="3"> | 124 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSmallSlot" id="3"> |
| 125 <Anchors> | 125 <Anchors> |
| 126 <Anchor point="TOPLEFT"> | 126 <Anchor point="TOPLEFT"> |
| 127 <Offset> | 127 <Offset> |
| 128 <AbsDimension x="34" y="-94" /> | 128 <AbsDimension x="34" y="-94" /> |
| 129 </Offset> | 129 </Offset> |
| 130 </Anchor> | 130 </Anchor> |
| 131 </Anchors> | 131 </Anchors> |
| 132 </CheckButton> | 132 </CheckButton> |
| 133 <CheckButton name="$parentSlot4" inherits="SmallSlotTemplate" id="4"> | 133 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSmallSlot" id="4"> |
| 134 <Anchors> | 134 <Anchors> |
| 135 <Anchor point="TOPLEFT"> | 135 <Anchor point="TOPLEFT"> |
| 136 <Offset> | 136 <Offset> |
| 137 <AbsDimension x="34" y="-119" /> | 137 <AbsDimension x="34" y="-119" /> |
| 138 </Offset> | 138 </Offset> |
| 139 </Anchor> | 139 </Anchor> |
| 140 </Anchors> | 140 </Anchors> |
| 141 </CheckButton> | 141 </CheckButton> |
| 142 <CheckButton name="$parentSlot5" inherits="SmallSlotTemplate" id="5"> | 142 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSmallSlot" id="5"> |
| 143 <Anchors> | 143 <Anchors> |
| 144 <Anchor point="TOPLEFT"> | 144 <Anchor point="TOPLEFT"> |
| 145 <Offset> | 145 <Offset> |
| 146 <AbsDimension x="34" y="-136" /> | 146 <AbsDimension x="34" y="-136" /> |
| 147 </Offset> | 147 </Offset> |
| 148 </Anchor> | 148 </Anchor> |
| 149 </Anchors> | 149 </Anchors> |
| 150 </CheckButton> | 150 </CheckButton> |
| 151 <CheckButton name="$parentSlot6" inherits="SmallSlotTemplate" id="6"> | 151 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSmallSlot" id="6"> |
| 152 <Anchors> | 152 <Anchors> |
| 153 <Anchor point="TOPLEFT"> | 153 <Anchor point="TOPLEFT"> |
| 154 <Offset> | 154 <Offset> |
| 155 <AbsDimension x="34" y="-153" /> | 155 <AbsDimension x="34" y="-153" /> |
| 156 </Offset> | 156 </Offset> |
| 157 </Anchor> | 157 </Anchor> |
| 158 </Anchors> | 158 </Anchors> |
| 159 </CheckButton> | 159 </CheckButton> |
| 160 <CheckButton name="$parentSlot7" inherits="SmallSlotTemplate" id="7"> | 160 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSmallSlot" id="7"> |
| 161 <Anchors> | 161 <Anchors> |
| 162 <Anchor point="TOPLEFT"> | 162 <Anchor point="TOPLEFT"> |
| 163 <Offset> | 163 <Offset> |
| 164 <AbsDimension x="16.5" y="-136"/> | 164 <AbsDimension x="16.5" y="-136"/> |
| 165 </Offset> | 165 </Offset> |
| 166 </Anchor> | 166 </Anchor> |
| 167 </Anchors> | 167 </Anchors> |
| 168 </CheckButton> | 168 </CheckButton> |
| 169 <CheckButton name="$parentSlot8" inherits="SmallSlotTemplate" id="8"> | 169 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSmallSlot" id="8"> |
| 170 <Anchors> | 170 <Anchors> |
| 171 <Anchor point="TOPLEFT"> | 171 <Anchor point="TOPLEFT"> |
| 172 <Offset> | 172 <Offset> |
| 173 <AbsDimension x="52.5" y="-136"/> | 173 <AbsDimension x="52.5" y="-136"/> |
| 174 </Offset> | 174 </Offset> |
| 175 </Anchor> | 175 </Anchor> |
| 176 </Anchors> | 176 </Anchors> |
| 177 </CheckButton> | 177 </CheckButton> |
| 178 <CheckButton name="$parentSlot9" inherits="SmallSlotTemplate" id="9"> | 178 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSmallSlot" id="9"> |
| 179 <Anchors> | 179 <Anchors> |
| 180 <Anchor point="TOPLEFT"> | 180 <Anchor point="TOPLEFT"> |
| 181 <Offset> | 181 <Offset> |
| 182 <AbsDimension x="34" y="-180"/> | 182 <AbsDimension x="34" y="-180"/> |
| 183 </Offset> | 183 </Offset> |
| 184 </Anchor> | 184 </Anchor> |
| 185 </Anchors> | 185 </Anchors> |
| 186 </CheckButton> | 186 </CheckButton> |
| 187 <CheckButton name="$parentSlot10" inherits="SmallSlotTemplate" id="10"> | 187 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSmallSlot" id="10"> |
| 188 <Anchors> | 188 <Anchors> |
| 189 <Anchor point="TOPLEFT"> | 189 <Anchor point="TOPLEFT"> |
| 190 <Offset> | 190 <Offset> |
| 191 <AbsDimension x="34" y="-197"/> | 191 <AbsDimension x="34" y="-197"/> |
| 192 </Offset> | 192 </Offset> |
| 193 </Anchor> | 193 </Anchor> |
| 194 </Anchors> | 194 </Anchors> |
| 195 </CheckButton> | 195 </CheckButton> |
| 196 <CheckButton name="$parentSlot11" inherits="SmallSlotTemplate" id="11"> | 196 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSmallSlot" id="11"> |
| 197 <Anchors> | 197 <Anchors> |
| 198 <Anchor point="TOPLEFT"> | 198 <Anchor point="TOPLEFT"> |
| 199 <Offset> | 199 <Offset> |
| 200 <AbsDimension x="34" y="-214"/> | 200 <AbsDimension x="34" y="-214"/> |
| 201 </Offset> | 201 </Offset> |
| 202 </Anchor> | 202 </Anchor> |
| 203 </Anchors> | 203 </Anchors> |
| 204 </CheckButton> | 204 </CheckButton> |
| 205 <CheckButton name="Slot12" inherits="SmallSlotTemplate" id="12"> | 205 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSmallSlot" id="12"> |
| 206 <Anchors> | 206 <Anchors> |
| 207 <Anchor point="TOPLEFT"> | 207 <Anchor point="TOPLEFT"> |
| 208 <Offset> | 208 <Offset> |
| 209 <AbsDimension x="24" y="-33"/> | 209 <AbsDimension x="24" y="-33"/> |
| 210 </Offset> | 210 </Offset> |
| 211 </Anchor> | 211 </Anchor> |
| 212 </Anchors> | 212 </Anchors> |
| 213 </CheckButton> | 213 </CheckButton> |
| 214 <CheckButton name="$parentSlot13" inherits="SmallSlotTemplate" id="13"> | 214 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSmallSlot" id="13"> |
| 215 <Anchors> | 215 <Anchors> |
| 216 <Anchor point="TOPLEFT"> | 216 <Anchor point="TOPLEFT"> |
| 217 <Offset> | 217 <Offset> |
| 218 <AbsDimension x="44" y="-33" /> | 218 <AbsDimension x="44" y="-33" /> |
| 219 </Offset> | 219 </Offset> |
| 221 </Anchors> | 221 </Anchors> |
| 222 </CheckButton> | 222 </CheckButton> |
| 223 </Frames> | 223 </Frames> |
| 224 <Scripts> | 224 <Scripts> |
| 225 <OnLoad> | 225 <OnLoad> |
| 226 RatQuickPageView.new(self); | 226 CyborgMMO_RatQuickPageView.new(self); |
| 227 </OnLoad> | 227 </OnLoad> |
| 228 </Scripts> | 228 </Scripts> |
| 229 </Frame> | 229 </Frame> |
| 230 </Ui> | 230 </Ui> |
