Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flowbetween
/ functions
Functions
4,327 in github.com/Logicalshift/flowbetween
⨍
Functions
4,327
◇
Types & classes
705
↓ 5 callers
Method
name
Returns the name of this property
flo/src/scenery/canvas/property.rs:138
↓ 5 callers
Method
node_type
(&self)
attic/user_interfaces/http_ui/src/minidom/element.rs:67
↓ 5 callers
Method
overlaps
Returns true if the specified rectangle overlaps this one
attic/animation/src/traits/path/rect.rs:94
↓ 5 callers
Method
path
Returns a reference to the underlying path for this element
attic/animation/src/traits/vector/path_element.rs:41
↓ 5 callers
Method
point_at_time
Finds the point within this curve at the specified time
attic/animation/src/traits/time_path/time_curve.rs:65
↓ 5 callers
Function
read_frame
Reads out the data for a frame from an animation
attic/animation/src/undo/tests/undo_element_edits.rs:98
↓ 5 callers
Method
region_type
Returns the type of region matched by this region type
attic/canvas_animation/src/path/region_path.rs:81
↓ 5 callers
Method
register_named
Registers a resource and assigns it a name
attic/ui/src/resource_manager.rs:220
↓ 5 callers
Method
render_static
Renders the specified element with these properties
attic/animation/src/traits/vector/properties.rs:78
↓ 5 callers
Method
retrieve_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 callers
Method
send_vec_query_response
Sends a query response stored in a Vec<()>
flo/src/scenery/canvas/sqlite/canvas_queries.rs:38
↓ 5 callers
Method
serialize
Generates a serialized version of this edit on the specified data target
attic/animation/src/serializer/edit/paint_edit.rs:11
↓ 5 callers
Function
serialize_color
Generates a serialized version of a colour on the specified data target
attic/animation/src/serializer/color.rs:12
↓ 5 callers
Method
set_controls
(&self, new_control: Control)
attic/ui/src/diff_viewmodel.rs:323
↓ 5 callers
Method
set_controls
(&self, new_control: Control)
attic/ui/src/session/viewmodel_stream.rs:224
↓ 5 callers
Method
set_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 callers
Method
set_size
Sets the size of the animation
attic/animation/src/editor/stream_animation_core.rs:448
↓ 5 callers
Method
set_sprite_transform
Sets the sprite transform for the state
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:457
↓ 5 callers
Method
set_text
Sets the text label for this widget
attic/user_interfaces/gtk_ui/src/widgets/flo_fixed_widget.rs:128
↓ 5 callers
Method
set_up_from_generic_control
Perform the 'standard' set of set-up actions
attic/user_interfaces/cocoa_pipe/src/view_state.rs:239
↓ 5 callers
Method
string
Returns the string value of this property, if it's not bound to anything
attic/ui/src/property.rs:41
↓ 5 callers
Function
test_ellipse
()
flo/src/scenery/canvas/sqlite/test_canvas_program.rs:33
↓ 5 callers
Method
to_matrix
Converts this transformation to a matrix transformation
attic/animation/src/traits/vector/transformation.rs:107
↓ 5 callers
Method
transform
Requests and applies a transformation for all of the elements in this structure
attic/animation/src/editor/element_transform.rs:79
↓ 5 callers
Method
transform
Transforms this painting event using a matrix
attic/user_interfaces/gtk_ui/src/gtk_event_parameter.rs:119
↓ 5 callers
Method
transform_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 callers
Method
transform_path_point
Applies this transformation to a path point
attic/animation/src/traits/vector/transformation.rs:239
↓ 5 callers
Function
transform_point
(point: &Coord2, transform: &Transform2D)
attic/canvas_animation/src/path/animation_path.rs:32
↓ 5 callers
Method
union_bounds
(self, target: Self)
attic/animation/src/traits/path/rect.rs:188
↓ 5 callers
Method
virtual_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 callers
Method
write_i32
Writes a i32 value to this target
attic/animation/src/serializer/target.rs:112
↓ 5 callers
Method
write_i64
Writes a u64 value to this target
attic/animation/src/serializer/target.rs:126
↓ 5 callers
Method
write_u32
Writes a u32 value to this target
attic/animation/src/serializer/target.rs:105
↓ 5 callers
Method
write_u64
Writes a u64 value to this target
attic/animation/src/serializer/target.rs:119
↓ 4 callers
Method
add_brush
Adds a brush to the canvas
flo/src/scenery/canvas/sqlite/canvas_brushes.rs:63
↓ 4 callers
Function
add_class
(dom_node, class_name)
attic/static_files/js/flowbetween.js:635
↓ 4 callers
Function
add_class
(dom_node, class_name)
attic/user_interfaces/http_ui/js/flowbetween.js:635
↓ 4 callers
Function
angle_for_point
(x, y)
attic/user_interfaces/http_ui/js/control.js:317
↓ 4 callers
Method
attributes
Returns an iterator over the attributes for this control
attic/ui/src/control/control.rs:119
↓ 4 callers
Function
bind_property_position
(node_index, initial_value, get_position, set_position)
attic/static_files/js/flowbetween.js:910
↓ 4 callers
Function
bind_property_position
(node_index, initial_value, get_position, set_position)
attic/user_interfaces/http_ui/js/flowbetween.js:910
↓ 4 callers
Method
brush_points
Returns the brush points to use when drawing this shape element
attic/animation/src/traits/vector/shape_element.rs:75
↓ 4 callers
Method
brush_points_for_raw_points
(&self, points: &[RawPoint])
attic/animation/src/brushes/ink.rs:273
↓ 4 callers
Function
close_tool_stream
Marks a tool input stream as closed
attic/flo/src/tools/tool_future_streams.rs:219
↓ 4 callers
Method
content
(&self)
attic/user_interfaces/http_ui/src/minidom/mod.rs:193
↓ 4 callers
Method
controller_path
Returns the path to the controller that owns this view model
attic/ui/src/viewmodel_update.rs:29
↓ 4 callers
Method
create_model
(&self, flo_model: Arc<FloModel<Anim>>)
attic/flo/src/tools/generic_tool.rs:145
↓ 4 callers
Function
current_log
Retrieves a reference to the log publisher for the current thread
attic/logging/src/static_log.rs:59
↓ 4 callers
Method
deactivate_context
Deactivates the current graphics context
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:111
↓ 4 callers
Method
delete_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 callers
Method
distance_to
(&self, other: &BrushPoint)
flo/src/scenery/brush/brush_point.rs:53
↓ 4 callers
Method
done_with_notifications
Marks the notifications associated with this object as done
attic/ui/src/binding_canvas.rs:53
↓ 4 callers
Method
draw
Performs some drawing actions on this canvas
attic/user_interfaces/gtk_ui/src/widgets/flo_canvas_widget.rs:220
↓ 4 callers
Method
effect_description
Returns the description for this effect
attic/canvas_animation/src/description/sub_effect.rs:113
↓ 4 callers
Method
effect_type
Returns the type of this effect
attic/canvas_animation/src/description/sub_effect.rs:97
↓ 4 callers
Function
error
()
attic/user_interfaces/http_ui/js/flowbetween.js:181
↓ 4 callers
Method
events_for_view
Retrieves the events object for a particular view
attic/user_interfaces/cocoa_ui/src/session.rs:310
↓ 4 callers
Method
field_value
(&'a self, field_name: &str)
attic/logging/src/log_msg.rs:79
↓ 4 callers
Method
file_manager
Returns the file manager currently set for this command state
attic/cmdline/commands/src/state.rs:81
↓ 4 callers
Method
finish_undoing
Indicates that we're finishing an undo or a redo action
attic/animation/src/undo/undo_log.rs:61
↓ 4 callers
Method
frame_update_count
Retrieves the frame update binding for this animation
attic/flo/src/model/flo_model.rs:261
↓ 4 callers
Method
get
(&self, index: usize)
attic/canvas_animation/src/description/time.rs:127
↓ 4 callers
Function
get_attr
(name)
attic/static_files/js/flowbetween.js:542
↓ 4 callers
Function
get_attr
(name)
attic/user_interfaces/http_ui/js/flowbetween.js:542
↓ 4 callers
Function
get_attrs
(name)
attic/static_files/js/flowbetween.js:526
↓ 4 callers
Function
get_attrs
(name)
attic/user_interfaces/http_ui/js/flowbetween.js:526
↓ 4 callers
Function
get_bounds
(path: &Vec<P>)
attic/canvas_animation/src/region/intersect.rs:12
↓ 4 callers
Method
get_by_handle
(&self, handle: RigidBodyHandle)
flo/src/scenery/ui/tools/physics_simulation_object.rs:332
↓ 4 callers
Method
get_custom_style
(&self, widget: &dyn GtkUiWidget)
attic/user_interfaces/gtk_ui/src/widgets/custom_style.rs:157
↓ 4 callers
Method
get_identity_transform
Computes the identity transform for this canvas
attic/user_interfaces/cocoa_ui/src/quartz_context.rs:102
↓ 4 callers
Method
get_input_sink
(&self)
attic/user_interfaces/http_ui/src/http_user_interface.rs:310
↓ 4 callers
Method
get_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 callers
Method
get_matrix
Retrieves the transformation matrix attached to this state
attic/user_interfaces/gtk_ui/src/canvas/cairo_draw.rs:101
↓ 4 callers
Method
get_mut_by_handle
(&mut self, handle: RigidBodyHandle)
flo/src/scenery/ui/tools/physics_simulation_object.rs:341
↓ 4 callers
Method
get_num_edits
Retrieves the total number of items that have been performed on this animation
attic/animation/src/undo/undoable_animation.rs:274
↓ 4 callers
Method
get_padding
Retrieves the padding to use for the layout
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:259
↓ 4 callers
Method
get_property
(&self, _property_name: &str)
attic/ui/src/viewmodel.rs:50
↓ 4 callers
Method
get_stretch
Returns the amount of stretch in a position
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:142
↓ 4 callers
Method
get_viewport
Retrieves the viewport for a canvas
attic/user_interfaces/gtk_ui/src/widgets/flo_canvas_widget.rs:289
↓ 4 callers
Function
intersect_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 callers
Function
make_app_position
(ui_pos: &Position, bind_property: &mut BindProperty)
attic/user_interfaces/cocoa_pipe/src/actions_from_control_attribute.rs:6
↓ 4 callers
Method
make_tile
Makes a canvas at a particular grid position
attic/ui/src/controllers/virtual_canvas.rs:100
↓ 4 callers
Method
min
(&self)
attic/animation/src/traits/path/rect.rs:166
↓ 4 callers
Function
pathpoint_to_point2d
(path_point: &PathPoint)
attic/flo/src/standard_tools/animation/create_region.rs:36
↓ 4 callers
Function
png_static
Returns a PNG image built from static data
attic/ui/src/image/shortcuts.rs:9
↓ 4 callers
Function
poll_runtime
Polls the runtime if needed, returning true if the runtime was woken up
attic/ui/src/session/event_publisher.rs:19
↓ 4 callers
Method
position
Updates the target position of this popover
attic/user_interfaces/gtk_ui/src/widgets/flo_popover_widget.rs:163
↓ 4 callers
Method
process_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 callers
Method
read_next_key_frame
Reads where the keyframe at or following the specified time is located
attic/sqlite_storage/src/sqlite_core.rs:386
↓ 4 callers
Method
reapply_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 callers
Method
redo
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 callers
Function
remove_action
()
attic/static_files/js/flowbetween.js:1683
↓ 4 callers
Function
remove_action
()
attic/user_interfaces/http_ui/js/flowbetween.js:1683
↓ 4 callers
Function
remove_class
(dom_node, class_name)
attic/static_files/js/flowbetween.js:648
↓ 4 callers
Function
remove_class
(dom_node, class_name)
attic/user_interfaces/http_ui/js/flowbetween.js:648
↓ 4 callers
Method
render_brush
(&'a self, properties: &'a BrushProperties, points: &'a Vec<BrushPoint>, transform: Arc<Vec<Transformation>>)
attic/animation/src/brushes/ink.rs:392
↓ 4 callers
Function
render_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 callers
Method
request_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 callers
Method
reverse
Changes this to the reverse motion of itself
attic/animation/src/traits/motion/motion.rs:86
↓ 4 callers
Method
reverse_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
← previous
next →
401–500 of 4,327, ranked by callers