Home
last modified time | relevance | path

Searched refs:current_view (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dkview.cpp35 if (!current_view) return 0.0; in ZoomIn()
37 current_view->ev_zoom = fixmul(current_view->ev_zoom,62259); in ZoomIn()
38 current_view->ev_changed = 1; in ZoomIn()
44 if (!current_view) return 0.0; in ZoomOut()
46 current_view->ev_zoom = fixmul(current_view->ev_zoom,68985); in ZoomOut()
47 current_view->ev_changed = 1; in ZoomOut()
54 if (!current_view) return 0.0; in MoveCloser()
56 current_view->ev_dist = fixmul(current_view->ev_dist,62259); in MoveCloser()
57 current_view->ev_changed = 1; in MoveCloser()
65 current_view->ev_dist = fixmul(current_view->ev_dist,68985); in MoveAway()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dwrot.cpp39 wayfire_view current_view = nullptr; member in wf_wrot
65 if (!current_view || (current_view->role != wf::VIEW_ROLE_TOPLEVEL)) in __anonbc2d68500102()
72 output->focus_view(current_view, true); in __anonbc2d68500102()
103 current_view), transformer_2d); in motion_2d()
110 current_view->damage(); in motion_2d()
129 current_view->damage(); in motion_2d()
151 current_view->damage(); in motion_3d()
158 current_view->damage(); in motion_3d()
182 if (!current_view || (current_view->role != wf::VIEW_ROLE_TOPLEVEL)) in init()
252 current_view->damage(); in input_released()
[all …]
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dfx-window.lua32 local function button_world(current_view)
36 if current_view ~= "world" then
54 local function buttons_map(current_view)
55 local onmap = current_view == "sector" or current_view == "system" or current_view == "system_info"
67 active = current_view == "system"
76 active = current_view == "system_info"
94 local active = current_view == "info"
124 button_world(current_view)
126 button_info(current_view)
128 button_comms(current_view)
[all …]
H A Dequipment.lua61 local current_view = Game.CurrentView()
62 if current_view == "world" then
77 local current_view = Game.CurrentView()
78 if current_view == "world" then
111 local current_view = Game.CurrentView()
112 if current_view == "world" then
/dports/editors/xi-term/xi-term-d264767/src/widgets/
H A Deditor.rs40 pub current_view: ViewId, field
61 current_view: ViewId(0), in new()
99 self.current_view = view_id; in poll()
120 if let Some(view) = self.views.get_mut(&self.current_view) { in handle_input()
129 if let Some(view) = self.views.get_mut(&self.current_view) { in handle_resize()
132 warn!("view {} not found", self.current_view); in handle_resize()
222 if let Some(view) = self.views.get_mut(&self.current_view) { in back()
237 self.current_view = *view; in next_buffer()
240 self.current_view = *view; in next_buffer()
249 self.current_view = *view; in prev_buffer()
[all …]
/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/tests/views/
H A Dtest_current.py39 from gitfs.views import current as current_view
169 from gitfs.views import current as current_view
172 old_write = current_view.PassthroughView.write
189 current_view.PassthroughView.write = old_write
194 old_mkdir = current_view.PassthroughView.mkdir
195 old_chmod = current_view.PassthroughView.chmod
239 current_view.PassthroughView.mkdir = old_mkdir
240 current_view.PassthroughView.chmod = old_chmod
260 old_chmod = current_view.PassthroughView.chmod
273 current_view.PassthroughView.chmod = old_chmod
[all …]
H A Dtest_current.py.bak.mock39 from gitfs.views import current as current_view
169 from gitfs.views import current as current_view
172 old_write = current_view.PassthroughView.write
189 current_view.PassthroughView.write = old_write
194 old_mkdir = current_view.PassthroughView.mkdir
195 old_chmod = current_view.PassthroughView.chmod
239 current_view.PassthroughView.mkdir = old_mkdir
240 current_view.PassthroughView.chmod = old_chmod
260 old_chmod = current_view.PassthroughView.chmod
273 current_view.PassthroughView.chmod = old_chmod
[all …]
/dports/security/base/base-1.4.5/includes/
H A Dbase_state_query.inc.php39 var $current_view = -1; variable in QueryState
56 if ( $this->current_view == "" )
57 $this->current_view = -1;
112 return $this->current_view;
167 $this->current_view = 0;
189 $this->current_view = 0;
200 $this->current_view = $submit;
236 ($this->current_view * $show_rows)+1,
280 if ( $i != $this->current_view )
357 "&current_view=".$this->current_view;
[all …]
/dports/editors/elementary-code/code-6.0.0/plugins/word-completion/
H A Dplugin.vala65 if (current_view != null) {
66 if (current_view == doc.source_view)
74 cleanup (current_view);
78 current_view = doc.source_view;
83 if (text_view_list.find (current_view) == null)
84 text_view_list.append (current_view);
94 current_view.completion.show_icons = true;
106 if (current_view != null)
135 current_view.show_completion ();
151 current_view.completion.hide ();
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/ui/
H A Ddownload_list.cc120 DownloadList::current_view() { in current_view() function in ui::DownloadList
134 if (*current_view()->focus() == d && current_view()->focus() < current_view()->end_visible()) in unfocus_download()
135 current_view()->next_focus(); in unfocus_download()
183 if (current_view()->focus() == current_view()->end_visible()) { in activate_display()
340 if (current_view()->focus() == current_view()->end_visible()) in receive_exit_input()
343 if ((*current_view()->focus())->is_open()) in receive_exit_input()
351 rpc::parse_command_single(current_view()->focus() != current_view()->end_visible() ? in receive_exit_input()
361 current_view()->filter(); in receive_exit_input()
362 current_view()->sort(); in receive_exit_input()
373 current_view()->set_filter_temp(temp_filter); in receive_exit_input()
[all …]
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dbrowser-stack.vala84 if (ViewType.displays_objects_list (current_view))
106 if (current_view == ViewType.SEARCH)
108 else if (current_view == ViewType.FOLDER)
127 current_view = type;
154 if (current_view == ViewType.SEARCH)
163 if (ViewType.displays_objects_list (current_view))
170 if (ViewType.displays_objects_list (current_view))
176 if (ViewType.displays_objects_list (current_view))
182 if (ViewType.displays_objects_list (current_view))
242 if (ViewType.displays_objects_list (current_view))
[all …]
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A De-addressbook-selector.c35 EAddressbookView *current_view; member
218 g_clear_object (&priv->current_view); in addressbook_selector_dispose()
302 g_return_val_if_fail (priv->current_view != NULL, FALSE); in addressbook_selector_data_dropped()
420 return selector->priv->current_view; in e_addressbook_selector_get_current_view()
435 if (current_view != NULL) in e_addressbook_selector_set_current_view()
436 g_return_if_fail (E_IS_ADDRESSBOOK_VIEW (current_view)); in e_addressbook_selector_set_current_view()
438 if (selector->priv->current_view == current_view) in e_addressbook_selector_set_current_view()
441 g_clear_object (&selector->priv->current_view); in e_addressbook_selector_set_current_view()
443 if (current_view != NULL) in e_addressbook_selector_set_current_view()
444 g_object_ref (current_view); in e_addressbook_selector_set_current_view()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_matcher.cxx28 rgrl_view const& current_view, in compute_matches() argument
32 return compute_matches( from_features, to_features, current_view, in compute_matches()
33 *current_view.xform_estimate(), current_scale, old_matches ); in compute_matches()
61 rgrl_view const& current_view, in add_one_flipped_match() argument
66 rgrl_transformation_sptr const& inverse_xform = current_view.inverse_xform_estimate(); in add_one_flipped_match()
91 rgrl_view const& current_view ) in invert_matches() argument
140 add_one_flipped_match( inv_set, current_view, begin_iter, end_iter ); in invert_matches()
146 add_one_flipped_match( inv_set, current_view, begin_iter, end_iter ); in invert_matches()
H A Drgrl_matcher_k_nearest.cxx48 rgrl_view const& current_view, in compute_matches() argument
61 if( !current_view.features_in_region( from, from_set ) ) { in compute_matches()
77 if ( !validate( mapped, current_view.to_image_roi() ) ) in compute_matches()
110 rgrl_view const& current_view, in add_one_flipped_match() argument
115 rgrl_transformation_sptr const& inverse_xform = current_view.inverse_xform_estimate(); in add_one_flipped_match()
121 if ( !validate( mapped, current_view.from_image_roi() ) ) in add_one_flipped_match()
H A Drgrl_matcher.h34 rgrl_view const& current_view,
45 rgrl_view const& current_view,
64 rgrl_view const& current_view );
85 rgrl_view const& current_view,
H A Drgrl_matcher_k_nearest_pick_one.cxx38 rgrl_view const& current_view, in compute_matches() argument
70 if ( !current_view.features_in_region( from, from_set ) ) { in compute_matches()
87 if ( !validate( mapped, current_view.to_image_roi() ) ) in compute_matches()
184 prev_xform_ = current_view.xform_estimate(); in compute_matches()
194 rgrl_view const& current_view, in add_one_flipped_match() argument
199 rgrl_transformation_sptr const& inverse_xform = current_view.inverse_xform_estimate(); in add_one_flipped_match()
206 if ( !validate( mapped, current_view.from_image_roi() ) ) in add_one_flipped_match()
/dports/comms/gnocky/gnocky-0.0.7/src/
H A Dmain.c32 GtkWidget *current_view = NULL; variable
44 if (current_view == view) in gnocky_set_current_view()
47 if (current_view) { in gnocky_set_current_view()
48 gtk_widget_ref(current_view); in gnocky_set_current_view()
49 gtk_container_remove(GTK_CONTAINER(main_view), current_view); in gnocky_set_current_view()
51 if (G_OBJECT(current_view)->ref_count >= 2) { in gnocky_set_current_view()
52 gtk_widget_unref(current_view); in gnocky_set_current_view()
56 current_view = view; in gnocky_set_current_view()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dview.c90 vm->current_view = NULL; in dt_view_manager_init()
112 return vm->current_view; in dt_view_manager_get_current_view()
425 return vm->current_view->name(vm->current_view); in dt_view_manager_name()
433 if(!vm->current_view) in dt_view_manager_expose()
455 …vm->current_view->expose(vm->current_view, cr, vm->current_view->width, vm->current_view->height, … in dt_view_manager_expose()
474 if(vm->current_view->reset) vm->current_view->reset(vm->current_view); in dt_view_manager_reset()
502 if(vm->current_view->mouse_enter) vm->current_view->mouse_enter(vm->current_view); in dt_view_manager_mouse_enter()
584 …if(vm->current_view->key_pressed) return vm->current_view->key_pressed(vm->current_view, key, stat… in dt_view_manager_key_pressed()
591 …if(vm->current_view->key_released) return vm->current_view->key_released(vm->current_view, key, st… in dt_view_manager_key_released()
610 if(vm->current_view->scrolled) vm->current_view->scrolled(vm->current_view, x, y, up, state); in dt_view_manager_scrolled()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dview.c90 vm->current_view = NULL; in dt_view_manager_init()
112 return vm->current_view; in dt_view_manager_get_current_view()
288 vm->current_view = NULL; in dt_view_manager_switch_by_view()
430 return vm->current_view->name(vm->current_view); in dt_view_manager_name()
438 if(!vm->current_view) in dt_view_manager_expose()
450 cairo_rectangle(cr, 0, 0, vm->current_view->width, vm->current_view->height); in dt_view_manager_expose()
460 …vm->current_view->expose(vm->current_view, cr, vm->current_view->width, vm->current_view->height, … in dt_view_manager_expose()
479 if(vm->current_view->reset) vm->current_view->reset(vm->current_view); in dt_view_manager_reset()
507 if(vm->current_view->mouse_enter) vm->current_view->mouse_enter(vm->current_view); in dt_view_manager_mouse_enter()
601 if(vm->current_view->scrolled) vm->current_view->scrolled(vm->current_view, x, y, up, state); in dt_view_manager_scrolled()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dview_manager.cpp57 current_view = NULL; in ViewManager()
76 if (current_view != actor_view) delete actor_view; in ~ViewManager()
78 if (current_view != party_view) delete party_view; in ~ViewManager()
79 if (current_view != portrait_view) delete portrait_view; in ~ViewManager()
80 if (current_view != spell_view) delete spell_view; in ~ViewManager()
170 if (current_view != NULL) { in set_current_view()
177 current_view = view; in set_current_view()
201 if (current_view == NULL) in close_current_view()
205 current_view = NULL; in close_current_view()
209 if (current_view) in update()
[all …]
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-utils/
H A Dbrasero-jacket-edit.c51 GtkWidget *current_view; member
163 if (!priv->current_view) in brasero_jacket_edit_underline_pressed_cb()
191 if (!priv->current_view) in brasero_jacket_edit_italic_pressed_cb()
219 if (!priv->current_view) in brasero_jacket_edit_bold_pressed_cb()
251 if (!priv->current_view) in brasero_jacket_edit_justify()
308 if (!priv->current_view) in brasero_jacket_edit_colours_changed_cb()
340 if (!priv->current_view) in brasero_jacket_edit_font_changed_cb()
377 if (priv->current_view) in brasero_jacket_edit_configure_background_pressed_cb()
378 brasero_jacket_view_configure_background (BRASERO_JACKET_VIEW (priv->current_view)); in brasero_jacket_edit_configure_background_pressed_cb()
393 if (priv->current_view) in brasero_jacket_edit_update_button_state()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dnext_match.py38 self.can_move = self.gui.current_view() is self.gui.library_view
41 self.gui.current_view().move_highlighted_row(forward=True)
45 self.can_move = self.gui.current_view() is self.gui.library_view
48 self.gui.current_view().move_highlighted_row(forward=False)
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-shell-content.c66 ECalViewKind current_view; member
123 ECalendarView *current_view; in cal_shell_content_update_model_and_current_view_times() local
139 g_return_if_fail (current_view != NULL); in cal_shell_content_update_model_and_current_view_times()
144 if (E_IS_DAY_VIEW (current_view)) { in cal_shell_content_update_model_and_current_view_times()
147 day_view = E_DAY_VIEW (current_view); in cal_shell_content_update_model_and_current_view_times()
214 gtk_widget_queue_draw (GTK_WIDGET (current_view)); in cal_shell_content_update_model_and_current_view_times()
553 …cal_shell_content->priv->current_view == E_CAL_VIEW_KIND_MONTH || cal_shell_content->priv->current… in cal_shell_content_datepicker_selection_changed_cb()
668 switch (cal_shell_content->priv->current_view) { in cal_shell_content_current_view_id_changed_cb()
2299 cal_shell_content->priv->current_view = view_kind; in e_cal_shell_content_set_current_view_id()
2315 return cal_shell_content->priv->current_view; in e_cal_shell_content_get_current_view_id()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dgal-view-instance.c119 if (instance->current_view) { in disconnect_view()
122 instance->current_view, in disconnect_view()
126 g_object_unref (instance->current_view); in disconnect_view()
133 instance->current_view = NULL; in disconnect_view()
142 if (instance->current_view) in connect_view()
144 instance->current_view = view; in connect_view()
151 instance->current_view, "changed", in connect_view()
154 gal_view_instance_display_view (instance, instance->current_view); in connect_view()
235 instance->current_view = NULL; in gal_view_instance_init()
429 return instance->current_view; in gal_view_instance_get_current_view()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_state_exchange.h330 Gcs_view *current_view,
428 Gcs_view *current_view,
585 virtual void set_current_view(Gcs_view* current_view)= 0;
589 virtual void set_unsafe_current_view(Gcs_view* current_view)= 0;
619 void set_current_view(Gcs_view* current_view);
623 void set_unsafe_current_view(Gcs_view* current_view);

12345678910>>...13