Searched refs:selectable (Results 1 – 15 of 15) sorted by relevance
226 bool selectable) in makeSelectable() argument227 { m_selectable = selectable; } in makeSelectable()
584 DragSortableListView::IndexOfSelectable(Selectable* selectable) const in IndexOfSelectable()626 Selectable* selectable = SelectableFor(item); in SelectionChanged() local627 if (selectable) in SelectionChanged()628 selectables.AddItem((void*)selectable); in SelectionChanged()641 Selectable* selectable = (Selectable*)selectables.ItemAtFast(i); in SelectionChanged() local642 fSelection->Select(selectable, i > 0); in SelectionChanged()
99 virtual int32 IndexOfSelectable(Selectable* selectable) const;
58 virtual int32 IndexOfSelectable(Selectable* selectable) const;
64 virtual int32 IndexOfSelectable(Selectable* selectable) const;
60 virtual int32 IndexOfSelectable(Selectable* selectable) const;
63 virtual int32 IndexOfSelectable(Selectable* selectable) const;
541 ShapeListView::IndexOfSelectable(Selectable* selectable) const in IndexOfSelectable()543 Shape* shape = dynamic_cast<Shape*>(selectable); in IndexOfSelectable()545 Transformer* transformer = dynamic_cast<Transformer*>(selectable); in IndexOfSelectable()
364 TransformerListView::IndexOfSelectable(Selectable* selectable) const in IndexOfSelectable()366 Transformer* transformer = dynamic_cast<Transformer*>(selectable); in IndexOfSelectable()
576 StyleListView::IndexOfSelectable(Selectable* selectable) const in IndexOfSelectable()578 Style* style = dynamic_cast<Style*>(selectable); in IndexOfSelectable()
654 PathListView::IndexOfSelectable(Selectable* selectable) const in IndexOfSelectable()656 VectorPath* path = dynamic_cast<VectorPath*>(selectable); in IndexOfSelectable()
183 to be selectable or editable off. A non-editable, non-selectable text1186 \fn void BTextView::MakeSelectable(bool selectable)1187 \brief Sets whether or not the text is selectable.1189 \param selectable Pass in \c true to set the text to be selectable,1190 \c false to set the text to be not selectable.1198 \brief Returns whether or not the text is selectable.1200 \return \c true if the text is selectable,1201 \c false if the text is not selectable.
7 …dow autoraiser. It will bring to front whatever window is under the mouse after a selectable delay.
189 void MakeSelectable(bool selectable = true);
2348 BTextView::MakeSelectable(bool selectable) in MakeSelectable() argument2350 if (selectable == fSelectable) in MakeSelectable()2353 fSelectable = selectable; in MakeSelectable()