annotate ClassPlan.xml @ 24:dd9754daa08a

Added tag v1.0-rc7 for changeset e49efad51698
author Nenue
date Mon, 24 Oct 2016 23:18:17 -0400
parents dbc865d2be82
children e8679ecb48d8
rev   line source
Nenue@1 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@1 2 ..\FrameXML\UI.xsd">
Nenue@1 3
Nenue@1 4 <Script file="ClassPlan.lua" />
Nenue@1 5
Nenue@21 6 <Font name="ClassPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" />
Nenue@21 7 <Font name="ClassPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="14" outline="NORMAL" virtual="true" />
Nenue@2 8
Nenue@4 9 <Button name="ClassPlanButton" parent="UIParent" frameStrata="HIGH">
Nenue@4 10 <Size x="600" y="16" />
Nenue@3 11 <Anchors>
Nenue@3 12 <Anchor point="TOP" relativePoint="BOTTOM" relativeTo="ClassOrderPlan" />
Nenue@3 13 <Anchor point="LEFT" relativeTo="ClassOrderPlan" />
Nenue@3 14 <Anchor point="RIGHT" relativeTo="ClassOrderPlan" />
Nenue@3 15 </Anchors>
Nenue@3 16 <Layers>
Nenue@4 17 <Layer level="BACKGROUND">
Nenue@4 18 <Texture setAllPoints="true" parentKey="Background" hidden="true">
Nenue@4 19 <Color a="1" r="0" g="0" b="0" />
Nenue@4 20 </Texture>
Nenue@4 21 </Layer>
Nenue@3 22 <Layer level="ARTWORK">
Nenue@4 23
Nenue@6 24 <Texture parentKey="Grip" alphaMode="BLEND" file="Interface\RaidFrame\Raid-Move-Down" hidden="true">
Nenue@3 25 <Anchors>
Nenue@3 26 <Anchor point="TOP" />
Nenue@3 27 </Anchors>
Nenue@3 28 <Size x="32" y="16"/>
Nenue@3 29 </Texture>
Nenue@3 30 </Layer>
Nenue@5 31 <Layer level="OVERLAY">
Nenue@5 32 <FontString parentKey="Label" inherits="ClassPlanFont">
Nenue@5 33 <Anchors>
Nenue@5 34 <Anchor point="BOTTOMLEFT" x="2" y="2" />
Nenue@5 35 </Anchors>
Nenue@5 36 </FontString>
Nenue@5 37 </Layer>
Nenue@3 38 <Layer level="HIGHLIGHT">
Nenue@3 39 <Texture setAllPoints="true" alphaMode="ADD">
Nenue@3 40 <Color a="0.25" r="1" g="1" b="1" />
Nenue@3 41 </Texture>
Nenue@3 42 </Layer>
Nenue@3 43 </Layers>
Nenue@3 44 <Scripts>
Nenue@3 45 <OnClick>
Nenue@3 46 ClassOrderPlan:Toggle()
Nenue@3 47 </OnClick>
Nenue@3 48 </Scripts>
Nenue@3 49 </Button>
Nenue@3 50
Nenue@4 51 <Frame name="ClassOrderPlan" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true">
Nenue@4 52 <Size x="600" y="40" />
Nenue@4 53 <Anchors>
Nenue@4 54 <Anchor point="TOP" />
Nenue@4 55 </Anchors>
Nenue@4 56 <Scripts>
Nenue@4 57 <OnLoad method="OnLoad" />
Nenue@4 58 <OnEvent method="OnEvent" />
Nenue@4 59 <OnShow method="OnShow" />
Nenue@4 60 <OnHide method="OnHide" />
Nenue@18 61 <OnUpdate method="OnUpdate" />
Nenue@4 62 </Scripts>
Nenue@4 63 <Layers>
Nenue@4 64 <Layer level="BACKGROUND">
Nenue@4 65 <Texture parentKey="Background" setAllPoints="true">
Nenue@4 66 <Color a="0.5" r="0" b="0" g="0" />
Nenue@4 67 </Texture>
Nenue@4 68 </Layer>
Nenue@4 69 <Layer level="ARTWORK">
Nenue@4 70 <Texture parentKey="portrait">
Nenue@4 71 <Size x="40" y="40" />
Nenue@4 72 <Anchors>
Nenue@4 73 <Anchor point="TOPLEFT" />
Nenue@4 74
Nenue@4 75 </Anchors>
Nenue@4 76 </Texture>
Nenue@4 77 </Layer>
Nenue@4 78 </Layers>
Nenue@4 79 </Frame>
Nenue@4 80
Nenue@6 81 <Button name="ClassPlanListEntryTemplate" virtual="true" hidden="true">
Nenue@1 82 <Scripts>
Nenue@6 83 <OnLoad>
Nenue@6 84 self.Count = self.Overlay.Count
Nenue@6 85 self.Name = self.Overlay.Name
Nenue@6 86 self.TimeLeft = self.Overlay.TimeLeft
Nenue@6 87 self.Owner = self.Overlay.Owner
Nenue@6 88 </OnLoad>
Nenue@6 89 <OnClick method="OnClick" />
Nenue@1 90 <OnUpdate method="OnUpdate" />
Nenue@1 91 <OnShow method="OnShow" />
Nenue@2 92 <OnEnter method="OnEnter" />
Nenue@2 93 <OnLeave method="OnLeave" />
Nenue@1 94 </Scripts>
Nenue@1 95 <Layers>
Nenue@1 96 <Layer level="BACKGROUND">
Nenue@2 97 <Texture parentKey="Background" setAllPoints="true" />
Nenue@2 98 </Layer>
Nenue@2 99 <Layer level="BACKGROUND" textureSubLevel="1">
Nenue@4 100 <Texture parentKey="Icon" alpha="1" desaturated="true">
Nenue@6 101 <Size x="24" y="24"/>
Nenue@2 102 <Anchors>
Nenue@2 103 <Anchor point="LEFT"/>
Nenue@2 104 </Anchors>
Nenue@4 105 <TexCoords left="0.15" right=".85" top="0.15" bottom="0.85" />
Nenue@2 106 </Texture>
Nenue@6 107
Nenue@6 108 <Texture parentKey="ProgressBG" hidden="true">
Nenue@6 109 <Size y="2" />
Nenue@6 110 <Anchors>
Nenue@6 111 <Anchor point="RIGHT" />
Nenue@6 112 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" relativeKey="$parent.Icon" />
Nenue@6 113 </Anchors>
Nenue@6 114 <Color a="0.5" r="0" g="0" b="0" />
Nenue@6 115 </Texture>
Nenue@2 116 </Layer>
Nenue@2 117 <Layer level="BORDER">
Nenue@6 118 <Texture parentKey="IconBorder" file="Interface\Common\WhiteIconFrame">
Nenue@6 119 <Size x="24" y="24"/>
Nenue@6 120 <Anchors>
Nenue@6 121 <Anchor point="CENTER" relativeKey="$parent.Icon"/>
Nenue@6 122 </Anchors>
Nenue@6 123 </Texture>
Nenue@6 124 <Texture parentKey="ProgressBar" hidden="true">
Nenue@18 125 <Size y="2" />
Nenue@6 126 <Anchors>
Nenue@6 127 <Anchor point="BOTTOMLEFT" relativeKey="$parent.ProgressBG" />
Nenue@6 128 </Anchors>
Nenue@6 129 <Color a="0.5" r="1" g="1" b="1" />
Nenue@6 130 </Texture>
Nenue@6 131 </Layer>
Nenue@6 132 <Layer level="ARTWORK">
Nenue@2 133 <Texture parentKey="Done" atlas="GarrLanding-ShipmentCompleteGlow">
Nenue@5 134 <Size x="24" y="24" />
Nenue@2 135 <Anchors>
Nenue@5 136 <Anchor point="BOTTOMLEFT"/>
Nenue@2 137 </Anchors>
Nenue@2 138 </Texture>
Nenue@2 139 </Layer>
Nenue@1 140 </Layers>
Nenue@2 141 <Frames>
Nenue@4 142 <Cooldown parentKey="Swipe" inherits="CooldownFrameTemplate" reverse="true" hideCountdownNumbers="true">
Nenue@6 143 <Size x="24" y="24"/>
Nenue@2 144 <Anchors>
Nenue@4 145 <Anchor point="TOPLEFT"/>
Nenue@6 146 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" x="24" y="0" />
Nenue@2 147 </Anchors>
Nenue@2 148 <Scripts>
Nenue@2 149 <OnCooldownStart>
Nenue@2 150 self:Show()
Nenue@2 151 </OnCooldownStart>
Nenue@2 152 <OnCoolDownDone>
Nenue@2 153 -- update via event
Nenue@2 154 C_Garrison.RequestLandingPageShipmentInfo();
Nenue@2 155 </OnCoolDownDone>
Nenue@2 156 </Scripts>
Nenue@2 157 </Cooldown>
Nenue@6 158 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true">
Nenue@6 159 <Layers>
Nenue@6 160 <Layer level="OVERLAY">
Nenue@6 161
Nenue@6 162 <FontString parentKey="Name" inherits="ClassPlanFont" justifyV="TOP" justifyH="CENTER">
Nenue@6 163 <Anchors>
Nenue@6 164 <Anchor point="LEFT" x="26" y="0"/>
Nenue@6 165 </Anchors>
Nenue@6 166 <Color r=".75" g=".75" b=".73"/>
Nenue@6 167 </FontString>
Nenue@6 168 <FontString parentKey="TimeLeft" inherits="ClassPlanFont" justifyH="CENTER">
Nenue@6 169 <Anchors>
Nenue@6 170 <Anchor point="RIGHT" x="-2" y="0"/>
Nenue@6 171 </Anchors>
Nenue@6 172 </FontString>
Nenue@6 173 <FontString parentKey="Count" inherits="WorldPlanFont" justifyH="CENTER">
Nenue@6 174 <Anchors>
Nenue@6 175 <Anchor point="CENTER" relativePoint="LEFT" x="12" y="0"/>
Nenue@6 176 </Anchors>
Nenue@6 177 </FontString>
Nenue@6 178 </Layer>
Nenue@6 179 <Layer level="HIGHLIGHT">
Nenue@6 180
Nenue@6 181 <FontString parentKey="Owner" inherits="WorldPlanFont" text="base text">
Nenue@6 182 <Anchors>
Nenue@6 183 <Anchor point="TOPRIGHT" x="-2" y="-2" />
Nenue@6 184 </Anchors>
Nenue@6 185 </FontString>
Nenue@6 186 </Layer>
Nenue@6 187 </Layers>
Nenue@6 188 </Frame>
Nenue@2 189 </Frames>
Nenue@3 190 </Button>
Nenue@6 191
Nenue@6 192
Nenue@6 193 <Button name="ClassPlanMissionEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanMissionMixin" virtual="true">
Nenue@6 194 <Size x="300" y="24" />
Nenue@6 195 </Button>
Nenue@6 196
Nenue@6 197 <Button name="ClassPlanShipmentEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanShipmentMixin" virtual="true">
Nenue@6 198 <Size x="300" y="24" />
Nenue@6 199 </Button>
Nenue@1 200 </Ui>