Home
last modified time | relevance | path

Searched refs:get_selected (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/
H A Dcreate_part_dialog.cpp58 button_ok->set_sensitive(browser_entity->get_selected() && browser_package->get_selected()); in check_select()
63 if (browser_entity->get_selected() && browser_package->get_selected()) in check_activate()
69 return browser_entity->get_selected(); in get_entity()
74 return browser_package->get_selected(); in get_package()
H A Dpool_notebook_parts.cpp20 auto entity_uuid = browsers.at(ObjectType::ENTITY)->get_selected(); in handle_create_part()
21 auto package_uuid = browsers.at(ObjectType::PACKAGE)->get_selected(); in handle_create_part()
80 auto package_uuid = browsers.at(ObjectType::PACKAGE)->get_selected(); in handle_part_wizard()
108 br->signal_activated().connect([this, br] { handle_edit_part(br->get_selected()); }); in construct_parts()
164 auto sel = br->get_selected(); in construct_parts()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp167 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_pressed()
169 current = animation->get_item_text(animation->get_selected()); in _play_pressed()
188 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_from_pressed()
190 current = animation->get_item_text(animation->get_selected()); in _play_from_pressed()
215 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_pressed()
217 current = animation->get_item_text(animation->get_selected()); in _play_bw_pressed()
236 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_from_pressed()
238 current = animation->get_item_text(animation->get_selected()); in _play_bw_from_pressed()
280 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _animation_selected()
282 current = animation->get_item_text(animation->get_selected()); in _animation_selected()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp167 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_pressed()
169 current = animation->get_item_text(animation->get_selected()); in _play_pressed()
188 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_from_pressed()
190 current = animation->get_item_text(animation->get_selected()); in _play_from_pressed()
215 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_pressed()
217 current = animation->get_item_text(animation->get_selected()); in _play_bw_pressed()
236 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_from_pressed()
238 current = animation->get_item_text(animation->get_selected()); in _play_bw_from_pressed()
280 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _animation_selected()
282 current = animation->get_item_text(animation->get_selected()); in _animation_selected()
[all …]
/dports/deskutils/zim/zim-0.74.3/zim/gui/
H A Dtemplateeditordialog.py78 custom, default = self.view.get_selected()
90 custom, default = self.view.get_selected()
102 custom, default = self.view.get_selected()
123 custom, default = self.view.get_selected()
136 custom, default = self.view.get_selected()
187 def get_selected(self): member in TemplateListView
189 model, iter = self.get_selection().get_selected()
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/
H A Doutputable.py35 if format.get_selected() == "html" or format.get_selected() == "htmlembedded":
37 elif format.get_selected() == "text":
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dtable.h111 Entry get_selected() const;
270 void* get_selected() const { in get_selected() function
364 Entry const* get_selected() const { in get_selected() function
365 return static_cast<Entry const*>(Base::get_selected()); in get_selected()
398 Entry* get_selected() const { in get_selected() function
399 return static_cast<Entry*>(Base::get_selected()); in get_selected()
436 const Entry& get_selected() const { in get_selected() function
437 return *static_cast<Entry const*>(Base::get_selected()); in get_selected()
474 Entry& get_selected() const { in get_selected() function
475 return *static_cast<Entry*>(Base::get_selected()); in get_selected()
[all …]
H A Dlistselect.h98 uint32_t get_selected() const;
194 const Entry& get_selected() const { in get_selected() function
195 return entry_cache_[BaseListselect::get_selected()]; in get_selected()
235 Entry& get_selected() const {
236 return *Base::get_selected();
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-menu-editor/cme/
H A DMainWindow.py97 items, iter = item_tree.get_selection().get_selected()
112 menus, iter = menu_tree.get_selection().get_selected()
285 menus, iter = menu_tree.get_selection().get_selected()
298 menus, iter = menu_tree.get_selection().get_selected()
311 items, iter = item_tree.get_selection().get_selected()
324 items, iter = item_tree.get_selection().get_selected()
345 items, iter = item_tree.get_selection().get_selected()
355 items, iter = item_tree.get_selection().get_selected()
365 items, iter = item_tree.get_selection().get_selected()
384 menus, iter = selection.get_selected()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp183 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_pressed()
185 current = animation->get_item_text(animation->get_selected()); in _play_pressed()
202 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_from_pressed()
204 current = animation->get_item_text(animation->get_selected()); in _play_from_pressed()
227 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_pressed()
229 current = animation->get_item_text(animation->get_selected()); in _play_bw_pressed()
246 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_from_pressed()
248 current = animation->get_item_text(animation->get_selected()); in _play_bw_from_pressed()
282 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _animation_selected()
342 int selected = animation->get_selected(); in _animation_rename()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp183 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_pressed()
185 current = animation->get_item_text(animation->get_selected()); in _play_pressed()
202 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_from_pressed()
204 current = animation->get_item_text(animation->get_selected()); in _play_from_pressed()
227 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_pressed()
229 current = animation->get_item_text(animation->get_selected()); in _play_bw_pressed()
246 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _play_bw_from_pressed()
248 current = animation->get_item_text(animation->get_selected()); in _play_bw_from_pressed()
282 if (animation->get_selected() >= 0 && animation->get_selected() < animation->get_item_count()) { in _animation_selected()
342 int selected = animation->get_selected(); in _animation_rename()
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dedittrackersdialog.py201 def get_selected(self): member in EditTrackersDialog
203 return self.treeview.get_selection().get_selected()[1]
213 selected = self.get_selected()
220 selected = self.get_selected()
235 selected = self.get_selected()
243 selected = self.get_selected()
255 selected = self.get_selected()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dscript_create_dialog.cpp43 …file_path->set_text(initial_bp + "." + ScriptServer::get_language(language_menu->get_selected())->… in config()
128 …text = ScriptServer::get_language(language_menu->get_selected())->get_template(cname, parent_name-… in _create_new()
130 …text = ScriptServer::get_language(language_menu->get_selected())->get_empty_template(cname, parent… in _create_new()
132 …text = ScriptServer::get_language(language_menu->get_selected())->get_nocomment_template(cname, pa… in _create_new()
134 …text = ScriptServer::get_language(language_menu->get_selected())->get_template(cname, parent_name-… in _create_new()
137 Script *script = ScriptServer::get_language(language_menu->get_selected())->create_script(); in _create_new()
184 l = language_menu->get_selected(); in _lang_changed()
243 int lang = language_menu->get_selected(); in _browse_path()
H A Dresources_dock.cpp55 TreeItem *ti = resources->get_selected(); in _tool_selected()
68 TreeItem *ti = resources->get_selected(); in _tool_selected()
77 TreeItem *ti = resources->get_selected(); in _tool_selected()
86 TreeItem *ti = resources->get_selected(); in _tool_selected()
180 TreeItem *ti = resources->get_selected(); in _file_action()
266 TreeItem *sel = resources->get_selected(); in _resource_selected()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dscript_create_dialog.cpp43 …file_path->set_text(initial_bp + "." + ScriptServer::get_language(language_menu->get_selected())->… in config()
128 …text = ScriptServer::get_language(language_menu->get_selected())->get_template(cname, parent_name-… in _create_new()
130 …text = ScriptServer::get_language(language_menu->get_selected())->get_empty_template(cname, parent… in _create_new()
132 …text = ScriptServer::get_language(language_menu->get_selected())->get_nocomment_template(cname, pa… in _create_new()
134 …text = ScriptServer::get_language(language_menu->get_selected())->get_template(cname, parent_name-… in _create_new()
137 Script *script = ScriptServer::get_language(language_menu->get_selected())->create_script(); in _create_new()
184 l = language_menu->get_selected(); in _lang_changed()
243 int lang = language_menu->get_selected(); in _browse_path()
H A Dresources_dock.cpp55 TreeItem *ti = resources->get_selected(); in _tool_selected()
68 TreeItem *ti = resources->get_selected(); in _tool_selected()
77 TreeItem *ti = resources->get_selected(); in _tool_selected()
86 TreeItem *ti = resources->get_selected(); in _tool_selected()
180 TreeItem *ti = resources->get_selected(); in _file_action()
266 TreeItem *sel = resources->get_selected(); in _resource_selected()
/dports/deskutils/mozo/mozo-1.26.1/Mozo/
H A DMainWindow.py99 items, iter = item_tree.get_selection().get_selected()
114 menus, iter = menu_tree.get_selection().get_selected()
305 menus, iter = menu_tree.get_selection().get_selected()
318 menus, iter = menu_tree.get_selection().get_selected()
331 items, iter = item_tree.get_selection().get_selected()
343 items, iter = item_tree.get_selection().get_selected()
356 items, iter = item_tree.get_selection().get_selected()
395 menus, iter = selection.get_selected()
412 menus, iter = treeview.get_selection().get_selected()
455 items, iter = selection.get_selected()
[all …]
/dports/games/widelands/widelands-build21/src/ui_fsmenu/
H A Dmapselect.cc206 return &maps_data_[table_.get_selected()]; in get_map()
213 const MapData& mapdata = maps_data_[table_.get_selected()]; in clicked_ok()
219 if (maps_data_[table_.get_selected()].maptype == MapData::MapType::kScenario) { in clicked_ok()
229 ok_.set_enabled(has_selection && maps_data_.at(table_.get_selected()).nrplayers > 0); in set_has_selection()
240 maps_data_[table_.get_selected()], !cb_dont_localize_mapnames_->get_state()); in entry_selected()
314 const std::string selected_tag = team_tags_dropdown_->get_selected(); in fill_table()
320 const std::string selected_tag = official_tags_dropdown_->get_selected(); in fill_table()
330 const std::string selected_tag = balancing_tags_dropdown_->get_selected(); in fill_table()
429 balancing_tags_dropdown_->has_selection() ? balancing_tags_dropdown_->get_selected() : ""; in rebuild_balancing_dropdown()
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Drewardlist-dialog.cpp83 if (!rewards_treeview->get_selection()->get_selected()) in update_rewardlist_buttons()
100 Gtk::TreeModel::iterator i = selection->get_selected(); in update_rewardlist_buttons()
117 Gtk::TreeModel::iterator i = selection->get_selected(); in on_reward_selected()
144 Gtk::TreeModel::iterator iterrow = selection->get_selected(); in on_remove_clicked()
160 Gtk::TreeModel::iterator iterrow = selection->get_selected(); in on_edit_clicked()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dselection_dialog.cpp149 auto it = list_view_text.get_selection()->get_selected(); in cursor_changed()
177 if(!list_view_text.get_selection()->get_selected()) { in show()
181 …list_view_text.get_model()->children().begin() != list_view_text.get_selection()->get_selected()) { in show()
184 …_to_row(list_view_text.get_model()->get_path(list_view_text.get_selection()->get_selected()), 0.5); in show()
254 auto it = list_view_text.get_selection()->get_selected(); in SelectionDialog()
269 auto it = list_view_text.get_selection()->get_selected(); in on_key_press()
280 auto it = list_view_text.get_selection()->get_selected(); in on_key_press()
295 auto it = list_view_text.get_selection()->get_selected(); in on_key_press()
405 auto it = list_view_text.get_selection()->get_selected(); in select()
446 auto it = list_view_text.get_selection()->get_selected(); in on_key_press()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dlua_script_manager.cc234 TreeModel::Row row = *(_a_view.get_selection()->get_selected()); in action_selection_changed()
256 TreeModel::Row row = *(_a_view.get_selection()->get_selected()); in set_action_btn_clicked()
265 TreeModel::Row row = *(_a_view.get_selection()->get_selected()); in del_action_btn_clicked()
276 TreeModel::Row row = *(_a_view.get_selection()->get_selected()); in call_action_btn_clicked()
285 TreeModel::Row row = *(_a_view.get_selection()->get_selected()); in edit_action_btn_clicked()
338 TreeModel::Row row = *(_c_view.get_selection()->get_selected()); in callback_selection_changed()
356 TreeModel::Row row = *(_c_view.get_selection()->get_selected()); in del_callback_btn_clicked()
418 TreeModel::Row row = *(_s_view.get_selection()->get_selected()); in session_script_selection_changed()
441 TreeModel::Row row = *(_s_view.get_selection()->get_selected()); in del_sess_btn_clicked()
/dports/audio/pithos/pithos-1.5.1/pithos/
H A DSearchDialog.py45 def get_selected(self): member in SearchDialog
46 sel = self.treeview.get_selection().get_selected()
75 self.result = self.get_selected()
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/displaytabs/
H A Dgroupembeddedlist.py108 obj = self.get_selected()
143 obj = self.get_selected()
181 if id(self) == selfid and self.get_selected() is not None:
370 ref = self.get_selected()
387 ref = self.get_selected()
396 ref = self.get_selected()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dmanage_sounds.py105 model, iter_ = treeview.get_selection().get_selected()
113 model, iter_ = self._ui.sounds_treeview.get_selection().get_selected()
127 model, iter_ = self._ui.sounds_treeview.get_selection().get_selected()
132 model, iter_ = self._ui.sounds_treeview.get_selection().get_selected()
/dports/net/remotebox/RemoteBox-2.7/share/remotebox/
H A Drbox_lists.pl477 …$gui{treeviewVBPrefsNAT}->get_selection->get_selected() ? $gui{treeviewVBPrefsNAT}->get_selection-…
517 …$gui{treeviewVBPrefsHON}->get_selection->get_selected() ? $gui{treeviewVBPrefsHON}->get_selection-…
645 …reeviewEditUSBFilters}->get_selection->get_selected() ? $gui{treeviewEditUSBFilters}->get_selectio…
933 …= $gui{treeviewVMMFloppy}->get_selection->get_selected() ? $gui{treeviewVMMFloppy}->get_selection-…
1033 …ter = $gui{treeviewVMMDVD}->get_selection->get_selected() ? $gui{treeviewVMMDVD}->get_selection->g…
1109 …gui{treeviewPFRulesIPv4}->get_selection->get_selected() ? $gui{treeviewPFRulesIPv4}->get_selection…
1153 …gui{treeviewPFRulesIPv6}->get_selection->get_selected() ? $gui{treeviewPFRulesIPv6}->get_selection…
1187 …$iter = $gui{treeviewVMMHD}->get_selection->get_selected() ? $gui{treeviewVMMHD}->get_selection->g…
1319 …= $gui{treeviewSnapshots}->get_selection->get_selected() ? $gui{treeviewSnapshots}->get_selection-…
1394 …$iter = $gui{treeviewGuest}->get_selection->get_selected() ? $gui{treeviewGuest}->get_selection->g…
[all …]

12345678910>>...45