MCPcopy Create free account

hub / github.com/algoscienceacademy/RustUI / functions

Functions196 in github.com/algoscienceacademy/RustUI

Methodinit
(&mut self)
examples/todo_app.rs:138
Methodinit
(&mut self)
examples/src/styled_app.rs:13
Methodinit
(&mut self)
examples/src/animated_app.rs:9
Methodinit
(&mut self)
examples/src/responsive_app.rs:20
Methodinit
(&mut self)
examples/src/counter.rs:18
Methodinit
(&mut self)
examples/src/basic_app.rs:19
Methodlast_color
(&self)
src/renderer/mock.rs:16
Functionmain
()
build.rs:3
Functionmain
()
example/basic_app.rs:128
Functionmain
()
src/main.rs:10
Functionmain
()
src/bin/rust-native.rs:23
Functionmain
()
examples/todo_app.rs:169
Functionmain
()
examples/src/styled_app.rs:20
Functionmain
()
examples/src/animated_app.rs:16
Functionmain
()
examples/src/responsive_app.rs:27
Functionmain
()
examples/src/counter.rs:25
Functionmain
()
examples/src/basic_app.rs:30
Methodnavigate
(&mut self, to: RouteType)
src/navigation/mod.rs:90
Methodnew
()
example/basic_app.rs:17
Methodnew
()
src/style.rs:30
Methodnew
()
src/window.rs:51
Methodnew
(width: f32, height: f32)
src/lib.rs:32
Methodnew
(width: f32, height: f32)
src/geometry.rs:20
Methodnew
(platform: Platform)
src/dev_server.rs:86
Methodnew
()
src/layout/responsive.rs:16
Methodnew
(label: S)
src/components/button.rs:18
Methodnew
(direction: Direction)
src/components/stack.rs:22
Methodnew
()
src/components/view.rs:16
Methodnew
(placeholder: S)
src/components/input.rs:13
Methodnew
(content: S)
src/components/text.rs:14
Methodnew
(window: &Window)
src/renderer/default.rs:15
Methodnew
()
src/renderer/mock.rs:9
Methodnew
()
src/gesture/mod.rs:21
Methodnew
()
src/theme/mod.rs:20
Methodnew
(x: f32, y: f32)
src/geometry/mod.rs:8
Methodnew
(initial_state: T)
src/state/mod.rs:10
Methodnew
(initial_state: T)
src/store/mod.rs:9
Methodnew
(start: f32, end: f32, duration: Duration)
src/animation/mod.rs:21
Methodnew
(name: S)
src/navigation/mod.rs:25
Methodnew
()
examples/todo_app.rs:17
Methodnew
()
examples/src/counter.rs:8
Methodnew
()
examples/src/basic_app.rs:11
Methodnew_with_platform
(platform: &str)
src/window.rs:55
Methodnew_with_platform
(platform: &str)
src/lib.rs:102
Methodon_gesture
(&mut self, handler: F)
src/gesture/mod.rs:30
Methodopen_browser
(&self, browser: &str, port: u16)
src/dev_server.rs:529
Functionpoll
()
src/event.rs:5
Methodpop
(&mut self)
src/navigation/mod.rs:81
Methodpresent
(&mut self)
src/renderer/default.rs:23
Methodregister_transition
(&mut self, from: RouteType, to: RouteType, transition: Box<dyn Transition>)
src/navigation/mod.rs:55
Methodrender
(&self, renderer: &mut dyn Renderer)
example/basic_app.rs:120
Methodrender
(&self, renderer: &mut dyn Renderer)
src/components/button.rs:44
Methodrender
(&self, renderer: &mut Renderer)
src/components/stack.rs:79
Methodrender
(&self, renderer: &mut dyn Renderer)
src/components/view.rs:50
Methodrender
(&self, _renderer: &mut Renderer)
src/components/input.rs:38
Methodrender
(&self, renderer: &mut dyn Renderer)
src/components/text.rs:29
Methodrender
(&self, renderer: &mut dyn Renderer)
examples/todo_app.rs:161
Methodrender
(&self, renderer: &mut Renderer)
examples/src/styled_app.rs:15
Methodrender
(&self, renderer: &mut Renderer)
examples/src/animated_app.rs:11
Methodrender
(&self, renderer: &mut Renderer)
examples/src/responsive_app.rs:22
Methodrender
(&self, renderer: &mut Renderer)
examples/src/counter.rs:20
Methodrender
(&self, renderer: &mut Renderer)
examples/src/basic_app.rs:25
Methodrenderer
(&mut self)
src/lib.rs:119
Methodresize
(&mut self, width: u32, height: u32)
src/window.rs:84
Methodrgb
(r: f32, g: f32, b: f32)
src/style.rs:89
Methodrgba
(r: f32, g: f32, b: f32, a: f32)
src/style.rs:93
Methodrun
(&mut self)
src/dev_server.rs:126
Methodrun
(self, app: F)
src/platform/desktop.rs:13
Methodset_border_radius
(mut self, radius: f32)
src/style.rs:64
Methodset_color
(mut self, color: Color)
src/style.rs:39
Methodset_font_size
(mut self, size: f32)
src/style.rs:59
Methodset_gap
(mut self, gap: f32)
src/style.rs:54
Methodset_margin
(mut self, margin: f32)
src/style.rs:49
Methodset_text_align
(mut self, align: TextAlign)
src/style.rs:69
Methodset_value
(&mut self, value: String)
src/components/input.rs:24
Methodstyle
(&self)
src/components/button.rs:74
Methodstyle
(&self)
src/components/text.rs:49
Methodstyle_mut
(&mut self)
src/components/button.rs:70
Methodstyle_mut
(&mut self)
src/components/text.rs:45
Methodstyle_name
(&self)
src/components/button.rs:66
Methodstyle_name
(&self)
src/components/mod.rs:21
Methodsubscribe
(&mut self, callback: F)
src/state/mod.rs:28
Methodtranslate
(&mut self, x: f32, y: f32)
src/renderer/default.rs:67
Methodupdate
(&mut self)
example/basic_app.rs:115
Methodupdate
(&mut self, delta_time: Duration)
src/gesture/mod.rs:37
Methodupdate
(&mut self, delta_time: Duration)
src/animation/mod.rs:37
Methodupdate
(&mut self)
examples/todo_app.rs:156
Methodupdate
(&mut self)
examples/src/styled_app.rs:14
Methodupdate
(&mut self)
examples/src/animated_app.rs:10
Methodupdate
(&mut self)
examples/src/responsive_app.rs:21
Methodupdate
(&mut self)
examples/src/counter.rs:19
Methodupdate
(&mut self)
examples/src/basic_app.rs:23
Methodwindow
(&self)
src/lib.rs:115
Methodwith_style
(mut self, style: Style)
src/components/button.rs:29
Methodwith_style
(mut self, style: Style)
src/components/view.rs:35
Methodwith_style
(mut self, style: Style)
src/components/text.rs:22
← previous101–196 of 196, ranked by callers