Symbol: Selectable
src/apps/icon-o-matic/document/IconObject.cpp
21
Selectable(),
src/apps/icon-o-matic/document/IconObject.cpp
31
Selectable(),
src/apps/icon-o-matic/document/IconObject.cpp
41
Selectable(),
src/apps/icon-o-matic/document/IconObject.h
23
public Selectable {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
584
DragSortableListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
590
Selectable*
src/apps/icon-o-matic/generic/gui/ListViews.cpp
626
Selectable* selectable = SelectableFor(item);
src/apps/icon-o-matic/generic/gui/ListViews.cpp
641
Selectable* selectable = (Selectable*)selectables.ItemAtFast(i);
src/apps/icon-o-matic/generic/gui/ListViews.h
100
virtual Selectable* SelectableFor(BListItem* item) const;
src/apps/icon-o-matic/generic/gui/ListViews.h
27
class Selectable;
src/apps/icon-o-matic/generic/gui/ListViews.h
99
virtual int32 IndexOfSelectable(Selectable* selectable) const;
src/apps/icon-o-matic/generic/selection/Selectable.cpp
16
Selectable::Selectable()
src/apps/icon-o-matic/generic/selection/Selectable.cpp
23
Selectable::~Selectable()
src/apps/icon-o-matic/generic/selection/Selectable.cpp
29
Selectable::SetSelected(bool selected, bool exclusive)
src/apps/icon-o-matic/generic/selection/Selectable.cpp
48
Selectable::SetSelection(Selection* selection)
src/apps/icon-o-matic/generic/selection/Selectable.cpp
57
Selectable::_SetSelected(bool selected)
src/apps/icon-o-matic/generic/selection/Selectable.h
16
class Selectable {
src/apps/icon-o-matic/generic/selection/Selectable.h
18
Selectable();
src/apps/icon-o-matic/generic/selection/Selectable.h
19
virtual ~Selectable();
src/apps/icon-o-matic/generic/selection/Selection.cpp
101
Selectable*
src/apps/icon-o-matic/generic/selection/Selection.cpp
104
return (Selectable*)fSelected.ItemAtFast(index);
src/apps/icon-o-matic/generic/selection/Selection.cpp
118
Selection::_DeselectAllExcept(Selectable* except)
src/apps/icon-o-matic/generic/selection/Selection.cpp
125
Selectable* object = (Selectable*)fSelected.ItemAtFast(i);
src/apps/icon-o-matic/generic/selection/Selection.cpp
30
Selection::Select(Selectable* object, bool extend)
src/apps/icon-o-matic/generic/selection/Selection.cpp
72
Selection::Deselect(Selectable* object)
src/apps/icon-o-matic/generic/selection/Selection.cpp
94
Selectable*
src/apps/icon-o-matic/generic/selection/Selection.cpp
97
return (Selectable*)fSelected.ItemAt(index);
src/apps/icon-o-matic/generic/selection/Selection.h
16
class Selectable;
src/apps/icon-o-matic/generic/selection/Selection.h
24
bool Select(Selectable* object,
src/apps/icon-o-matic/generic/selection/Selection.h
26
void Deselect(Selectable* object);
src/apps/icon-o-matic/generic/selection/Selection.h
30
Selectable* SelectableAt(int32 index) const;
src/apps/icon-o-matic/generic/selection/Selection.h
31
Selectable* SelectableAtFast(int32 index) const;
src/apps/icon-o-matic/generic/selection/Selection.h
35
void _DeselectAllExcept(Selectable* object);
src/apps/icon-o-matic/gui/IconObjectListView.cpp
148
Selectable* selected = fSelection->SelectableAt(0);
src/apps/icon-o-matic/gui/PathListView.cpp
654
PathListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/gui/PathListView.cpp
670
Selectable*
src/apps/icon-o-matic/gui/PathListView.h
63
virtual int32 IndexOfSelectable(Selectable* selectable) const;
src/apps/icon-o-matic/gui/PathListView.h
64
virtual Selectable* SelectableFor(BListItem* item) const;
src/apps/icon-o-matic/gui/ShapeListView.cpp
541
ShapeListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/gui/ShapeListView.cpp
567
Selectable*
src/apps/icon-o-matic/gui/ShapeListView.h
64
virtual int32 IndexOfSelectable(Selectable* selectable) const;
src/apps/icon-o-matic/gui/ShapeListView.h
65
virtual Selectable* SelectableFor(BListItem* item) const;
src/apps/icon-o-matic/gui/StyleListView.cpp
576
StyleListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/gui/StyleListView.cpp
592
Selectable*
src/apps/icon-o-matic/gui/StyleListView.h
60
virtual int32 IndexOfSelectable(Selectable* selectable) const;
src/apps/icon-o-matic/gui/StyleListView.h
61
virtual Selectable* SelectableFor(BListItem* item) const;
src/apps/icon-o-matic/gui/TransformerListView.cpp
372
TransformerListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/gui/TransformerListView.cpp
389
Selectable*
src/apps/icon-o-matic/gui/TransformerListView.h
58
virtual int32 IndexOfSelectable(Selectable* selectable) const;
src/apps/icon-o-matic/gui/TransformerListView.h
59
virtual Selectable* SelectableFor(BListItem* item) const;