MCPcopy Create free account

hub / github.com/Logicalshift/flowbetween / functions

Functions4,327 in github.com/Logicalshift/flowbetween

↓ 5 callersMethodname
Returns the name of this property
flo/src/scenery/canvas/property.rs:138
↓ 5 callersMethodnode_type
(&self)
attic/user_interfaces/http_ui/src/minidom/element.rs:67
↓ 5 callersMethodoverlaps
Returns true if the specified rectangle overlaps this one
attic/animation/src/traits/path/rect.rs:94
↓ 5 callersMethodpath
Returns a reference to the underlying path for this element
attic/animation/src/traits/vector/path_element.rs:41
↓ 5 callersMethodpoint_at_time
Finds the point within this curve at the specified time
attic/animation/src/traits/time_path/time_curve.rs:65
↓ 5 callersFunctionread_frame
Reads out the data for a frame from an animation
attic/animation/src/undo/tests/undo_element_edits.rs:98
↓ 5 callersMethodregion_type
Returns the type of region matched by this region type
attic/canvas_animation/src/path/region_path.rs:81
↓ 5 callersMethodregister_named
Registers a resource and assigns it a name
attic/ui/src/resource_manager.rs:220
↓ 5 callersMethodrender_static
Renders the specified element with these properties
attic/animation/src/traits/vector/properties.rs:78
↓ 5 callersMethodretrieve_or_generate
Retrieves the cached item, or calls the supplied function to generate it if it's not already in the cache
attic/animation/src/editor/stream_layer_cache.rs:124
↓ 5 callersMethodsend_vec_query_response
Sends a query response stored in a Vec<()>
flo/src/scenery/canvas/sqlite/canvas_queries.rs:38
↓ 5 callersMethodserialize
Generates a serialized version of this edit on the specified data target
attic/animation/src/serializer/edit/paint_edit.rs:11
↓ 5 callersFunctionserialize_color
Generates a serialized version of a colour on the specified data target
attic/animation/src/serializer/color.rs:12
↓ 5 callersMethodset_controls
(&self, new_control: Control)
attic/ui/src/diff_viewmodel.rs:323
↓ 5 callersMethodset_controls
(&self, new_control: Control)
attic/ui/src/session/viewmodel_stream.rs:224
↓ 5 callersMethodset_hint_path
Sets a hint path for this element For certain group types that generate an output path with a single property (eg, GroupType::Added), this path will
attic/animation/src/traits/vector/group_element.rs:60
↓ 5 callersMethodset_size
Sets the size of the animation
attic/animation/src/editor/stream_animation_core.rs:448
↓ 5 callersMethodset_sprite_transform
Sets the sprite transform for the state
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:457
↓ 5 callersMethodset_text
Sets the text label for this widget
attic/user_interfaces/gtk_ui/src/widgets/flo_fixed_widget.rs:128
↓ 5 callersMethodset_up_from_generic_control
Perform the 'standard' set of set-up actions
attic/user_interfaces/cocoa_pipe/src/view_state.rs:239
↓ 5 callersMethodstring
Returns the string value of this property, if it's not bound to anything
attic/ui/src/property.rs:41
↓ 5 callersFunctiontest_ellipse
()
flo/src/scenery/canvas/sqlite/test_canvas_program.rs:33
↓ 5 callersMethodto_matrix
Converts this transformation to a matrix transformation
attic/animation/src/traits/vector/transformation.rs:107
↓ 5 callersMethodtransform
Requests and applies a transformation for all of the elements in this structure
attic/animation/src/editor/element_transform.rs:79
↓ 5 callersMethodtransform
Transforms this painting event using a matrix
attic/user_interfaces/gtk_ui/src/gtk_event_parameter.rs:119
↓ 5 callersMethodtransform_bezier_path
Applies the transformation to a path implementing the path factory interface from flo_curves
attic/animation/src/traits/vector/properties.rs:113
↓ 5 callersMethodtransform_path_point
Applies this transformation to a path point
attic/animation/src/traits/vector/transformation.rs:239
↓ 5 callersFunctiontransform_point
(point: &Coord2, transform: &Transform2D)
attic/canvas_animation/src/path/animation_path.rs:32
↓ 5 callersMethodunion_bounds
(self, target: Self)
attic/animation/src/traits/path/rect.rs:188
↓ 5 callersMethodvirtual_scroll
Handles a virtual scroll event Callers can use the raw values from the virtual scroll event (the canvases will always fill the available area), but i
attic/ui/src/controllers/virtual_canvas.rs:74
↓ 5 callersMethodwrite_i32
Writes a i32 value to this target
attic/animation/src/serializer/target.rs:112
↓ 5 callersMethodwrite_i64
Writes a u64 value to this target
attic/animation/src/serializer/target.rs:126
↓ 5 callersMethodwrite_u32
Writes a u32 value to this target
attic/animation/src/serializer/target.rs:105
↓ 5 callersMethodwrite_u64
Writes a u64 value to this target
attic/animation/src/serializer/target.rs:119
↓ 4 callersMethodadd_brush
Adds a brush to the canvas
flo/src/scenery/canvas/sqlite/canvas_brushes.rs:63
↓ 4 callersFunctionadd_class
(dom_node, class_name)
attic/static_files/js/flowbetween.js:635
↓ 4 callersFunctionadd_class
(dom_node, class_name)
attic/user_interfaces/http_ui/js/flowbetween.js:635
↓ 4 callersFunctionangle_for_point
(x, y)
attic/user_interfaces/http_ui/js/control.js:317
↓ 4 callersMethodattributes
Returns an iterator over the attributes for this control
attic/ui/src/control/control.rs:119
↓ 4 callersFunctionbind_property_position
(node_index, initial_value, get_position, set_position)
attic/static_files/js/flowbetween.js:910
↓ 4 callersFunctionbind_property_position
(node_index, initial_value, get_position, set_position)
attic/user_interfaces/http_ui/js/flowbetween.js:910
↓ 4 callersMethodbrush_points
Returns the brush points to use when drawing this shape element
attic/animation/src/traits/vector/shape_element.rs:75
↓ 4 callersMethodbrush_points_for_raw_points
(&self, points: &[RawPoint])
attic/animation/src/brushes/ink.rs:273
↓ 4 callersFunctionclose_tool_stream
Marks a tool input stream as closed
attic/flo/src/tools/tool_future_streams.rs:219
↓ 4 callersMethodcontent
(&self)
attic/user_interfaces/http_ui/src/minidom/mod.rs:193
↓ 4 callersMethodcontroller_path
Returns the path to the controller that owns this view model
attic/ui/src/viewmodel_update.rs:29
↓ 4 callersMethodcreate_model
(&self, flo_model: Arc<FloModel<Anim>>)
attic/flo/src/tools/generic_tool.rs:145
↓ 4 callersFunctioncurrent_log
Retrieves a reference to the log publisher for the current thread
attic/logging/src/static_log.rs:59
↓ 4 callersMethoddeactivate_context
Deactivates the current graphics context
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:111
↓ 4 callersMethoddelete_sql_properties
(&mut self, command_template: &str, properties: impl Iterator<Item=i64>, other_params: Vec<&dyn ToSql>)
flo/src/scenery/canvas/sqlite/canvas_properties.rs:144
↓ 4 callersMethoddistance_to
(&self, other: &BrushPoint)
flo/src/scenery/brush/brush_point.rs:53
↓ 4 callersMethoddone_with_notifications
Marks the notifications associated with this object as done
attic/ui/src/binding_canvas.rs:53
↓ 4 callersMethoddraw
Performs some drawing actions on this canvas
attic/user_interfaces/gtk_ui/src/widgets/flo_canvas_widget.rs:220
↓ 4 callersMethodeffect_description
Returns the description for this effect
attic/canvas_animation/src/description/sub_effect.rs:113
↓ 4 callersMethodeffect_type
Returns the type of this effect
attic/canvas_animation/src/description/sub_effect.rs:97
↓ 4 callersFunctionerror
()
attic/user_interfaces/http_ui/js/flowbetween.js:181
↓ 4 callersMethodevents_for_view
Retrieves the events object for a particular view
attic/user_interfaces/cocoa_ui/src/session.rs:310
↓ 4 callersMethodfield_value
(&'a self, field_name: &str)
attic/logging/src/log_msg.rs:79
↓ 4 callersMethodfile_manager
Returns the file manager currently set for this command state
attic/cmdline/commands/src/state.rs:81
↓ 4 callersMethodfinish_undoing
Indicates that we're finishing an undo or a redo action
attic/animation/src/undo/undo_log.rs:61
↓ 4 callersMethodframe_update_count
Retrieves the frame update binding for this animation
attic/flo/src/model/flo_model.rs:261
↓ 4 callersMethodget
(&self, index: usize)
attic/canvas_animation/src/description/time.rs:127
↓ 4 callersFunctionget_attr
(name)
attic/static_files/js/flowbetween.js:542
↓ 4 callersFunctionget_attr
(name)
attic/user_interfaces/http_ui/js/flowbetween.js:542
↓ 4 callersFunctionget_attrs
(name)
attic/static_files/js/flowbetween.js:526
↓ 4 callersFunctionget_attrs
(name)
attic/user_interfaces/http_ui/js/flowbetween.js:526
↓ 4 callersFunctionget_bounds
(path: &Vec<P>)
attic/canvas_animation/src/region/intersect.rs:12
↓ 4 callersMethodget_by_handle
(&self, handle: RigidBodyHandle)
flo/src/scenery/ui/tools/physics_simulation_object.rs:332
↓ 4 callersMethodget_custom_style
(&self, widget: &dyn GtkUiWidget)
attic/user_interfaces/gtk_ui/src/widgets/custom_style.rs:157
↓ 4 callersMethodget_identity_transform
Computes the identity transform for this canvas
attic/user_interfaces/cocoa_ui/src/quartz_context.rs:102
↓ 4 callersMethodget_input_sink
(&self)
attic/user_interfaces/http_ui/src/http_user_interface.rs:310
↓ 4 callersMethodget_key_frames_during_time
Retrieves the times where key frames exist during a specified time range
attic/animation/src/editor/stream_layer.rs:111
↓ 4 callersMethodget_matrix
Retrieves the transformation matrix attached to this state
attic/user_interfaces/gtk_ui/src/canvas/cairo_draw.rs:101
↓ 4 callersMethodget_mut_by_handle
(&mut self, handle: RigidBodyHandle)
flo/src/scenery/ui/tools/physics_simulation_object.rs:341
↓ 4 callersMethodget_num_edits
Retrieves the total number of items that have been performed on this animation
attic/animation/src/undo/undoable_animation.rs:274
↓ 4 callersMethodget_padding
Retrieves the padding to use for the layout
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:259
↓ 4 callersMethodget_property
(&self, _property_name: &str)
attic/ui/src/viewmodel.rs:50
↓ 4 callersMethodget_stretch
Returns the amount of stretch in a position
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:142
↓ 4 callersMethodget_viewport
Retrieves the viewport for a canvas
attic/user_interfaces/gtk_ui/src/widgets/flo_canvas_widget.rs:289
↓ 4 callersFunctionintersect_regions
Detects where a set of regions overlap and returns a set of non-overlapping regions (with the places where the region IDs combine)
attic/canvas_animation/src/region/intersect.rs:21
↓ 4 callersFunctionmake_app_position
(ui_pos: &Position, bind_property: &mut BindProperty)
attic/user_interfaces/cocoa_pipe/src/actions_from_control_attribute.rs:6
↓ 4 callersMethodmake_tile
Makes a canvas at a particular grid position
attic/ui/src/controllers/virtual_canvas.rs:100
↓ 4 callersMethodmin
(&self)
attic/animation/src/traits/path/rect.rs:166
↓ 4 callersFunctionpathpoint_to_point2d
(path_point: &PathPoint)
attic/flo/src/standard_tools/animation/create_region.rs:36
↓ 4 callersFunctionpng_static
Returns a PNG image built from static data
attic/ui/src/image/shortcuts.rs:9
↓ 4 callersFunctionpoll_runtime
Polls the runtime if needed, returning true if the runtime was woken up
attic/ui/src/session/event_publisher.rs:19
↓ 4 callersMethodposition
Updates the target position of this popover
attic/user_interfaces/gtk_ui/src/widgets/flo_popover_widget.rs:163
↓ 4 callersMethodprocess_actions
Processes a set of actions with whatever tool is selected, rendering them if necessary Call `refresh_tool` before calling this to make sure that the
attic/flo/src/animation_canvas/canvas_tools.rs:182
↓ 4 callersMethodread_next_key_frame
Reads where the keyframe at or following the specified time is located
attic/sqlite_storage/src/sqlite_core.rs:386
↓ 4 callersMethodreapply_state
Re-applies the state contained within this object to the current graphics context When reapply_state is called, there must be a single GState pushed
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:171
↓ 4 callersMethodredo
Pops the action on top of the redo stack and moves it to the undo stack. Returns the edit to perform the action.
attic/animation/src/undo/undo_log.rs:140
↓ 4 callersFunctionremove_action
()
attic/static_files/js/flowbetween.js:1683
↓ 4 callersFunctionremove_action
()
attic/user_interfaces/http_ui/js/flowbetween.js:1683
↓ 4 callersFunctionremove_class
(dom_node, class_name)
attic/static_files/js/flowbetween.js:648
↓ 4 callersFunctionremove_class
(dom_node, class_name)
attic/user_interfaces/http_ui/js/flowbetween.js:648
↓ 4 callersMethodrender_brush
(&'a self, properties: &'a BrushProperties, points: &'a Vec<BrushPoint>, transform: Arc<Vec<Transformation>>)
attic/animation/src/brushes/ink.rs:392
↓ 4 callersFunctionrender_layer
Renders the shapes on a layer when described as a set of vector responses
flo/src/scenery/canvas/render/layer_renderer.rs:30
↓ 4 callersMethodrequest_sync
Performs a synchronous request on the storage layer for this animation Synchronous requests are fairly slow, so should be avoided in inner loops
attic/animation/src/editor/stream_animation.rs:104
↓ 4 callersMethodreverse
Changes this to the reverse motion of itself
attic/animation/src/traits/motion/motion.rs:86
↓ 4 callersMethodreverse_edits
Returns the list of edits that will reverse what was done by the committed edits
attic/animation/src/traits/edit/retired_edit.rs:38
← previousnext →401–500 of 4,327, ranked by callers