annotate Modules/ArtifactPower.xml @ 98:dadddb8a551f

- bag scan intervals - progress visualization - artifact xp updates
author Nenue
date Tue, 17 Jan 2017 09:49:15 -0500
parents 5476337198ec
children 74d6d97a2d24
rev   line source
Nenue@97 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
Nenue@97 2 ..\FrameXML\UI.xsd">
Nenue@97 3 <Script file="ArtifactPower.lua" />
Nenue@97 4
Nenue@97 5 <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true">
Nenue@97 6
Nenue@97 7 <Scripts>
Nenue@97 8 <OnEnter method="OnEnter" />
Nenue@97 9 <OnLeave method="OnLeave" />
Nenue@97 10 <OnClick method="OnClick" />
Nenue@98 11 <OnUpdate method="OnUpdate" />
Nenue@97 12 </Scripts>
Nenue@97 13 <Size x="64" y="64" />
Nenue@97 14 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" />
Nenue@97 15 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" setAllPoints="true" alphaMode="ADD" />
Nenue@97 16 <Layers>
Nenue@97 17 <Layer level="BACKGROUND">
Nenue@97 18 <Texture name="$parentIcon" parentKey="Icon" setAllPoints="true" />
Nenue@97 19 </Layer>
Nenue@97 20
Nenue@97 21 <Layer level="OVERLAY">
Nenue@97 22
Nenue@97 23 <FontString name="$parentName" parentKey="Name" inherits="VeneerNumberFont" text="NAME" wordwrap="false">
Nenue@97 24 <Anchors>
Nenue@97 25 <Anchor point="TOPLEFT" x="4" y="-16" />
Nenue@97 26 <Anchor point="RIGHT" x="-4" />
Nenue@97 27 </Anchors>
Nenue@97 28 <Color r="0" g="1" b="1" />
Nenue@97 29 </FontString>
Nenue@97 30 <FontString name="$parentLevel" parentKey="Level" inherits="VeneerHeaderFont">
Nenue@97 31 <Anchors>
Nenue@97 32 <Anchor point="TOP" x="0" y="-2" />
Nenue@97 33 </Anchors>
Nenue@97 34 </FontString>
Nenue@97 35 <FontString name="$parentCurrentXP" parentKey="CurrentXP" inherits="VeneerNumberFont" text="Bank:">
Nenue@97 36 <Anchors>
Nenue@97 37 <Anchor point="BOTTOM" x="0" y="4" />
Nenue@97 38 </Anchors>
Nenue@97 39 <Color r="1" g="1" b="0" />
Nenue@97 40 </FontString>
Nenue@98 41
Nenue@98 42 <Texture parentKey="CurrentProgress" alphaMode="BLEND">
Nenue@98 43 <Anchors>
Nenue@98 44 <Anchor point="BOTTOMLEFT" />
Nenue@98 45 <Anchor point="BOTTOMRIGHT" />
Nenue@98 46 </Anchors>
Nenue@98 47 <Color a="0.5" r="0" g="1" b="0" />
Nenue@98 48 </Texture>
Nenue@98 49 <Texture parentKey="AdjustedProgress" alphaMode="BLEND">
Nenue@98 50 <Anchors>
Nenue@98 51 <Anchor point="LEFT" />
Nenue@98 52 <Anchor point="RIGHT" />
Nenue@98 53 </Anchors>
Nenue@98 54 <Color a="0.5" r="0" g="0.5" b="1" />
Nenue@98 55 </Texture>
Nenue@97 56 </Layer>
Nenue@97 57 </Layers>
Nenue@97 58 </Button>
Nenue@97 59 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerMixinScripts" enableMouse="true">
Nenue@97 60 <Size x="300" y="36" />
Nenue@97 61 <Scripts>
Nenue@97 62 <OnEnter method="OnEnter" />
Nenue@97 63 <OnLeave method="OnLeave" />
Nenue@97 64 <OnMouseDown method="OnMouseDown" />
Nenue@97 65 </Scripts>
Nenue@97 66 <Layers>
Nenue@97 67 <Layer level="BACKGROUND">
Nenue@97 68
Nenue@97 69 <Texture parentKey="Background">
Nenue@97 70 <Color a="0.5" r="0" g="0" b="0" />
Nenue@97 71 </Texture>
Nenue@97 72 </Layer>
Nenue@97 73 <Layer level="OVERLAY">
Nenue@97 74 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text="">
Nenue@97 75 <Anchors>
Nenue@98 76 <Anchor point="BOTTOMLEFT" x="4" y="4" />
Nenue@97 77 </Anchors>
Nenue@97 78 <Color r="0" g="1" b="1" />
Nenue@97 79 </FontString>
Nenue@97 80 </Layer>
Nenue@97 81 </Layers>
Nenue@97 82 <Frames>
Nenue@97 83 <Button inherits="VeneerArtifactButton" />
Nenue@97 84 <Button inherits="VeneerArtifactButton" />
Nenue@97 85 <Button inherits="VeneerArtifactButton" />
Nenue@97 86 <Button inherits="VeneerArtifactButton" />
Nenue@98 87 <Button inherits="VeneerArtifactButton" />
Nenue@97 88 </Frames>
Nenue@97 89 </Frame>
Nenue@97 90 </Ui>