|
| IA_CONSTRUCTOR void | IAScrollViewAttributes_makeHorizontal (IAScrollViewAttributes *this, void *correspondingObject, uint64_t(*getTime)()) |
| |
| IA_CONSTRUCTOR void | IAScrollViewAttributes_makeVertical (IAScrollViewAttributes *this, void *correspondingObject, uint64_t(*getTime)()) |
| |
| static void | IAScrollViewAttributes_setViewPosition (IAScrollViewAttributes *this, IARect viewPosition) |
| |
| static void | IAScrollViewAttributes_setScrollLength (IAScrollViewAttributes *this, float scrollLength) |
| |
| static void | IAScrollViewAttributes_setDecelerationForScrollingInPixelPerTimeUnitSquared (IAScrollViewAttributes *this, float decelerationForScrollingInPixelPerTimeUnitSquared) |
| |
| static void | IAScrollViewAttributes_setOverscrollingBehavior (IAScrollViewAttributes *this, IAOverscrollingBehavior overscrollingBehavior) |
| |
| static void | IAScrollViewAttributes_setThresholdInPixelForOnScrollBeginCall (IAScrollViewAttributes *this, float thresholdInPixelForOnScrollBeginCall) |
| |
| static void | IAScrollViewAttributes_setOnScrollBeginFunction (IAScrollViewAttributes *this, void(*onScrollBegin)(void *correspondingObject, IAScrollView *scrollView)) |
| |
| static void | IAScrollViewAttributes_setOnScrollEndFunction (IAScrollViewAttributes *this, void(*onScrollEnd)(void *correspondingObject, IAScrollView *scrollView)) |
| |
| static void | IAScrollViewAttributes_setZOrder (IAScrollViewAttributes *this, int zOrder) |
| |
| static void * | IAScrollViewAttributes_getCorrespondingObject (const IAScrollViewAttributes *this) |
| |
| static IARect | IAScrollViewAttributes_getViewPosition (const IAScrollViewAttributes *this) |
| |
| static float | IAScrollViewAttributes_getScrollLength (const IAScrollViewAttributes *this) |
| |
| static float | IAScrollViewAttributes_getDecelerationForScrollingInPixelPerTimeUnitSquared (const IAScrollViewAttributes *this) |
| |
| static IAOverscrollingBehavior | IAScrollViewAttributes_getOverscrollingBehavior (const IAScrollViewAttributes *this) |
| |
| static float | IAScrollViewAttributes_getThresholdInPixelForOnScrollBeginCall (const IAScrollViewAttributes *this) |
| |
| static int | IAScrollViewAttributes_getZOrder (const IAScrollViewAttributes *this) |
| |
◆ IAScrollViewAttributes_makeHorizontal()
◆ IAScrollViewAttributes_makeVertical()
◆ IAScrollViewAttributes_setViewPosition()
◆ IAScrollViewAttributes_setScrollLength()
◆ IAScrollViewAttributes_setDecelerationForScrollingInPixelPerTimeUnitSquared()
| static void IAScrollViewAttributes_setDecelerationForScrollingInPixelPerTimeUnitSquared |
( |
IAScrollViewAttributes * |
this, |
|
|
float |
decelerationForScrollingInPixelPerTimeUnitSquared |
|
) |
| |
|
inline |
◆ IAScrollViewAttributes_setOverscrollingBehavior()
◆ IAScrollViewAttributes_setThresholdInPixelForOnScrollBeginCall()
| static void IAScrollViewAttributes_setThresholdInPixelForOnScrollBeginCall |
( |
IAScrollViewAttributes * |
this, |
|
|
float |
thresholdInPixelForOnScrollBeginCall |
|
) |
| |
|
inline |
◆ IAScrollViewAttributes_setOnScrollBeginFunction()
◆ IAScrollViewAttributes_setOnScrollEndFunction()
◆ IAScrollViewAttributes_setZOrder()
◆ IAScrollViewAttributes_getCorrespondingObject()
◆ IAScrollViewAttributes_getViewPosition()
◆ IAScrollViewAttributes_getScrollLength()
◆ IAScrollViewAttributes_getDecelerationForScrollingInPixelPerTimeUnitSquared()
| static float IAScrollViewAttributes_getDecelerationForScrollingInPixelPerTimeUnitSquared |
( |
const IAScrollViewAttributes * |
this | ) |
|
|
inline |
◆ IAScrollViewAttributes_getOverscrollingBehavior()
◆ IAScrollViewAttributes_getThresholdInPixelForOnScrollBeginCall()
| static float IAScrollViewAttributes_getThresholdInPixelForOnScrollBeginCall |
( |
const IAScrollViewAttributes * |
this | ) |
|
|
inline |
◆ IAScrollViewAttributes_getZOrder()
◆ IAScrollViewAttributes_getOnScrollBeginFunction
◆ IAScrollViewAttributes_getOnScrollEndFunction
◆ IAScrollViewAttributes_getGetScrollPosChangeFunction
◆ IAScrollViewAttributes_getGetTimeFunction
◆ correspondingObject
| void* IAScrollViewAttributes::correspondingObject |
◆ viewPosition
| IARect IAScrollViewAttributes::viewPosition |
◆ scrollLength
| float IAScrollViewAttributes::scrollLength |
◆ decelerationForScrollingInPixelPerTimeUnitSquared
| float IAScrollViewAttributes::decelerationForScrollingInPixelPerTimeUnitSquared |
◆ overscrollingBehavior
◆ thresholdInPixelForOnScrollBeginCall
| float IAScrollViewAttributes::thresholdInPixelForOnScrollBeginCall |
◆ onScrollBegin
◆ onScrollEnd
◆ getScrollPosChange
| float(* IAScrollViewAttributes::getScrollPosChange) (IAPoint current, IAPoint last) |
◆ getTime
| uint64_t(* IAScrollViewAttributes::getTime) () |
◆ zOrder
| int IAScrollViewAttributes::zOrder |
The documentation for this class was generated from the following files: