summaryrefslogtreecommitdiffstats
path: root/res/skins/LateNight/controls/knob.xml
blob: 728be379685c158f9d8accbd03b5d6a81e418248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE template>
<!--
  Description:
    A standard knob.
  Variables:
    control: The control to connect to.
-->
<Template>
  <WidgetGroup>
    <Layout>horizontal</Layout>
    <ObjectName><Variable name="ObjectName"/></ObjectName>
    <Children>
      <KnobComposed>
        <TooltipId><Variable name="TooltipId"/></TooltipId>
        <Size><Variable name="Size"/></Size>
        <Knob>skin:/<Variable name="KnobScheme"/>/knobs/knob_indicator_<Variable name="KnobIndicator"/>_<Variable name="KnobColor"/>.svg</Knob>
        <BackPath>skin:/<Variable name="KnobScheme"/>/knobs/knob_bg_<Variable name="KnobBg"/>.svg</BackPath>
        <MinAngle><Variable name="PotiMinAngle"/></MinAngle>
        <MaxAngle><Variable name="PotiMaxAngle"/></MaxAngle>
        <ArcRadius><Variable name="ArcRadius"/></ArcRadius>
        <ArcUnipolar><Variable name="ArcUnipolar"/></ArcUnipolar>
        <ArcReversed><Variable name="ArcReversed"/></ArcReversed>
        <ArcColor><Variable name="ArcColor"/></ArcColor>
        <ArcBgColor><Variable name="ArcBgColor"/></ArcBgColor>
        <ArcThickness><Variable name="ArcThickness"/></ArcThickness>
        <ArcBgThickness><Variable name="ArcBgThickness"/></ArcBgThickness>
        <ArcRoundCaps><Variable name="ArcRoundCaps"/></ArcRoundCaps>
        <KnobCenterYOffset>1.998</KnobCenterYOffset>
        <Connection>
          <ConfigKey><Variable name="Group"/>,<Variable name="Control"/></ConfigKey>
        </Connection>
      </KnobComposed>
    </Children>
  </WidgetGroup>
</Template>