List of All Members for SwipeView
This is the complete list of members for SwipeView, including inherited members.
- horizontal : bool
- index : int [attached]
- interactive : bool
- isCurrentItem : bool [attached]
- isNextItem : bool [attached]
- isPreviousItem : bool [attached]
- orientation : enumeration
- vertical : bool
- view : SwipeView [attached]
The following members are inherited from Container.
- contentChildren : list<Item>
- contentData : list<Object> [default]
- contentHeight : real
- contentModel : model
- contentWidth : real
- count : int
- currentIndex : int
- currentItem : Item
- void addItem(Item item)
- void decrementCurrentIndex()
- void incrementCurrentIndex()
- void insertItem(int index, Item item)
- Item itemAt(int index)
- void moveItem(int from, int to)
- void removeItem(Item item)
- void removeItem(int index)
(obsolete)
- void setCurrentIndex(int index)
- Item takeItem(int index)
The following members are inherited from Control.
- availableHeight : real
- availableWidth : real
- background : Item
- bottomInset : real
- bottomPadding : real
- contentItem : Item
- focusPolicy : enumeration
- focusReason : enumeration
- font : font
- horizontalPadding : real
- hoverEnabled : bool
- hovered : bool
- implicitBackgroundHeight : real
- implicitBackgroundWidth : real
- implicitContentHeight : real
- implicitContentWidth : real
- leftInset : real
- leftPadding : real
- locale : Locale
- mirrored : bool
- padding : real
- palette : palette
- rightInset : real
- rightPadding : real
- spacing : real
- topInset : real
- topPadding : real
- verticalPadding : real
- visualFocus : bool
- wheelEnabled : bool