IReorderableListAdaptor Interface

Rotorz ReorderableList

IReorderableListAdaptor Interface
Adaptor allowing reorderable list control to interface with list data.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public interface IReorderableListAdaptor
public interface IReorderableListAdaptor

The IReorderableListAdaptor type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add new element at end of list.
Public methodBeginGUI
Occurs before any list items are drawn.
Public methodCanDrag
Determines whether an item can be reordered by dragging mouse.
Public methodCanRemove
Determines whether an item can be removed from list.
Public methodClear
Clear all elements from list.
Public methodDrawItem
Draws main interface for a list item.
Public methodDrawItemBackground
Draws background of a list item.
Public methodDuplicate
Duplicate existing element.
Public methodEndGUI
Occurs after all list items have been drawn.
Public methodGetItemHeight
Gets height of list item in pixels.
Public methodInsert
Insert new element at specified index.
Public methodMove
Move element from source index to destination index.
Public methodRemove
Remove element at specified index.
Top
Properties
  NameDescription
Public propertyCount
Gets count of elements in list.
Top
See Also