Selectable
Selectable(),
Selectable(),
Selectable(),
public Selectable {
DragSortableListView::IndexOfSelectable(Selectable* selectable) const
Selectable*
Selectable* selectable = SelectableFor(item);
Selectable* selectable = (Selectable*)selectables.ItemAtFast(i);
virtual Selectable* SelectableFor(BListItem* item) const;
class Selectable;
virtual int32 IndexOfSelectable(Selectable* selectable) const;
Selectable::Selectable()
Selectable::~Selectable()
Selectable::SetSelected(bool selected, bool exclusive)
Selectable::SetSelection(Selection* selection)
Selectable::_SetSelected(bool selected)
class Selectable {
Selectable();
virtual ~Selectable();
Selectable*
return (Selectable*)fSelected.ItemAtFast(index);
Selection::_DeselectAllExcept(Selectable* except)
Selectable* object = (Selectable*)fSelected.ItemAtFast(i);
Selection::Select(Selectable* object, bool extend)
Selection::Deselect(Selectable* object)
Selectable*
return (Selectable*)fSelected.ItemAt(index);
class Selectable;
bool Select(Selectable* object,
void Deselect(Selectable* object);
Selectable* SelectableAt(int32 index) const;
Selectable* SelectableAtFast(int32 index) const;
void _DeselectAllExcept(Selectable* object);
Selectable* selected = fSelection->SelectableAt(0);
PathListView::IndexOfSelectable(Selectable* selectable) const
Selectable*
virtual int32 IndexOfSelectable(Selectable* selectable) const;
virtual Selectable* SelectableFor(BListItem* item) const;
ShapeListView::IndexOfSelectable(Selectable* selectable) const
Selectable*
virtual int32 IndexOfSelectable(Selectable* selectable) const;
virtual Selectable* SelectableFor(BListItem* item) const;
StyleListView::IndexOfSelectable(Selectable* selectable) const
Selectable*
virtual int32 IndexOfSelectable(Selectable* selectable) const;
virtual Selectable* SelectableFor(BListItem* item) const;
TransformerListView::IndexOfSelectable(Selectable* selectable) const
Selectable*
virtual int32 IndexOfSelectable(Selectable* selectable) const;
virtual Selectable* SelectableFor(BListItem* item) const;