Home
last modified time | relevance | path

Searched refs:selected_ (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWIconList.cpp32 selected_(-1), handler_(0), flags_(flags) in GLWIconList()
42 if (selected_ == -1) in addItem()
44 selected_ = 0; in addItem()
45 if (handler_) handler_->selected(getId(), selected_); in addItem()
55 selected_ = -1; in clear()
66 if (selected_ < 0 || selected_ >= (int) items_.size()) return 0; in getSelected()
67 return items_[selected_]; in getSelected()
93 if (!(flags_ & eNoDrawSelected) && selected_ == i) in draw()
123 selected_ = pos; in mouseDown()
125 if (handler_) handler_->selected(getId(), selected_); in mouseDown()
[all …]
H A DGLWTankViewer.cpp46 rot_(0.0f), selected_(0), in GLWTankViewer()
146 if (selected_ >= 0 && in refreshAvailableModels()
147 selected_ < (int) models_.size()) in refreshAvailableModels()
168 selected_ = 0; in setTankModels()
210 if (selected_ >= 0 && in getModelName()
319 if (selected_ >= 0 && in draw()
328 drawCaption(selected_); in draw()
333 drawItem(selected_, true); in draw()
358 selected_ = vectorPos; in mouseDown()
460 selected_ = currentSel; in selectModelByName()
[all …]
H A DGLWIconTable.cpp32 selected_(-1), handler_(0), itemCount_(0) in GLWIconTable()
62 if (selected_ > items) selected_ = -1; in setItemCount()
105 if (selected_ != i) in draw()
125 if (i == min || selected_ == i) in draw()
168 selected_ = pos; in mouseDown()
170 if (handler_) handler_->rowSelected(getId(), selected_); in mouseDown()
174 if (handler_) handler_->rowChosen(getId(), selected_); in mouseDown()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dmenu_button.cpp45 , selected_(0) in REGISTER_WIDGET()
167 if(selected_ > 0) { in signal_handler_sdl_wheel_up()
168 set_selected(selected_ - 1); in signal_handler_sdl_wheel_up()
179 if(selected_ < values_.size() - 1) { in signal_handler_sdl_wheel_down()
180 set_selected(selected_ + 1); in signal_handler_sdl_wheel_down()
189 assert(selected_ < values_.size()); in set_values()
196 selected_ = selected; in set_values()
198 set_label(values_[selected_]["label"]); in set_values()
204 assert(selected_ < values_.size()); in set_selected()
206 if(selected != selected_) { in set_selected()
[all …]
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/libime/jyutping/
H A Djyutpingcontext.cpp79 d->selected_.clear(); in erase()
158 d->selected_.emplace_back(); in select()
190 if (d->selected_.size()) { in cancel()
191 d->selected_.pop_back(); in cancel()
200 if (d->selected_.size()) { in state()
228 if (d->selected_.size()) { in update()
327 if (d->selected_.size()) { in selected()
339 for (auto &s : d->selected_) { in selectedSentence()
349 if (d->selected_.size()) { in selectedLength()
471 if (d->selected_.empty()) { in learnWord()
[all …]
/dports/textproc/fcitx5-configtool/fcitx5-configtool-5.0.8/src/migrator/app/
H A Dtaskpage.cpp35 return selected_.contains(index) ? Qt::Checked : Qt::Unchecked; in data()
49 if (newValue == selected_.contains(index)) { in setData()
53 selected_.insert(index); in setData()
55 selected_.remove(index); in setData()
94 selected_.clear(); in refresh()
105 selected_.insert(createIndex(i, 0)); in selectAll()
113 selected_.clear(); in clearSelection()
119 return static_cast<int>(availMigrators_) == selected_.size(); in allSelected()
122 bool someSelected() const { return !selected_.isEmpty(); } in someSelected()
126 for (const QPersistentModelIndex &index : selected_) { in selectedMigrators()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/
H A DSVNSelectChangelistTable.java60 for (Map.Entry<String, Boolean> entry : selected_.entrySet()) in getSelectedPaths()
79 if (selected_.containsKey(item.getPath())) in setItems()
82 selected_.put(item.getPath(), in setItems()
95 selected_.put(obj.getPath(), selected); in setSelected()
111 return selected_.containsKey(object.getPath()) && in configureTable()
112 selected_.get(object.getPath()); in configureTable()
138 selected_.clear(); in clearSelection()
144 private final HashMap<String, Boolean> selected_ = new HashMap<>(); field in SVNSelectChangelistTable
/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A Dgraphics.cpp21 selected_(nullptr), in Graphics()
37 selected_(nullptr), in Graphics()
107 if (gCell == selected_) { in drawNesterov()
117 if (selected_) { in drawNesterov()
119 for (GPin* pin : selected_->gPins()) { in drawNesterov()
126 if (neighbor == selected_) { in drawNesterov()
173 if (!selected_) { in reportSelected()
176 auto instance = selected_->instance(); in reportSelected()
184 for (auto& gPin : selected_->gPins()) { in reportSelected()
220 selected_ = nullptr; in select()
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyincontext.cpp135 d->selected_.clear(); in erase()
214 d->selected_.emplace_back(); in select()
246 if (!d->selected_.empty()) { in cancel()
247 d->selected_.pop_back(); in cancel()
256 if (!d->selected_.empty()) { in state()
284 if (!d->selected_.empty()) { in update()
388 if (!d->selected_.empty()) { in selected()
410 if (!d->selected_.empty()) { in selectedLength()
598 if (d->selected_.empty()) { in learnWord()
602 if (d->selected_.size() == 1 && d->selected_[0].size() == 1) { in learnWord()
[all …]
/dports/textproc/R-cran-htmltools/htmltools/R/
H A Dtag_query.R513 selected_ argument
545 selected_ <- setSelected(selected_)
635 length(selected_)
655 tagQueryClassAdd(selected_, class)
672 tagQueryClassHas(selected_, class)
676 tagQueryAttrsAdd(selected_, ...)
725 if (length(selected_) > 0) {
726 tagQueryEach(selected_, fn)
743 tagQuerySiblingRemove(selected_)
751 tagQueryChildrenEmpty(selected_)
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/palette/ui/
H A DCommandPalette.java95 selected_ = -1; in CommandPalette()
294 if (selected_ >= 0) in applyFilter()
295 visible_.get(selected_).setSelected(false); in applyFilter()
298 selected_ = -1; in applyFilter()
339 int target = selected_ + units; in moveSelection()
352 if (target != selected_) in moveSelection()
371 if (selected_ >= 0) in invokeSelection()
389 if (selected_ == target) in selectNewCommand()
393 if (selected_ >= 0) in selectNewCommand()
399 selected_ = target; in selectNewCommand()
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/table/
H A Dtablecontext.cpp178 if (selected_.empty()) { in currentState()
182 for (auto &s : selected_) { in currentState()
201 if (!selected_.empty()) { in selectedLength()
208 if (!selected_.empty()) { in cancel()
209 selected_.pop_back(); in cancel()
348 d->selected_.clear(); in erase()
364 d->selected_.emplace_back(); in select()
631 return d->selected_.size(); in selectedSize()
687 if (d->selected_.empty()) { in learn()
691 for (auto &s : d->selected_) { in learn()
[all …]
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dselection.hh217 : selected_() in Selection()
221 : selected_(), size_(0), built_(false) in Selection()
258 uint32_t* selected_; member in Dune::Selection
279 selected_ = new uint32_t[entries]; in setIndexSet()
285 selected_[entries++]= index->local().local(); in setIndexSet()
294 return selected_; in begin()
300 return selected_+size_; in end()
306 delete[] selected_; in free()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dlabmaskspanel.cc910 selected_(0), in LabMasksPanel()
1549 selected_ = rtengine::LIM(selected_-1, 0u, unsigned(masks_.size()-1)); in onRemovePressed()
1563 if (selected_ > 0 && cp_->moveUpPressed(selected_)) { in onUpPressed()
1568 --selected_; in onUpPressed()
1582 if (selected_ < masks_.size()-1 && cp_->moveDownPressed(selected_)) { in onDownPressed()
1587 ++selected_; in onDownPressed()
1601 if (selected_ < masks_.size() && cp_->copyPressed(selected_)) { in onCopyPressed()
1619 if (selected_ < masks_.size() && cp_->resetPressed(selected_)) { in onResetPressed()
2168 selected_ = 0; in setMasks()
2185 maskGet(selected_); in getMasks()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp153 int selected_; member
163 explicit cxx11_allocator_base(int t) : tag_(t), selected_(0) in cxx11_allocator_base()
170 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
176 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
289 ++tmp.selected_; in select_on_container_copy_construction()
340 return x.selected_; in selected_count()
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp153 int selected_; member
163 explicit cxx11_allocator_base(int t) : tag_(t), selected_(0) in cxx11_allocator_base()
170 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
176 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
289 ++tmp.selected_; in select_on_container_copy_construction()
340 return x.selected_; in selected_count()
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp101 int selected_; member
112 : tag_(t), selected_(0) in cxx11_allocator_base()
119 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
125 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
250 ++tmp.selected_; in select_on_container_copy_construction()
313 return x.selected_; in selected_count()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp101 int selected_; member
112 : tag_(t), selected_(0) in cxx11_allocator_base()
119 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
125 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
250 ++tmp.selected_; in select_on_container_copy_construction()
313 return x.selected_; in selected_count()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp101 int selected_; member
112 : tag_(t), selected_(0) in cxx11_allocator_base()
119 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
125 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
250 ++tmp.selected_; in select_on_container_copy_construction()
313 return x.selected_; in selected_count()
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp101 int selected_; member
112 : tag_(t), selected_(0) in cxx11_allocator_base()
119 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
125 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
250 ++tmp.selected_; in select_on_container_copy_construction()
313 return x.selected_; in selected_count()
/dports/databases/percona57-client/boost_1_59_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp101 int selected_; member
112 : tag_(t), selected_(0) in cxx11_allocator_base()
119 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
125 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
250 ++tmp.selected_; in select_on_container_copy_construction()
313 return x.selected_; in selected_count()
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp153 int selected_; member
163 explicit cxx11_allocator_base(int t) : tag_(t), selected_(0) in cxx11_allocator_base()
170 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
176 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
289 ++tmp.selected_; in select_on_container_copy_construction()
340 return x.selected_; in selected_count()
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/objects/
H A Dcxx11_allocator.hpp153 int selected_; member
163 explicit cxx11_allocator_base(int t) : tag_(t), selected_(0) in cxx11_allocator_base()
170 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
176 : tag_(x.tag_), selected_(x.selected_) in cxx11_allocator_base()
289 ++tmp.selected_; in select_on_container_copy_construction()
340 return x.selected_; in selected_count()
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DStartDialog.cpp53 selected_(-1) in StartDialog()
82 selected_ = -1; in draw()
105 selected_ = i; in draw()
118 if (selected_ == i) in draw()
135 if (selected_ != -1) in mouseDown()
154 switch (selected_) in mouseDown()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/visualisations/
H A Dprojectmpresetmodel.cpp69 bool selected = all_presets_[index.row()].selected_; in data()
88 all_presets_[index.row()].selected_ = value.toBool(); in setData()
104 all_presets_[i].selected_ = true; in SelectAll()
114 all_presets_[i].selected_ = false; in SelectNone()
123 all_presets_[i].selected_ = selected; in MarkSelected()

123456789