Mercurial > wow > worldplan
comparison ClassPlan.xml @ 2:b8a19781f79b
shipment logging
author | Nenue |
---|---|
date | Thu, 13 Oct 2016 09:08:38 -0400 |
parents | 232617b8bcd5 |
children | c006ce87a147 |
comparison
equal
deleted
inserted
replaced
1:232617b8bcd5 | 2:b8a19781f79b |
---|---|
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/ | 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/ |
2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 | 3 |
4 <Script file="ClassPlan.lua" /> | 4 <Script file="ClassPlan.lua" /> |
5 | 5 |
6 <Font name="ClassPlanFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" /> | |
7 <Font name="ClassPlanNumberFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="14" outline="NORMAL" virtual="true" /> | |
8 | |
6 <Frame name="ClassOrderPlan" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true"> | 9 <Frame name="ClassOrderPlan" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true"> |
7 <Size x="500" y="40" /> | 10 <Size x="600" y="40" /> |
8 <Anchors> | 11 <Anchors> |
9 <Anchor point="TOP" /> | 12 <Anchor point="TOP" /> |
10 </Anchors> | 13 </Anchors> |
11 <Scripts> | 14 <Scripts> |
12 <OnLoad method="OnLoad" /> | 15 <OnLoad method="OnLoad" /> |
29 <Frame name="ClassPlanBlock" mixin="ClassPlanBlockMixin" virtual="true" hidden="true"> | 32 <Frame name="ClassPlanBlock" mixin="ClassPlanBlockMixin" virtual="true" hidden="true"> |
30 <Size x="400" y="32" /> | 33 <Size x="400" y="32" /> |
31 <Scripts> | 34 <Scripts> |
32 <OnUpdate method="OnUpdate" /> | 35 <OnUpdate method="OnUpdate" /> |
33 <OnShow method="OnShow" /> | 36 <OnShow method="OnShow" /> |
37 <OnEnter method="OnEnter" /> | |
38 <OnLeave method="OnLeave" /> | |
34 </Scripts> | 39 </Scripts> |
35 <Layers> | 40 <Layers> |
36 <Layer level="BACKGROUND"> | 41 <Layer level="BACKGROUND"> |
37 <Texture setAllPoints="true" parentKey="Background"> | 42 <Texture setAllPoints="true" parentKey="Background"> |
38 <Color a=".5" r="0" g="0" b="0" /> | 43 <Color a=".5" r="0" g="0" b="0" /> |
45 <Anchor point="TOPLEFT" /> | 50 <Anchor point="TOPLEFT" /> |
46 </Anchors> | 51 </Anchors> |
47 </Texture> | 52 </Texture> |
48 </Layer> | 53 </Layer> |
49 <Layer level="OVERLAY"> | 54 <Layer level="OVERLAY"> |
50 <FontString name="$parentLabel" inherits="GameFontNormal" parentKey="Label" text="base text"> | 55 <FontString name="$parentLabel" inherits="ClassPlanFont" parentKey="Label" text="base text"> |
51 <Anchors> | 56 <Anchors> |
52 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Icon" x="4" y="0" /> | 57 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Icon" x="4" y="0" /> |
53 </Anchors> | 58 </Anchors> |
54 </FontString> | 59 </FontString> |
55 <FontString name="$parentTimeLeft" inherits="GameFontNormalSmall" parentKey="TimeLeft" text="base text"> | 60 <FontString name="$parentTimeLeft" inherits="ClassPlanNumberFont" parentKey="TimeLeft" text="base text"> |
56 <Anchors> | 61 <Anchors> |
57 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.Label" x="4" y="-2" /> | 62 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.Label" x="4" y="-2" /> |
58 </Anchors> | 63 </Anchors> |
59 </FontString> | 64 </FontString> |
60 <FontString name="$parentOwner" inherits="GameFontNormalSmall" parentKey="Owner" text="base text"> | 65 <FontString name="$parentOwner" inherits="ClassPlanFont" parentKey="Owner" text="base text"> |
66 <Anchors> | |
67 <Anchor point="TOPRIGHT" /> | |
68 </Anchors> | |
69 </FontString> | |
70 </Layer> | |
71 <Layer level="HIGHLIGHT"> | |
72 <Texture setAllPoints="true" alphaMode="ADD"> | |
73 <Color a="1" r="0.1" g="0.1" b="0.1" /> | |
74 </Texture> | |
75 </Layer> | |
76 </Layers> | |
77 </Frame> | |
78 | |
79 <Frame name="ClassPlanShipment" mixin="ClassPlanShipmentMixin" virtual="true"> | |
80 <Scripts> | |
81 <OnUpdate method="OnUpdate" /> | |
82 <OnShow method="OnShow" /> | |
83 <OnEnter method="OnEnter" /> | |
84 <OnLeave method="OnLeave" /> | |
85 </Scripts> | |
86 <Size x="200" y="32" /> | |
87 <Layers> | |
88 <Layer level="BACKGROUND"> | |
89 <Texture parentKey="Background" setAllPoints="true" /> | |
90 </Layer> | |
91 <Layer level="BACKGROUND" textureSubLevel="1"> | |
92 <Texture parentKey="Icon" alpha="0.5" desaturated="true"> | |
93 <Size x="30" y="30"/> | |
94 <Anchors> | |
95 <Anchor point="LEFT"/> | |
96 </Anchors> | |
97 </Texture> | |
98 </Layer> | |
99 <Layer level="BORDER"> | |
100 <Texture parentKey="Done" atlas="GarrLanding-ShipmentCompleteGlow"> | |
101 <Size x="32" y="32" /> | |
102 <Anchors> | |
103 <Anchor point="LEFT"/> | |
104 </Anchors> | |
105 </Texture> | |
106 </Layer> | |
107 <Layer level="ARTWORK"> | |
108 <FontString parentKey="Name" inherits="ClassPlanFont" justifyV="TOP" justifyH="CENTER"> | |
109 <Anchors> | |
110 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Icon" x="2" y="-2"/> | |
111 </Anchors> | |
112 <Color r=".75" g=".75" b=".73"/> | |
113 </FontString> | |
114 </Layer> | |
115 <Layer level="OVERLAY"> | |
116 <FontString parentKey="TimeLeft" inherits="ClassPlanFont" justifyH="CENTER"> | |
117 <Anchors> | |
118 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.Name" x="0" y="-2"/> | |
119 </Anchors> | |
120 </FontString> | |
121 <FontString parentKey="Count" inherits="WorldPlanFont" justifyH="CENTER"> | |
122 <Anchors> | |
123 <Anchor point="BOTTOM" relativeKey="$parent.Icon" x="0" y="0"/> | |
124 </Anchors> | |
125 </FontString> | |
126 <FontString name="$parentOwner" inherits="WorldPlanFont" parentKey="Owner" text="base text"> | |
61 <Anchors> | 127 <Anchors> |
62 <Anchor point="TOPRIGHT" /> | 128 <Anchor point="TOPRIGHT" /> |
63 </Anchors> | 129 </Anchors> |
64 </FontString> | 130 </FontString> |
65 </Layer> | 131 </Layer> |
66 </Layers> | 132 </Layers> |
133 <Frames> | |
134 <Cooldown parentKey="Swipe" reverse="true" hideCountdownNumbers="true"> | |
135 <Size x="32" y="32"/> | |
136 <Anchors> | |
137 <Anchor point="LEFT"/> | |
138 </Anchors> | |
139 <SwipeTexture file="Interface\Garrison\GarrLanding-TradeskillTimerFill"/> | |
140 <Scripts> | |
141 <OnCooldownStart> | |
142 self:Show() | |
143 </OnCooldownStart> | |
144 <OnCoolDownDone> | |
145 -- update via event | |
146 C_Garrison.RequestLandingPageShipmentInfo(); | |
147 </OnCoolDownDone> | |
148 </Scripts> | |
149 </Cooldown> | |
150 </Frames> | |
67 </Frame> | 151 </Frame> |
68 </Ui> | 152 </Ui> |