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
↓ 12 callers
Method
draw
Draws some actions to this view canvas
attic/user_interfaces/cocoa_ui/src/view_canvas.rs:301
↓ 12 callers
Function
get_flo_subnodes
(node)
attic/static_files/js/flowbetween.js:504
↓ 12 callers
Function
get_flo_subnodes
(node)
attic/user_interfaces/http_ui/js/flowbetween.js:504
↓ 12 callers
Method
len
()
attic/animation/src/brushes/ink.rs:149
↓ 12 callers
Method
width
(&self)
attic/animation/src/traits/path/rect.rs:136
↓ 11 callers
Method
bounding_box
Finds the bounding box for this control if it exists
attic/ui/src/control/control.rs:160
↓ 11 callers
Method
flush_caches
Flushes any caches this might have (forces reload from data storage)
attic/animation/src/undo/undoable_animation.rs:325
↓ 11 callers
Method
get_all_files
Returns a list of all the files that can be opened by this manager
attic/ui_files/src/sqlite/file_manager.rs:180
↓ 11 callers
Method
get_responses
Returns the responses for a stream of commands
attic/sqlite_storage/src/sqlite_storage.rs:80
↓ 11 callers
Method
get_subcontroller
(&self, id: &str)
attic/ui/src/session/viewmodel_stream.rs:238
↓ 11 callers
Method
height
The binding containing the height of this panel
attic/flo/src/sidebar/panel.rs:137
↓ 11 callers
Method
next
(&mut self)
attic/canvas_animation/src/region/content.rs:310
↓ 11 callers
Method
next_string
Reads a string from the source
attic/animation/src/serializer/source.rs:150
↓ 11 callers
Method
order_after
Adds the specified element so that it appears after the `after` element, with the specified `parent`. If `after` is None, then the element is inserted
attic/animation/src/editor/keyframe_core.rs:905
↓ 11 callers
Method
paths
Creates an iterator through the paths that make up this region
attic/canvas_animation/src/region/content.rs:100
↓ 11 callers
Function
perform_action
()
attic/static_files/js/paint.js:549
↓ 11 callers
Function
perform_action
()
attic/user_interfaces/http_ui/js/paint.js:549
↓ 11 callers
Method
previous_and_next_key_frame
Retrieves the previous and next keyframes from a particular point in time (If there's a keyframe at this point in time, it is not returned)
attic/animation/src/editor/stream_layer.rs:161
↓ 11 callers
Method
start_point
(&self)
attic/animation/src/brushes/ink.rs:257
↓ 11 callers
Method
undo
Pops the action on top of the undo stack and moves it to the redo stack. Returns the edit to perform the action. Returns 'None' if the stack is empty
attic/animation/src/undo/undo_log.rs:121
↓ 11 callers
Method
with_controller
Sets the controller for a sidebar panel (this describes the content of the control when it's open in the sidebar)
attic/flo/src/sidebar/panel.rs:84
↓ 10 callers
Function
box_fn
Function to turn a resolve function into a boxed resolve function (to get around limitations in Rust's type inference)
attic/animation/src/serializer/vector/vector.rs:11
↓ 10 callers
Method
control_type
The type of this control
attic/ui/src/control/control.rs:124
↓ 10 callers
Method
get_underlying
(&'a self)
attic/user_interfaces/gtk_ui/src/widgets/widget.rs:47
↓ 10 callers
Method
index_for_layer
(&mut self, layer_id: CanvasLayerId)
flo/src/scenery/canvas/sqlite/canvas_layers.rs:33
↓ 10 callers
Method
next_bytes
Reads len bytes from this data source
attic/animation/src/serializer/source.rs:86
↓ 10 callers
Function
on_property_change
(controller_path, property, change_action)
attic/static_files/js/flowbetween.js:1705
↓ 10 callers
Function
on_property_change
(controller_path, property, change_action)
attic/user_interfaces/http_ui/js/flowbetween.js:1705
↓ 10 callers
Method
request
Sends a request to the storage layer
attic/animation/src/storage/storage_connection.rs:41
↓ 10 callers
Method
serialize
Generates a serialized version of this edit on the specified data target
attic/animation/src/serializer/edit/animation_edit.rs:40
↓ 10 callers
Function
set_value
(new_property_value)
attic/static_files/js/control.js:76
↓ 10 callers
Function
set_value
(new_property_value)
attic/user_interfaces/http_ui/js/control.js:76
↓ 10 callers
Method
tool_name
(&self)
attic/flo/src/tools/generic_tool.rs:137
↓ 10 callers
Method
winding_rule
Returns the current winding rule for this state
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:161
↓ 9 callers
Function
combine_paths
If two paths can be combined, returns the combined paths. Paths can be combined if they collide at any point. The path that is passed in here must ha
attic/animation/src/raycast/path_combine.rs:21
↓ 9 callers
Method
edit_keyframe
Updates the cached keyframe to be at the specific time/layer if it's not already
attic/animation/src/editor/stream_animation_core.rs:347
↓ 9 callers
Method
get_layer_ids
Retrieves the IDs of the layers in this object
attic/flo/src/model/flo_model.rs:343
↓ 9 callers
Method
get_updates
(&self)
attic/ui/src/dynamic_viewmodel.rs:319
↓ 9 callers
Method
group_type
Retrieves the type of this group
attic/animation/src/traits/vector/group_element.rs:50
↓ 9 callers
Method
into
(self)
attic/canvas_animation/src/description/convert.rs:49
↓ 9 callers
Method
is_unassigned
(&self)
attic/animation/src/traits/edit/element_id.rs:33
↓ 9 callers
Method
onion_skin
Retrieves the onion skin model for this animation
attic/flo/src/model/flo_model.rs:247
↓ 9 callers
Method
perform_edits
(&self, edits: Vec<AnimationEdit>)
attic/flo/src/model/flo_model.rs:370
↓ 9 callers
Method
read
(&self)
attic/ui/src/image/inmemory.rs:56
↓ 9 callers
Method
reorder_shape
Reorders a shape within its current parent (layer or group)
flo/src/scenery/canvas/sqlite/canvas_shapes.rs:333
↓ 9 callers
Method
serialize
Generates a serialized version of this edit on the specified data target
attic/animation/src/serializer/edit/layer_edit.rs:15
↓ 9 callers
Method
set_shape_properties
Updates the properties for a shape
flo/src/scenery/canvas/sqlite/canvas_shapes.rs:166
↓ 9 callers
Method
start_point
The start point of this curve
attic/canvas_animation/src/description/time.rs:173
↓ 9 callers
Method
unlink_element
Unlinks an element in this frame, and returns the commands required to unlink it This makes it possible to detach or delete this element, or use it i
attic/animation/src/editor/keyframe_core.rs:1065
↓ 9 callers
Method
widget_data
Retrieves the widget data structure for this object
attic/user_interfaces/gtk_ui/src/gtk_thread/flo_gtk.rs:216
↓ 8 callers
Method
all_controllers
Finds the names of all of the controllers referenced by this control and its subcontrols
attic/ui/src/control/control.rs:200
↓ 8 callers
Function
assemble_ui
Returns a bound control that expands the content of any sub-controllers that might be present. Note that this only maintains a weak reference to the
attic/ui/src/controller.rs:159
↓ 8 callers
Method
delete_properties
Deletes properties of the specified type from the canvas
flo/src/scenery/canvas/sqlite/canvas_properties.rs:101
↓ 8 callers
Function
diff_tree
Computes the difference between two trees
attic/ui/src/diff.rs:53
↓ 8 callers
Method
effect
The effect that's applied to the animation region
attic/animation/src/traits/vector/animation_element.rs:87
↓ 8 callers
Method
end_point
(&self)
attic/animation/src/brushes/ink.rs:262
↓ 8 callers
Method
end_point
The end point of this curve
attic/canvas_animation/src/description/time.rs:178
↓ 8 callers
Method
get_updates
(&self)
attic/user_interfaces/http_ui/src/http_user_interface.rs:314
↓ 8 callers
Method
get_updates
Retrieves the updates that are pending in this object
attic/ui/src/session/state.rs:67
↓ 8 callers
Method
get_widget
Attempts to retrieve the widget with the specified ID
attic/user_interfaces/gtk_ui/src/widgets/widget_data.rs:78
↓ 8 callers
Method
id
Retrieves the ID of this view state
attic/user_interfaces/cocoa_pipe/src/view_state.rs:111
↓ 8 callers
Function
insert_brush
Helper: directly inserts a brush into the Brushes table (since AddBrush is not yet implemented)
flo/src/scenery/canvas/sqlite/test_canvas.rs:57
↓ 8 callers
Method
invert
Returns the inverse of this transformation
attic/animation/src/traits/vector/transformation.rs:68
↓ 8 callers
Function
layout_position
(next_pos_desc, last_pos_abs, max_extent, total_stretch, stretch_extent)
attic/static_files/js/flowbetween.js:740
↓ 8 callers
Function
layout_position
(next_pos_desc, last_pos_abs, max_extent, total_stretch, stretch_extent)
attic/user_interfaces/http_ui/js/flowbetween.js:740
↓ 8 callers
Method
layout_position
Turns a Position into an absolute position
attic/user_interfaces/gtk_ui/src/widgets/flo_layout.rs:114
↓ 8 callers
Method
len
()
flo/src/scenery/canvas/point.rs:119
↓ 8 callers
Method
len
()
attic/animation/src/traits/time_path/time_curve.rs:162
↓ 8 callers
Method
log
Retrieves the log for this file manager
attic/ui_files/src/sqlite/file_manager.rs:135
↓ 8 callers
Method
name
Retrieves the name for this resource, if it has one. Note that if another resource has been assigned the same name, this might return the old name fo
attic/ui/src/resource_manager.rs:84
↓ 8 callers
Method
query_shapes_on_layer
Queries the shapes and their properties on a particular layer
flo/src/scenery/canvas/sqlite/canvas_queries.rs:236
↓ 8 callers
Method
render_at_time
Uses the contents of this cache and a list of regions to render the layer at a particular time
attic/canvas_animation/src/layer/cache.rs:264
↓ 8 callers
Method
render_program_id
The ID of the subprogram that provides rendering instructions for this shape type
flo/src/scenery/canvas/shape_type.rs:89
↓ 8 callers
Method
retain
Iterates through the cached items, keeping the values that match the predicate
flo/src/scenery/canvas/sqlite/id_cache.rs:90
↓ 8 callers
Method
rounded_rect
(&mut self, pos: (f32, f32), size: (f32, f32), radius: f32)
flo/src/scenery/ui/tools/tool_graphics.rs:65
↓ 8 callers
Function
scale
()
attic/animation/src/serializer/vector/transformation.rs:179
↓ 8 callers
Method
set_id
Modifies this element to have a new ID
attic/animation/src/traits/vector/path_element.rs:57
↓ 8 callers
Method
set_position
Sets a request to set the position of a side of a view
attic/user_interfaces/cocoa_ui/src/session.rs:789
↓ 8 callers
Method
sidebar
Retrieves the sidebar model for this animation
attic/flo/src/model/flo_model.rs:254
↓ 8 callers
Function
start
(element)
attic/static_files/js/canvas.js:89
↓ 8 callers
Function
timeout
Creates a timeout future
attic/ui/src/session/tests.rs:56
↓ 8 callers
Function
transform
()
attic/animation/src/undo/tests/undo_element_edits.rs:1168
↓ 8 callers
Method
transform
Appies a 2D transformation to this point
attic/canvas_animation/src/description/space.rs:159
↓ 8 callers
Method
transform_path
Transforms a path via this transformation
attic/animation/src/traits/vector/transformation.rs:265
↓ 8 callers
Method
translate
Returns a translated path point
attic/animation/src/traits/path/point.rs:28
↓ 8 callers
Method
unclip
Removes the existing clipping area from this canvas
attic/user_interfaces/cocoa_ui/src/canvas_state.rs:196
↓ 8 callers
Method
update_properties
Updates the vector properties for future elements
attic/animation/src/traits/vector/path_element.rs:91
↓ 8 callers
Method
wait_for_edits
Waits for any pending edits on this animation to complete
attic/animation/src/editor/stream_animation.rs:111
↓ 8 callers
Method
watch
Reads the current state of the controller and creates a watcher for any changes that might occur to it.
attic/ui/src/diff_viewmodel.rs:66
↓ 7 callers
Method
add_element_to_end
Adds an element to the end of this keyframe (as the new last element) Returns the list of storage commands required to update the storage with the ne
attic/animation/src/editor/keyframe_core.rs:390
↓ 7 callers
Method
add_shape_brushes
Adds brush associations to a shape
flo/src/scenery/canvas/sqlite/canvas_shapes.rs:504
↓ 7 callers
Method
address
(&self)
attic/ui/src/diff.rs:24
↓ 7 callers
Method
bounding_box
(&self)
attic/animation/src/traits/path/bounds.rs:105
↓ 7 callers
Method
clear_selection
Clears the current selection
attic/flo/src/model/selection.rs:146
↓ 7 callers
Method
clone
(&self)
attic/flo/src/model/flo_model.rs:299
↓ 7 callers
Method
controller
Retrieves the controller used for this UI
attic/user_interfaces/http_ui/src/http_user_interface.rs:300
↓ 7 callers
Function
create
()
attic/animation/src/serializer/edit/motion_edit.rs:51
↓ 7 callers
Function
create_test_properties
Creates default properties for a benchmark shape
flo/benches/canvas_performance.rs:19
↓ 7 callers
Function
create_test_rectangle
(x: f32, y: f32)
flo/benches/canvas_performance.rs:8
↓ 7 callers
Method
distance_to
Returns the distance to another time point
attic/animation/src/traits/time_path/time_point.rs:59
← previous
next →
201–300 of 4,327, ranked by callers