Searched refs:selectable (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h226 bool selectable)
227 { m_selectable = selectable; }
225 makeSelectable( bool selectable) argument
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h58 virtual int32 IndexOfSelectable(Selectable* selectable) const;
H A DPathListView.h63 virtual int32 IndexOfSelectable(Selectable* selectable) const;
H A DShapeListView.h64 virtual int32 IndexOfSelectable(Selectable* selectable) const;
H A DStyleListView.h60 virtual int32 IndexOfSelectable(Selectable* selectable) const;
H A DShapeListView.cpp541 ShapeListView::IndexOfSelectable(Selectable* selectable) const
543 Shape* shape = dynamic_cast<Shape*>(selectable);
545 Transformer* transformer = dynamic_cast<Transformer*>(selectable);
H A DTransformerListView.cpp364 TransformerListView::IndexOfSelectable(Selectable* selectable) const
366 Transformer* transformer = dynamic_cast<Transformer*>(selectable);
H A DPathListView.cpp654 PathListView::IndexOfSelectable(Selectable* selectable) const
656 VectorPath* path = dynamic_cast<VectorPath*>(selectable);
H A DStyleListView.cpp576 StyleListView::IndexOfSelectable(Selectable* selectable) const
578 Style* style = dynamic_cast<Style*>(selectable);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h99 virtual int32 IndexOfSelectable(Selectable* selectable) const;
H A DListViews.cpp584 DragSortableListView::IndexOfSelectable(Selectable* selectable) const
626 Selectable* selectable = SelectableFor(item); local
627 if (selectable)
628 selectables.AddItem((void*)selectable);
641 Selectable* selectable = (Selectable*)selectables.ItemAtFast(i); local
642 fSelection->Select(selectable, i > 0);
/haiku/headers/os/interface/
H A DTextView.h189 void MakeSelectable(bool selectable = true);
/haiku/src/kits/interface/
H A DTextView.cpp2348 BTextView::MakeSelectable(bool selectable) argument
2350 if (selectable == fSelectable)
2353 fSelectable = selectable;

Completed in 120 milliseconds