MCPcopy Create free account

hub / github.com/benmkw/imnodes-rs / functions

Functions126 in github.com/benmkw/imnodes-rs

Methodnew
(context: &'a Context)
imnodes-wgpu-examples/src/save_load.rs:41
Methodnew
(id_gen: &mut IdentifierGenerator)
imnodes-wgpu-examples/src/color_editor.rs:21
Methodnew
(context: &'a Context)
imnodes-wgpu-examples/src/multi_editor.rs:31
Methodnew
Creates a new descriptor.
src/scopes.rs:475
Methodnew
Creates a new identifier generator, starting all IDs from 0. Intended to be called via [EditorContext::new_identifier_generator].
src/lib.rs:130
Methodnew
(_desc: &ContextDesc)
src/context.rs:507
Methodnew_from_state
Creates a new identifier generator with specific starting states. Useful for restoring state after loading.
src/lib.rs:140
Methodnot
(self)
src/styling.rs:326
Methodpush_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
Methodremove
Removes the specified flags in-place.
src/styling.rs:293
Methodresumed
(&mut self, event_loop: &ActiveEventLoop)
imnodes-wgpu-examples/src/main.rs:41
Methodsave_current_editor_state_to_string
(&self)
src/context.rs:261
Methodsave_editor_state_to_file
(&self, file_path: P)
src/context.rs:339
Methodsave_editor_state_to_string
(&self)
src/context.rs:285
Methodselect
(&self)
src/lib.rs:342
Methodset_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
Methodset_auto_panning_speed
Sets the auto-panning speed.
src/context.rs:83
Methodset_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
Functionshow
https://github.com/Nelarius/imnodes/blob/master/example/hello.cpp
imnodes-wgpu-examples/src/hello_world.rs:2
Functionshow
https://github.com/Nelarius/imnodes/blob/master/example/color_node_editor.cpp
imnodes-wgpu-examples/src/color_editor.rs:435
Functionshow
https://github.com/Nelarius/imnodes/blob/master/example/multi_editor.cpp
imnodes-wgpu-examples/src/multi_editor.rs:101
Functionvec2
(x: f32, y: f32)
src/lib.rs:112
Methodwindow_event
( &mut self, event_loop: &ActiveEventLoop, _window_id: WindowId, event: Win
imnodes-wgpu-examples/src/main.rs:155
Methodwith_emulate_three_button_mouse
Sets the modifier key for emulating a three-button mouse for the duration of the closure.
src/context.rs:44
Methodwith_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
Methodwith_multiple_select_modifier
Sets the modifier key for multiple selection for the duration of the closure.
src/context.rs:29
← previous101–126 of 126, ranked by callers