MCPcopy Create free account

hub / github.com/Logicalshift/flowbetween / functions

Functions4,327 in github.com/Logicalshift/flowbetween

↓ 4 callersMethodrun_commands
Runs some commands on this storage database
attic/sqlite_storage/src/sqlite_core.rs:60
↓ 4 callersMethodsend_events
Sends some updates to this object and returns the resulting update
attic/user_interfaces/http_ui/src/http_session.rs:148
↓ 4 callersMethodsend_update
Sends an update to everything that's listening for them
attic/ui_files/src/sqlite/file_manager.rs:57
↓ 4 callersMethodserialize
Generates a serialized version of this path component on the specified data target
attic/animation/src/serializer/path_component.rs:9
↓ 4 callersMethodserialize
Generates a serialized version of this element ID on the specified data target
attic/animation/src/serializer/element_id.rs:9
↓ 4 callersMethodset_display_name_for_path
Updates the display name for a path
attic/ui_files/src/sqlite/file_list.rs:374
↓ 4 callersMethodset_edit_buffer
Sets the edit buffer to a new value
attic/cmdline/commands/src/state.rs:183
↓ 4 callersMethodset_style
Sets the value of a style property
attic/user_interfaces/gtk_ui/src/widgets/custom_style.rs:96
↓ 4 callersFunctionsprite_transform_multiply
(new_transform)
attic/static_files/js/canvas.js:204
↓ 4 callersFunctionsprite_transform_multiply
(new_transform)
attic/user_interfaces/http_ui/js/canvas.js:204
↓ 4 callersMethodstart
Starts the tool subprograms for a tool data structure
flo/src/scenery/tools/tool.rs:160
↓ 4 callersMethodstop
Stops the subprograms for this tool
flo/src/scenery/tools/tool.rs:192
↓ 4 callersMethodstop_editing_filename
Stops the filename editing process and updates the name of the file
attic/ui_files/src/ui/file_chooser_controller.rs:440
↓ 4 callersMethodstream
Creates a stream from this canvas that will track updates as they occur
attic/ui/src/binding_canvas.rs:212
↓ 4 callersMethodsub_effects
Returns the sub-effects that make up this animation effect
attic/canvas_animation/src/description/sub_effect.rs:122
↓ 4 callersMethodsub_elements
Returns an iterator of any sub-elements this vector has
attic/animation/src/traits/vector/vector.rs:152
↓ 4 callersFunctionsubprogram_flowbetween_document
ID of the main document subprogram
flo/src/scenery/document/subprograms.rs:22
↓ 4 callersMethodsubscribe_default
Creates a 'default' subscriber for this log stream (messages will be sent here only if there are no other subscribers to this log)
attic/logging/src/publisher.rs:132
↓ 4 callersMethodto_coord2
(&self)
attic/animation/src/brushes/ink.rs:73
↓ 4 callersMethodto_definition
Retrieves the definition for this brush
attic/animation/src/brushes/ink.rs:465
↓ 4 callersMethodto_drawing
Returns this path as an iterator of draw elements
attic/animation/src/traits/path/path.rs:214
↓ 4 callersMethodto_properties
(&self)
flo/src/scenery/canvas/vector_editor_sugar.rs:32
↓ 4 callersMethodto_state
Destroys this context and returns the current state
attic/user_interfaces/cocoa_ui/src/quartz_context.rs:87
↓ 4 callersFunctiontouch_event_to_paint_event
(touch_event, action, target_element)
attic/static_files/js/paint.js:73
↓ 4 callersFunctiontouch_event_to_paint_event
(touch_event, action, target_element)
attic/user_interfaces/http_ui/js/paint.js:73
↓ 4 callersMethodtransform_by
Creates a copy of this path that is offset by the specified distance
attic/canvas_animation/src/path/animation_path.rs:179
↓ 4 callersMethodupdate_keyframe_bindings
Updates all of the existing keyframe bindings
attic/flo/src/model/timeline.rs:170
↓ 4 callersFunctionwarn
()
attic/static_files/js/flowbetween.js:174
↓ 4 callersFunctionwarn
()
attic/user_interfaces/http_ui/js/flowbetween.js:174
↓ 4 callersMethodwith_height
Modifies a sidebar panel with a height binding
attic/flo/src/sidebar/panel.rs:100
↓ 4 callersMethodwith_initial_position
Creates a copy of this object with a new initial position
attic/flo/src/standard_tools/select.rs:116
↓ 3 callersMethodactions
Returns the action triggers attached to this control
attic/ui/src/control/control.rs:229
↓ 3 callersMethodactions_for_input
(&'a self, flo_model: Arc<FloModel<Anim>>, tool_model: &GenericToolModel, data: Option<Arc<GenericToolData>>,
attic/flo/src/tools/generic_tool.rs:165
↓ 3 callersMethodactions_for_input
Given a set of tool inputs, returns an iterator that specifies the resulting tool actions If there are any actions resulting from a change in model s
attic/flo/src/tools/tool_runner.rs:109
↓ 3 callersMethodactions_for_model
Returns a stream of tool actions that result from changes to the model
attic/flo/src/tools/tool_future.rs:66
↓ 3 callersMethodactivate_context
Activates a new graphics context with this state
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:87
↓ 3 callersMethodactive
The binding that indicates whether or not this panel is active
attic/flo/src/sidebar/panel.rs:151
↓ 3 callersMethodadd_subcontroller
(&self, name: String)
attic/ui/src/diff_viewmodel.rs:327
↓ 3 callersMethodadd_subcontroller
(&self, name: String)
attic/ui/src/session/viewmodel_stream.rs:228
↓ 3 callersMethodadd_to_start_of_path
Adds a new controller name to the start of this path
attic/ui/src/viewmodel_update.rs:43
↓ 3 callersMethodapply_transformations
Applies a set of transformations to this control point
attic/animation/src/traits/vector/control_point.rs:45
↓ 3 callersMethodcalculate_drawing_times
Fills in the cache of times when we need to recalculate region contents due to extra drawing appearing in the canvas
attic/canvas_animation/src/layer/cache.rs:104
↓ 3 callersFunctioncanvas_texture_id
(egui_texture_id: &egui::TextureId)
flo/src/scenery/ui/egui/draw.rs:92
↓ 3 callersMethodcheck
Checks the future to see if the result is available yet, returning it if it is
attic/flo/src/tools/shared_future.rs:70
↓ 3 callersMethodcheck_error
Checks a SQLite result for an error and sets the error flag if one has occurred
attic/sqlite_storage/src/sqlite_core.rs:37
↓ 3 callersMethodchoose_tool_with_name
Finds the tool with the specified name and marks it as active
attic/flo/src/model/tools.rs:166
↓ 3 callersMethodclone
(&self)
attic/flo/src/model/onion_skin.rs:238
↓ 3 callersFunctioncolor_tool_dock_outline
()
flo/src/scenery/ui/colors.rs:28
↓ 3 callersFunctioncolor_tool_shadow
()
flo/src/scenery/ui/colors.rs:20
↓ 3 callersMethodcontrol_points
The control points in this curve
attic/canvas_animation/src/description/time.rs:183
↓ 3 callersMethodcontroller
Returns the controller for this panel
attic/flo/src/sidebar/panel.rs:116
↓ 3 callersMethodcontroller
If this control has a controller attribute, finds it
attic/ui/src/control/control.rs:140
↓ 3 callersFunctioncreate_brush_from_definition
Creates a brush from a brush definition
attic/animation/src/brushes/mod.rs:15
↓ 3 callersMethodcreate_new_keyframe_if_required
Creates a new keyframe if there is no current keyframe and the 'create keyframe on draw' option is set. Returns true if the keyframe was created
attic/flo/src/animation_canvas/canvas_tools.rs:318
↓ 3 callersMethodcreate_or_retrieve_property_id
Retrieves or creates the property ID for the specified name
attic/user_interfaces/cocoa_pipe/src/app_state.rs:449
↓ 3 callersFunctioncreate_populated_canvas
Creates a canvas with the specified number of layers and shapes per layer
flo/benches/canvas_performance.rs:28
↓ 3 callersFunctiondecode_blend_mode
()
attic/static_files/js/canvas.js:1153
↓ 3 callersFunctiondecode_blend_mode
()
attic/user_interfaces/http_ui/js/canvas.js:1153
↓ 3 callersFunctiondecode_chr
Decodes a character to a 6-bit value (ie, from ENCODING_CHAR_SET)
attic/animation/src/serializer/source.rs:13
↓ 3 callersMethoddescription
The description for this animation element
attic/animation/src/traits/vector/animation_element.rs:59
↓ 3 callersFunctiondevice_for_event
Returns the GDK device that generated a particular event
attic/user_interfaces/gtk_ui/src/widgets/events.rs:34
↓ 3 callersFunctiondismiss_others
(event_node)
attic/static_files/js/flowbetween.js:1520
↓ 3 callersFunctiondismiss_others
(event_node)
attic/user_interfaces/http_ui/js/flowbetween.js:1520
↓ 3 callersMethoddispatch_action
Dispatches an action to a controller
attic/ui/src/session/core.rs:256
↓ 3 callersMethoddistance_to
(&self, target: &Self)
attic/animation/src/brushes/ink.rs:178
↓ 3 callersMethoddraw_current_brush_stroke
Draws this preview brush stroke to the specified graphics object
attic/animation/src/brushes/brush_preview.rs:145
↓ 3 callersFunctiondraw_fill
Writes out the instructions to fill a region
flo/src/scenery/ui/egui/draw.rs:35
↓ 3 callersFunctiondraw_stroke
Writes out the instructions to stroke a region
flo/src/scenery/ui/egui/draw.rs:48
↓ 3 callersMethodeffect_mut
The effect that's applied to the animation region
attic/animation/src/traits/vector/animation_element.rs:94
↓ 3 callersMethodelement_before
Returns the element that comes before the specified element (or None if there is none)
attic/animation/src/editor/keyframe_core.rs:849
↓ 3 callersMethodelements
Retrieves the elements in this group
attic/animation/src/traits/vector/group_element.rs:162
↓ 3 callersMethodelements_before_and_after
Returns the elements before and after the specified element
attic/animation/src/editor/keyframe_core.rs:485
↓ 3 callersMethodend_point
(&self, start: &WorkingPoint)
flo/src/scenery/canvas/shape/working_path.rs:70
↓ 3 callersMethodfile_list_path
Finds the path to request from the file list for a particular file path
attic/ui_files/src/sqlite/file_manager.rs:142
↓ 3 callersMethodfile_properties
Retrieves the current file properties for the animation
attic/animation/src/editor/stream_animation.rs:129
↓ 3 callersMethodforce_next_layout
The next layout will be forced regardless of if the size has changed
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:270
↓ 3 callersFunctiongenerate_brush_fill_in_points
Generates the 'fill in' points for a set of points
flo/src/scenery/brush/smoothing_streams.rs:240
↓ 3 callersMethodget
(&self, index: usize)
attic/animation/src/traits/path/point.rs:108
↓ 3 callersMethodget_cached_regions
Retrieves a pointer to the drawing for this layer
attic/canvas_animation/src/layer/animation_layer.rs:102
↓ 3 callersMethodget_device
Turns this into an indicator of the device that performed the painting action
attic/user_interfaces/gtk_ui/src/gtk_event_parameter.rs:170
↓ 3 callersMethodget_input_sink
(&self)
attic/user_interfaces/gtk_ui/src/session/gtk_user_interface.rs:46
↓ 3 callersMethodget_property
(&self, property_name: &str)
attic/ui/src/diff_viewmodel.rs:539
↓ 3 callersMethodget_property_names
(&self)
attic/ui/src/diff_viewmodel.rs:546
↓ 3 callersMethodget_ref
Retrieves a reference to the tool model
attic/flo/src/tools/generic_tool.rs:117
↓ 3 callersFunctionget_root
()
attic/static_files/js/flowbetween.js:497
↓ 3 callersFunctionget_root
()
attic/user_interfaces/http_ui/js/flowbetween.js:497
↓ 3 callersMethodget_session
(&self, session_id: &str)
attic/user_interfaces/http_ui_actix/src/actix_session.rs:54
↓ 3 callersMethodget_state
Copies the drawing state from another CairoDraw object
attic/user_interfaces/gtk_ui/src/canvas/cairo_draw.rs:295
↓ 3 callersMethodget_state_at_address
Retrieves the child state at the specified address
attic/user_interfaces/cocoa_pipe/src/view_state.rs:56
↓ 3 callersMethodget_subcontroller
(&self, _id: &str)
attic/ui/src/controller.rs:331
↓ 3 callersMethodget_underlying
(&'a self)
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:544
↓ 3 callersMethodget_updates
(&self)
attic/user_interfaces/gtk_ui/src/session/gtk_user_interface.rs:50
↓ 3 callersMethodget_widget_data
Retrieves the data of a specific type associated with a widget
attic/user_interfaces/gtk_ui/src/widgets/widget_data.rs:103
↓ 3 callersMethodhint_path
Retrieves the hint path if one is set
attic/animation/src/traits/vector/group_element.rs:67
↓ 3 callersFunctionimage_from_image
Creates an image widget from an image resource
attic/user_interfaces/gtk_ui/src/widgets/image.rs:12
↓ 3 callersMethodinitialise
Initialises the canvas in this object
flo/src/scenery/canvas/sqlite/canvas.rs:84
↓ 3 callersMethodinput_animation
Retrieves the current input animation for this state
attic/cmdline/commands/src/state.rs:88
↓ 3 callersMethodinto
(self)
attic/animation/src/traits/path/path.rs:294
↓ 3 callersMethodinvalidate
Marks this canvas as invalidated (will be redrawn on the next request)
attic/ui/src/binding_canvas.rs:200
↓ 3 callersMethodis_assigned
(&self)
attic/animation/src/traits/edit/element_id.rs:20
← previousnext →501–600 of 4,327, ranked by callers