Mercurial > wow > worldplan
comparison WorldPlan.xml @ 7:34d9fbf7af20
beginning of reflecting code path isolation in file structure
| author | Nenue |
|---|---|
| date | Sat, 22 Oct 2016 15:36:25 -0400 |
| parents | 4c7e9efec4b5 |
| children | a2b623043970 |
comparison
equal
deleted
inserted
replaced
| 6:48001b6a9496 | 7:34d9fbf7af20 |
|---|---|
| 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="WorldPlan.lua" /> | 4 <Script file="WorldPlan.lua" /> |
| 5 <Script file="QuestPOI.lua" /> | |
| 5 | 6 |
| 6 <Font name="WorldPlanFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> | 7 <Font name="WorldPlanFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> |
| 7 <Font name="WorldPlanNumberFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> | 8 <Font name="WorldPlanNumberFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> |
| 8 | 9 |
| 9 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> | 10 <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> |
| 137 <OnLoad method="OnLoad" /> | 138 <OnLoad method="OnLoad" /> |
| 138 <OnEvent method="OnEvent" /> | 139 <OnEvent method="OnEvent" /> |
| 139 <OnUpdate method="OnUpdate" /> | 140 <OnUpdate method="OnUpdate" /> |
| 140 <OnShow method="OnShow" /> | 141 <OnShow method="OnShow" /> |
| 141 <OnHide method="OnHide" /> | 142 <OnHide method="OnHide" /> |
| 143 <OnMouseDown method="OnMouseDown" /> | |
| 144 <OnEnter method="OnEnter" /> | |
| 145 <OnLeave method="OnLeave" /> | |
| 142 </Scripts> | 146 </Scripts> |
| 143 </Button> | 147 </Button> |
| 144 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> | 148 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> |
| 145 <Scripts> | 149 <Scripts> |
| 150 <OnMouseDown method="OnMouseDown" /> | |
| 146 <OnClick method="OnClick" /> | 151 <OnClick method="OnClick" /> |
| 147 <OnLoad method="OnLoad" /> | 152 <OnLoad method="OnLoad" /> |
| 153 <OnEnter method="OnEnter" /> | |
| 154 <OnLeave method="OnLeave" /> | |
| 148 </Scripts> | 155 </Scripts> |
| 149 </Button> | 156 </Button> |
| 150 | 157 |
| 151 <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent"> | 158 <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent"> |
| 152 <KeyValues> | 159 <KeyValues> |
