annotate WorldPlan.xml @ 0:3830a592cb0f

initial commmit
author Nenue
date Tue, 11 Oct 2016 17:20:37 -0400
parents
children 232617b8bcd5
rev   line source
Nenue@0 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@0 2 ..\FrameXML\UI.xsd">
Nenue@0 3
Nenue@0 4 <Script file="WorldPlan.lua" />
Nenue@0 5
Nenue@0 6 <Font name="VeneerPinFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" />
Nenue@0 7 <Font name="VeneerTimeFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" />
Nenue@0 8
Nenue@0 9 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate">
Nenue@0 10
Nenue@0 11 </GameTooltip>
Nenue@0 12
Nenue@0 13
Nenue@0 14 <Button name="VeneerWQCompassTemplate" virtual="true" hidden="true">
Nenue@0 15 <Size x="50" y="36" />
Nenue@0 16 <Anchors>
Nenue@0 17 <Anchor point="TOP" />
Nenue@0 18 </Anchors>
Nenue@0 19 <Layers>
Nenue@0 20 <Layer level="ARTWORK">
Nenue@0 21 <Texture parentKey="icon" name="$parentIcon" setAllPoints="false">
Nenue@0 22 <Anchors>
Nenue@0 23 <Anchor point="TOPLEFT" />
Nenue@0 24 </Anchors>
Nenue@0 25 </Texture>
Nenue@0 26 </Layer>
Nenue@0 27 <Layer level="OVERLAY">
Nenue@0 28 <FontString inherits="VeneerFont" parentKey="label">
Nenue@0 29 <Anchors>
Nenue@0 30 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.icon" />
Nenue@0 31 </Anchors>
Nenue@0 32 </FontString>
Nenue@0 33 </Layer>
Nenue@0 34 </Layers>
Nenue@0 35 </Button>
Nenue@0 36
Nenue@0 37 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin">
Nenue@0 38 <Animations>
Nenue@0 39 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE">
Nenue@0 40 <Alpha duration="0.15" fromAlpha="0" toAlpha="1" order="1" />
Nenue@0 41 <Scripts>
Nenue@0 42 <OnPlay>
Nenue@0 43 self:GetParent().highlight:Show()
Nenue@0 44 </OnPlay>
Nenue@0 45 <OnStop>
Nenue@0 46 self:GetParent().highlight:Hide()
Nenue@0 47 self:GetParent().isAnimating = nil
Nenue@0 48 </OnStop>
Nenue@0 49 <OnFinished>
Nenue@0 50 self:GetParent().highlight:Hide()
Nenue@0 51 self:GetParent().isAnimating = nil
Nenue@0 52 </OnFinished>
Nenue@0 53 </Scripts>
Nenue@0 54 </AnimationGroup>
Nenue@0 55 <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT">
Nenue@0 56 <Alpha duration="0.72" fromAlpha="1" toAlpha="0" order="1" />
Nenue@0 57 <Alpha duration="0.72" fromAlpha="0" toAlpha="1" order="2" />
Nenue@0 58 </AnimationGroup>
Nenue@0 59 </Animations>
Nenue@0 60 <Layers>
Nenue@0 61 <Layer level="ARTWORK">
Nenue@0 62
Nenue@0 63 <Texture parentKey="icon" setAllPoints="true">
Nenue@0 64 <Anchors>
Nenue@0 65 <Anchor point="TOPLEFT" />
Nenue@0 66 </Anchors>
Nenue@0 67 </Texture>
Nenue@0 68 </Layer>
Nenue@0 69 <Layer level="BORDER">
Nenue@0 70 <Texture parentKey="iconBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" />
Nenue@0 71 </Layer>
Nenue@0 72 <Layer level="BACKGROUND">
Nenue@0 73 <Texture parentKey="MouseGlow" file="Interface\WorldMap\UI-QuestPoi-IconGlow" alphaMode="ADD" hidden="true">
Nenue@0 74 <Anchors>
Nenue@0 75 <Anchor point="TOPRIGHT" x="14" y="14" />
Nenue@0 76 <Anchor point="BOTTOMLEFT" x="-14" y="-14" />
Nenue@0 77 </Anchors>
Nenue@0 78 </Texture>
Nenue@0 79 <Texture parentKey="supertrackBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" />
Nenue@0 80 <Texture parentKey="EliteDecal" atlas="worldquest-questmarker-dragon" hidden="true">
Nenue@0 81 <Anchors>
Nenue@0 82 <Anchor point="TOPLEFT" relativeKey="$parent.iconBorder" x="-6" y="6"/>
Nenue@0 83 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/>
Nenue@0 84 </Anchors>
Nenue@0 85 </Texture>
Nenue@0 86 </Layer>
Nenue@0 87 <Layer level="OVERLAY">
Nenue@0 88 <FontString inherits="GameFontNormal" parentKey="count">
Nenue@0 89 <Anchors>
Nenue@0 90 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.icon" x="0" y="0" />
Nenue@0 91 </Anchors>
Nenue@0 92 </FontString>
Nenue@0 93 <FontString inherits="VeneerPinFont" parentKey="label">
Nenue@0 94 <Anchors>
Nenue@0 95 <Anchor point="BOTTOM" x="0" y="0" />
Nenue@0 96 </Anchors>
Nenue@0 97 </FontString>
Nenue@0 98 <FontString inherits="VeneerTimeFont" parentKey="timeLabel">
Nenue@0 99 <Anchors>
Nenue@0 100 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" />
Nenue@0 101 </Anchors>
Nenue@0 102 </FontString>
Nenue@0 103 <Texture parentKey="dot" hidden="true" setAllPoints="false">
Nenue@0 104 <Size x="6" y="6" />
Nenue@0 105 <Color a="1" r="1" g="0" b="0" />
Nenue@0 106 </Texture>
Nenue@0 107 <Texture parentKey="dotH" hidden="true">
Nenue@0 108 <Size y="4" />
Nenue@0 109 <Color a="1" r="0" g="0" b="0" />
Nenue@0 110 </Texture>
Nenue@0 111 <Texture parentKey="tagIcon" setAllPoints="false">
Nenue@0 112 <Size x="12" y="12" />
Nenue@0 113 <Anchors>
Nenue@0 114 <Anchor point="BOTTOMRIGHT" x="1" y="-1" />
Nenue@0 115 </Anchors>
Nenue@0 116 </Texture>
Nenue@0 117
Nenue@0 118 <Texture parentKey="highlight" setAllPoints="true" alphaMode="ADD" alpha="0" file="Interface\Tooltips\UI-Tooltip-Background" desaturated="true" />
Nenue@0 119
Nenue@0 120 </Layer>
Nenue@0 121 </Layers>
Nenue@0 122 <Frames>
Nenue@0 123 <Cooldown parentKey="Swipe" hideCountdownNumbers="true" hidden="true">
Nenue@0 124 <Anchors>
Nenue@0 125 <Anchor point="CENTER" />
Nenue@0 126 </Anchors>
Nenue@0 127 <SwipeTexture file="Interface\Garrison\GarrLanding-TradeskillTimerFill" setAllPoints="true" />
Nenue@0 128 <Layers>
Nenue@0 129 <Layer level="BACKGROUND">
Nenue@0 130 <Texture parentKey="bg" setAllPoints="true" atlas="GarrLanding-TradeskillTimer-Border" alpha="1"/>
Nenue@0 131 </Layer>
Nenue@0 132 </Layers>
Nenue@0 133 </Cooldown>
Nenue@0 134 </Frames>
Nenue@0 135 <Scripts>
Nenue@0 136 <OnSizeChanged method="OnSizeChanged" />
Nenue@0 137 <OnLoad method="OnLoad" />
Nenue@0 138 <OnEvent method="OnEvent" />
Nenue@0 139 <OnUpdate method="OnUpdate" />
Nenue@0 140 <OnShow method="OnShow" />
Nenue@0 141 <OnHide method="OnHide" />
Nenue@0 142 </Scripts>
Nenue@0 143 </Button>
Nenue@0 144 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin">
Nenue@0 145 <Scripts>
Nenue@0 146 <OnClick method="OnClick" />
Nenue@0 147 <OnLoad method="OnLoad" />
Nenue@0 148 </Scripts>
Nenue@0 149 </Button>
Nenue@0 150
Nenue@0 151 <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent">
Nenue@0 152 <KeyValues>
Nenue@0 153 <KeyValue key="DEVIAN_PNAME" value="WorldPlan"/>
Nenue@0 154 </KeyValues>
Nenue@0 155 <Size x="600" y="24" />
Nenue@0 156 <Anchors>
Nenue@0 157 <Anchor point="TOP" />
Nenue@0 158 </Anchors>
Nenue@0 159 <Scripts>
Nenue@0 160 <OnLoad method="OnLoad" />
Nenue@0 161 <OnEvent method="OnEvent" />
Nenue@0 162 </Scripts>
Nenue@0 163 </Frame>
Nenue@0 164
Nenue@0 165 </Ui>