List of All Members for SplitView
This is the complete list of members for SplitView, including inherited members.
- fillHeight : bool [attached]
- fillWidth : bool [attached]
- handle : Component
- maximumHeight : real [attached]
- maximumWidth : real [attached]
- minimumHeight : real [attached]
- minimumWidth : real [attached]
- orientation : enumeration
- preferredHeight : real [attached]
- preferredWidth : real [attached]
- resizing : bool
- view : SplitView [attached]
- bool restoreState(state)
- var saveState()
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