API  1.0.0
CPScroller.j File Reference
#include "../Foundation/Foundation.h"
+ Include dependency graph for CPScroller.j:

Go to the source code of this file.

Typedefs

typedef CPUsableScrollerParts CPNoScrollerParts = 0
 

Variables

 CPAllScrollerParts = 2
 
 CPOnlyScrollerArrows = 1
 
 CPScrollerDecrementArrow = 1
 
 CPScrollerDecrementLine = 4
 
 CPScrollerDecrementPage = 1
 
 CPScrollerIncrementArrow = 0
 
 CPScrollerIncrementLine = 5
 
 CPScrollerIncrementPage = 3
 
var CPScrollerIsVerticalKey = @"@"CPScrollerIsVerticalKey"
 
 CPScrollerKnob = 2
 
var CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion"
 
 CPScrollerKnobSlot = 6
 
 CPScrollerKnobStyleDark = 1
 
 CPScrollerKnobStyleDefault = 0
 
 CPScrollerKnobStyleLight = 2
 
global CPApp typedef CPScrollerPart 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 = {}
 

Typedef Documentation

◆ CPNoScrollerParts

typedef CPUsableScrollerParts CPNoScrollerParts = 0

Definition at line 45 of file CPScroller.j.

Variable Documentation

◆ CPAllScrollerParts

CPAllScrollerParts = 2

Definition at line 47 of file CPScroller.j.

◆ CPOnlyScrollerArrows

CPOnlyScrollerArrows = 1

Definition at line 46 of file CPScroller.j.

◆ CPScrollerDecrementArrow

CPScrollerDecrementArrow = 1

Definition at line 42 of file CPScroller.j.

◆ CPScrollerDecrementLine

CPScrollerDecrementLine = 4

Definition at line 37 of file CPScroller.j.

◆ CPScrollerDecrementPage

CPScrollerDecrementPage = 1

Definition at line 34 of file CPScroller.j.

◆ CPScrollerIncrementArrow

CPScrollerIncrementArrow = 0

Definition at line 41 of file CPScroller.j.

◆ CPScrollerIncrementLine

CPScrollerIncrementLine = 5

Definition at line 38 of file CPScroller.j.

◆ CPScrollerIncrementPage

CPScrollerIncrementPage = 3

Definition at line 36 of file CPScroller.j.

◆ CPScrollerIsVerticalKey

var CPScrollerIsVerticalKey = @"@"CPScrollerIsVerticalKey"

Definition at line 787 of file CPScroller.j.

◆ CPScrollerKnob

CPScrollerKnob = 2

Definition at line 35 of file CPScroller.j.

◆ CPScrollerKnobProportionKey

var CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion"

Definition at line 788 of file CPScroller.j.

◆ CPScrollerKnobSlot

CPScrollerKnobSlot = 6

Definition at line 39 of file CPScroller.j.

◆ CPScrollerKnobStyleDark

CPScrollerKnobStyleDark = 1

Definition at line 65 of file CPScroller.j.

◆ CPScrollerKnobStyleDefault

CPScrollerKnobStyleDefault = 0

Definition at line 64 of file CPScroller.j.

◆ CPScrollerKnobStyleLight

CPScrollerKnobStyleLight = 2

Definition at line 66 of file CPScroller.j.

◆ CPScrollerNoPart

global CPApp typedef CPScrollerPart CPScrollerNoPart = 0

Definition at line 33 of file CPScroller.j.

◆ CPScrollerStyleKey

var CPScrollerStyleKey = @"@"CPScrollerStyleKey"

Definition at line 789 of file CPScroller.j.

◆ CPScrollerStyleLegacy

CPScrollerStyleLegacy = 0

Definition at line 61 of file CPScroller.j.

◆ CPScrollerStyleOverlay

CPScrollerStyleOverlay = 1

Definition at line 62 of file CPScroller.j.

◆ CPThemeStateScrollerKnobDark

CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark")

Definition at line 70 of file CPScroller.j.

◆ CPThemeStateScrollerKnobLight

CPThemeStateScrollerKnobLight = CPThemeState("scroller-knob-light")

Definition at line 69 of file CPScroller.j.

◆ CPThemeStateScrollViewLegacy

CPThemeStateScrollViewLegacy = CPThemeState("scroller-style-legacy")

Definition at line 68 of file CPScroller.j.

◆ NAMES_FOR_PARTS

NAMES_FOR_PARTS[CPScrollerKnob] = {}

Definition at line 50 of file CPScroller.j.

◆ PARTS_ARRANGEMENT

Definition at line 49 of file CPScroller.j.

◆ PARTS_FOR_NAMES

var PARTS_FOR_NAMES = {}

Definition at line 51 of file CPScroller.j.