MCPcopy Create free account

hub / github.com/Cvaniak/NoteSH / functions

Functions186 in github.com/Cvaniak/NoteSH

Methodaction_load_notes
(self, min_size: Size = Size(0, 0))
notesh/main.py:185
Methodaction_quit
(self)
notesh/main.py:193
Methodaction_toggle_sidebar
(self)
notesh/main.py:164
Methodaction_toggle_sidebar_left
(self)
notesh/main.py:170
Methodaction_unfocus
(self)
notesh/main.py:149
Methodbring_backward
(self)
notesh/drawables/drawable.py:165
Methodchange_color
(self, new_color: str | Color, duration: float = 1.0, part_type: str = "body")
notesh/drawables/sticknote.py:71
Methodcompose
(self)
notesh/play_area.py:56
Methodcompose
(self)
notesh/main.py:76
Methodcompose
(self)
notesh/widgets/sidebar_left.py:43
Methodcompose
(self)
notesh/widgets/multiline_input.py:47
Methodcompose
(self)
notesh/widgets/sidebar.py:57
Methodcompose
(self)
notesh/widgets/color_picker.py:45
Methodcompose
(self)
notesh/widgets/color_picker.py:102
Methodcompose
(self)
notesh/drawables/drawable.py:59
Methoddrawable_body
(self)
notesh/drawables/box.py:62
Methoddrawable_body
(self)
notesh/drawables/sticknote.py:56
Methoddump
(self)
notesh/play_area.py:179
Methoddump
(self)
notesh/drawables/drawable.py:179
Methoddump
(self)
notesh/drawables/sticknote.py:127
Methodinit_parts
(self)
notesh/drawables/sticknote.py:49
Methodinput_changed
(self, event: Input.Changed)
notesh/drawables/drawable.py:169
Methodload
(cls: Type[_T], obj: dict[Any, Any], drawable_id: str, offset: Offset = Offset(0, 0))
notesh/drawables/drawable.py:189
Methodload
(cls: Type[_T], obj: dict[Any, Any], drawable_id: str, offset: Offset = Offset(0, 0))
notesh/drawables/sticknote.py:138
Methodnext_border
(self)
notesh/drawables/drawable.py:159
Methodon_blur
(self, event: events.Blur)
notesh/drawables/drawable.py:144
Methodon_button_pressed
(self, event: Button.Pressed)
notesh/widgets/sidebar.py:90
Methodon_button_pressed
(self, event: Button.Pressed)
notesh/widgets/color_picker.py:53
Methodon_button_pressed
(self, event: Button.Pressed)
notesh/widgets/color_picker.py:122
Methodon_click
(self, event: Click)
notesh/play_area.py:128
Methodon_click
(self, event: events.Click)
notesh/drawables/drawable.py:136
Methodon_color_picker_change
(self, message: ColorPicker.Change)
notesh/widgets/sidebar_left.py:71
Methodon_color_picker_change
(self, message: ColorPicker.Change)
notesh/widgets/sidebar.py:103
Methodon_delete_drawable
(self, message: DeleteDrawable)
notesh/main.py:205
Methodon_drawable_clicked
(self, event: Drawable.Clicked)
notesh/main.py:104
Methodon_drawable_focus
(self, message: Drawable.Focus)
notesh/play_area.py:134
Methodon_drawable_focus
(self, message: Drawable.Focus)
notesh/main.py:200
Methodon_drawable_move
(self, event: Drawable.Move)
notesh/play_area.py:131
Methodon_enter
(self, event: events.Enter)
notesh/drawables/drawable.py:259
Methodon_enter
(self, event: events.Enter)
notesh/drawables/drawable.py:326
Methodon_focus
(self, event: events.Focus)
notesh/drawables/drawable.py:140
Methodon_input_changed
(self, event: MultilineInput.Changed)
notesh/widgets/multiline_input.py:88
Methodon_input_submitted
(self, event: Input.Submitted)
notesh/widgets/multiline_input.py:51
Methodon_leave
(self, event: events.Leave)
notesh/drawables/drawable.py:262
Methodon_leave
(self, event: events.Leave)
notesh/drawables/drawable.py:330
Methodon_mount
(self)
notesh/play_area.py:49
Methodon_mouse_down
(self, event: MouseDown)
notesh/play_area.py:119
Methodon_mouse_down
(self, event: events.MouseDown)
notesh/drawables/drawable.py:126
Methodon_mouse_down
(self, event: events.MouseDown)
notesh/drawables/drawable.py:249
Methodon_mouse_down
(self, event: events.MouseDown)
notesh/drawables/drawable.py:316
Methodon_mouse_move
(self, event: MouseMove)
notesh/play_area.py:115
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/drawable.py:122
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/drawable.py:257
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/drawable.py:324
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/drawable.py:366
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/drawable.py:383
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/box.py:152
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/sticknote.py:150
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/sticknote.py:155
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/sticknote.py:160
Methodon_mouse_move
(self, event: events.MouseMove)
notesh/drawables/sticknote.py:165
Methodon_mouse_scroll_down
(self, event: MouseScrollDown)
notesh/widgets/color_picker.py:65
Methodon_mouse_scroll_up
(self, event: MouseScrollUp)
notesh/widgets/color_picker.py:70
Methodon_mouse_up
(self, _: MouseUp)
notesh/play_area.py:124
Methodon_mouse_up
(self, event: events.MouseUp)
notesh/drawables/drawable.py:131
Methodon_mouse_up
(self, event: events.MouseUp)
notesh/drawables/drawable.py:253
Methodon_mouse_up
(self, event: events.MouseUp)
notesh/drawables/drawable.py:320
Methodon_multiline_input_arrow
(self, event: MultilineInput.Arrow)
notesh/widgets/multiline_input.py:68
Methodon_multiline_input_backspace
(self, event: MultilineInput.Backspace)
notesh/widgets/multiline_input.py:58
Methodon_play_area_clicked
(self, message: PlayArea.Clicked)
notesh/main.py:197
Methodon_text_area_changed
(self, event: TextArea.Changed)
notesh/drawables/drawable.py:334
Methodrecreate_multiline
(self, value: str)
notesh/widgets/multiline_input.py:80
Methodsidebar_layout
(self, widgets: OrderedDict[str, Widget])
notesh/play_area.py:79
Methodsidebar_layout
(self, widgets: OrderedDict[str, Widget])
notesh/drawables/drawable.py:173
Methodsidebar_layout
(self, widgets: OrderedDict[str, Widget])
notesh/drawables/sticknote.py:117
Methodtoggle_focus
(self)
notesh/widgets/sidebar_left.py:47
Methodvalidate_b
(self, new_value: int)
notesh/widgets/color_picker.py:138
Methodvalidate_g
(self, new_value: int)
notesh/widgets/color_picker.py:135
Methodvalidate_r
(self, new_value: int)
notesh/widgets/color_picker.py:132
Methodwatch_b
(self, new_value: int)
notesh/widgets/color_picker.py:147
Methodwatch_body
(self, body_text: str)
notesh/drawables/drawable.py:246
Methodwatch_body
(self, body_text: str)
notesh/drawables/drawable.py:313
Methodwatch_g
(self, new_value: int)
notesh/widgets/color_picker.py:144
Methodwatch_is_entered
(self, new_value: bool)
notesh/drawables/drawable.py:153
Methodwatch_r
(self, new_value: int)
notesh/widgets/color_picker.py:141
Methodwatch_value
(self, new_value: int)
notesh/widgets/color_picker.py:50
← previous101–186 of 186, ranked by callers