Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benmkw/imnodes-rs
/ functions
Functions
126 in github.com/benmkw/imnodes-rs
⨍
Functions
126
◇
Types & classes
62
Method
new
(context: &'a Context)
imnodes-wgpu-examples/src/save_load.rs:41
Method
new
(id_gen: &mut IdentifierGenerator)
imnodes-wgpu-examples/src/color_editor.rs:21
Method
new
(context: &'a Context)
imnodes-wgpu-examples/src/multi_editor.rs:31
Method
new
Creates a new descriptor.
src/scopes.rs:475
Method
new
Creates a new identifier generator, starting all IDs from 0. Intended to be called via [EditorContext::new_identifier_generator].
src/lib.rs:130
Method
new
(_desc: &ContextDesc)
src/context.rs:507
Method
new_from_state
Creates a new identifier generator with specific starting states. Useful for restoring state after loading.
src/lib.rs:140
Method
not
(self)
src/styling.rs:326
Method
push_style
Pushes multiple style modifications onto the stack for the duration of the closure. This ensures that the styles are applied to the editor context (e
src/context.rs:141
Method
remove
Removes the specified flags in-place.
src/styling.rs:293
Method
resumed
(&mut self, event_loop: &ActiveEventLoop)
imnodes-wgpu-examples/src/main.rs:41
Method
save_current_editor_state_to_string
(&self)
src/context.rs:261
Method
save_editor_state_to_file
(&self, file_path: P)
src/context.rs:339
Method
save_editor_state_to_string
(&self)
src/context.rs:285
Method
select
(&self)
src/lib.rs:342
Method
set_alt_mouse_button
Sets the mouse button used for panning the editor (by dragging in the background). Default is usually Middle button. Pass `None` to disable specific b
src/context.rs:73
Method
set_auto_panning_speed
Sets the auto-panning speed.
src/context.rs:83
Method
set_style
Sets the style of the current editor context. This copies the values from the provided Rust struct to the internal C struct.
src/styling.rs:135
Function
show
https://github.com/Nelarius/imnodes/blob/master/example/hello.cpp
imnodes-wgpu-examples/src/hello_world.rs:2
Function
show
https://github.com/Nelarius/imnodes/blob/master/example/color_node_editor.cpp
imnodes-wgpu-examples/src/color_editor.rs:435
Function
show
https://github.com/Nelarius/imnodes/blob/master/example/multi_editor.cpp
imnodes-wgpu-examples/src/multi_editor.rs:101
Function
vec2
(x: f32, y: f32)
src/lib.rs:112
Method
window_event
( &mut self, event_loop: &ActiveEventLoop, _window_id: WindowId, event: Win
imnodes-wgpu-examples/src/main.rs:155
Method
with_emulate_three_button_mouse
Sets the modifier key for emulating a three-button mouse for the duration of the closure.
src/context.rs:44
Method
with_link_detach_with_modifier_click
Sets the modifier key for detaching links with a click for the duration of the closure.
src/context.rs:59
Method
with_multiple_select_modifier
Sets the modifier key for multiple selection for the duration of the closure.
src/context.rs:29
← previous
101–126 of 126, ranked by callers