![]() |
API
0.9.6
|
#include "../Foundation/Foundation.h"
Include dependency graph for CPScroller.j:Go to the source code of this file.
Variables | |
| CPAllScrollerParts = 2 | |
| CPNoScrollerParts = 0 | |
| CPOnlyScrollerArrows = 1 | |
| var | CPScrollerControlSizeKey = @"@"CPScrollerControlSize" |
| CPScrollerDecrementArrow = 1 | |
| CPScrollerDecrementLine = 4 | |
| CPScrollerDecrementPage = 1 | |
| CPScrollerIncrementArrow = 0 | |
| CPScrollerIncrementLine = 5 | |
| CPScrollerIncrementPage = 3 | |
| CPScrollerKnob = 2 | |
| var | CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion" |
| CPScrollerKnobSlot = 6 | |
| CPScrollerKnobStyleDark = 1 | |
| CPScrollerKnobStyleDefault = 0 | |
| CPScrollerKnobStyleLight = 2 | |
| CPScrollerNoPart = 0 | |
| var | CPScrollerStyleKey = @"@"CPScrollerStyleKey" |
| CPScrollerStyleLegacy = 0 | |
| CPScrollerStyleOverlay = 1 | |
| CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark") | |
| CPThemeStateScrollerKnobLight = CPThemeState("scroller-knob-light") | |
| CPThemeStateScrollViewLegacy = CPThemeState("scroller-style-legacy") | |
| var | NAMES_FOR_PARTS = {} |
| var | PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob] |
| var | PARTS_FOR_NAMES = {} |
| CPAllScrollerParts = 2 |
Definition at line 43 of file CPScroller.j.
| CPNoScrollerParts = 0 |
Definition at line 41 of file CPScroller.j.
| CPOnlyScrollerArrows = 1 |
Definition at line 42 of file CPScroller.j.
| var CPScrollerControlSizeKey = @"@"CPScrollerControlSize" |
Definition at line 788 of file CPScroller.j.
| CPScrollerDecrementArrow = 1 |
Definition at line 39 of file CPScroller.j.
| CPScrollerDecrementLine = 4 |
Definition at line 34 of file CPScroller.j.
| CPScrollerDecrementPage = 1 |
Definition at line 31 of file CPScroller.j.
| CPScrollerIncrementArrow = 0 |
Definition at line 38 of file CPScroller.j.
| CPScrollerIncrementLine = 5 |
Definition at line 35 of file CPScroller.j.
| CPScrollerIncrementPage = 3 |
Definition at line 33 of file CPScroller.j.
| CPScrollerKnob = 2 |
Definition at line 32 of file CPScroller.j.
| var CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion" |
Definition at line 789 of file CPScroller.j.
| CPScrollerKnobSlot = 6 |
Definition at line 36 of file CPScroller.j.
| CPScrollerKnobStyleDark = 1 |
Definition at line 64 of file CPScroller.j.
| CPScrollerKnobStyleDefault = 0 |
Definition at line 63 of file CPScroller.j.
| CPScrollerKnobStyleLight = 2 |
Definition at line 65 of file CPScroller.j.
| CPScrollerNoPart = 0 |
Definition at line 30 of file CPScroller.j.
| var CPScrollerStyleKey = @"@"CPScrollerStyleKey" |
Definition at line 790 of file CPScroller.j.
| CPScrollerStyleLegacy = 0 |
Definition at line 60 of file CPScroller.j.
| CPScrollerStyleOverlay = 1 |
Definition at line 61 of file CPScroller.j.
| CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark") |
Definition at line 69 of file CPScroller.j.
| CPThemeStateScrollerKnobLight = CPThemeState("scroller-knob-light") |
Definition at line 68 of file CPScroller.j.
| CPThemeStateScrollViewLegacy = CPThemeState("scroller-style-legacy") |
Definition at line 67 of file CPScroller.j.
| NAMES_FOR_PARTS[CPScrollerKnob] = {} |
Definition at line 51 of file CPScroller.j.
| var PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob] |
Definition at line 50 of file CPScroller.j.
| var PARTS_FOR_NAMES = {} |
Definition at line 52 of file CPScroller.j.