MCPcopy Create free account

hub / github.com/Cvaniak/NoteSH / functions

Functions186 in github.com/Cvaniak/NoteSH

↓ 18 callersMethodset_focus
(self, focus: bool)
notesh/widgets/sidebar.py:127
↓ 7 callersMethod__init__
( self, parent: Drawable, name: str | None = None, id: str | None = None,
notesh/drawables/drawable.py:372
↓ 6 callersMethoddrawable_is_moved
(self, event: events.MouseMove)
notesh/drawables/drawable.py:97
↓ 6 callersFunctionset_bindings
( where: Union[Container, App[None]], config: dict[str, list[str] | str], show: bool = False,
notesh/utils.py:100
↓ 6 callersMethodupdate_colors
(self, color: Color)
notesh/widgets/color_picker.py:107
↓ 4 callersMethodload
(cls: Type[_T], obj: dict[Any, Any], drawable_id: str, offset: Offset = Offset(0, 0))
notesh/drawables/box.py:139
↓ 4 callersFunctionload_binding_config_file
(file_name: str)
notesh/utils.py:89
↓ 3 callersMethod_add_new_drawable
(self, new_drawable: Drawable)
notesh/main.py:208
↓ 3 callersMethod_clamp
(value: int)
notesh/widgets/color_picker.py:129
↓ 3 callersMethod_unfocus
(self, fully: bool = False)
notesh/main.py:124
↓ 3 callersMethodadd_new_drawable
(self, drawable_type: str)
notesh/play_area.py:86
↓ 3 callersMethoddrawable_is_focused
(self, event: events.MouseEvent, display_sidebar: bool = False)
notesh/drawables/drawable.py:104
↓ 3 callersMethoddrawable_is_unfocused
(self, event: events.MouseUp)
notesh/drawables/drawable.py:109
↓ 3 callersMethoddump
(self)
notesh/drawables/box.py:127
↓ 3 callersFunctiongenerate_short_uuid
()
notesh/utils.py:21
↓ 3 callersMethodon_enter
(self, event: events.Enter)
notesh/drawables/drawable.py:147
↓ 3 callersMethodon_leave
(self, event: events.Leave)
notesh/drawables/drawable.py:150
↓ 3 callersMethodset_drawable
(self, drawable: Optional[Drawable], display_sidebar: bool = False)
notesh/widgets/sidebar.py:68
↓ 3 callersMethodupdate_color
(self)
notesh/widgets/color_picker.py:114
↓ 3 callersMethodupdate_layout
(self, duration: float = 1.0)
notesh/drawables/drawable.py:75
↓ 2 callersMethod__init__
(self, multiline_input: MultilineInput, top_down: str)
notesh/widgets/multiline_input.py:38
↓ 2 callersMethod__init__
( self, *children: Widget, title: str = "Color Picker", type: str = "",
notesh/widgets/color_picker.py:82
↓ 2 callersMethod_delete_drawable
(self, drawable: Optional[Drawable] = None)
notesh/main.py:141
↓ 2 callersMethod_edit_drawable
(self)
notesh/main.py:93
↓ 2 callersMethod_mount_drawable
(self, drawable: Drawable)
notesh/play_area.py:150
↓ 2 callersMethodadd_parsed_drawable
(self, obj: dict[Any, Any], drawable_id: str, offset: Offset = Offset(0, 0))
notesh/play_area.py:93
↓ 2 callersMethodbring_forward
(self)
notesh/drawables/drawable.py:161
↓ 2 callersMethodchange_color
(self, new_color: str | Color, duration: float = 1.0, part_type: str = "body")
notesh/drawables/box.py:68
↓ 2 callersMethodclear_drawables
(self)
notesh/play_area.py:99
↓ 2 callersMethodload
(self, obj: Optional[dict[Any, Any]])
notesh/play_area.py:186
↓ 2 callersFunctionload_drawables
(file_name: str)
notesh/utils.py:71
↓ 2 callersMethodresize_drawable
(self, delta_x: int, delta_y: int)
notesh/drawables/drawable.py:112
↓ 2 callersMethodset_focus
(self, focus: bool)
notesh/widgets/sidebar_left.py:55
↓ 2 callersMethodsidebar_layout
(self, widgets: OrderedDict[str, Widget])
notesh/drawables/box.py:116
↓ 2 callersMethodtoggle_focus
(self)
notesh/widgets/sidebar.py:119
↓ 2 callersMethodupdate_layout
(self, duration: float = 1.0)
notesh/drawables/box.py:80
↓ 1 callersMethod__init__
( self, *children: Widget, file: str = "test", name: str | None = None,
notesh/play_area.py:29
↓ 1 callersMethod__init__
( self, *children: Widget, name: str | None = None, id: str | None = None,
notesh/widgets/sidebar.py:26
↓ 1 callersMethod__init__
( self, body: str = "", color: str = "#ffaa00", pos: Offset = Offset(0, 0),
notesh/drawables/box.py:37
↓ 1 callersMethod_calculate_additional_offset
(self, size_a: Size, size_b: Size)
notesh/play_area.py:142
↓ 1 callersMethod_calculate_size
(self, min_size: Size, max_size: Size)
notesh/play_area.py:145
↓ 1 callersMethod_load_key_bindings
(self)
notesh/main.py:213
↓ 1 callersMethod_move_play_area
(self, offset: Offset)
notesh/play_area.py:156
↓ 1 callersMethod_resize_field_to_drawable
(self, drawable: Drawable, offset: Offset = Offset(0, 0))
notesh/play_area.py:159
↓ 1 callersMethodaction_save_notes
(self)
notesh/main.py:182
↓ 1 callersFunctionbuild_color
(any_color: str | Color)
notesh/drawables/sticknote.py:18
↓ 1 callersFunctioncalculate_size_for_file
(file_name: str)
notesh/utils.py:25
↓ 1 callersMethodchange_color
(self, new_color: str | Color, duration: float = 1.0, part_type: str = "body")
notesh/play_area.py:60
↓ 1 callersMethodchange_color
(self, new_color: str | Color, duration: float = 1.0, part_type: str = "body")
notesh/drawables/drawable.py:65
↓ 1 callersMethodchange_drawable_color
(self, color: Color | str, part_type: str)
notesh/widgets/sidebar.py:86
↓ 1 callersMethodchange_play_area_color
(self, color: Color | str, part_type: str)
notesh/widgets/sidebar_left.py:67
↓ 1 callersMethodchange_sidebar
(self)
notesh/widgets/sidebar.py:61
↓ 1 callersMethoddelete_drawable
(self, drawable: Optional[Drawable] = None)
notesh/play_area.py:103
↓ 1 callersMethoddrawable_body
(self)
notesh/drawables/drawable.py:56
↓ 1 callersMethoddrawable_is_moved_from_key
(self, offset: Offset)
notesh/drawables/drawable.py:87
↓ 1 callersMethoddrawable_is_resized
(self, event: events.MouseMove)
notesh/drawables/drawable.py:118
↓ 1 callersMethodget_child
(self, index: Optional[int] = None)
notesh/widgets/sidebar.py:106
↓ 1 callersMethodinit_parts
(self)
notesh/drawables/drawable.py:52
↓ 1 callersMethodinit_parts
(self)
notesh/drawables/box.py:57
↓ 1 callersFunctionload_confing_hoptex
()
notesh/main.py:26
↓ 1 callersMethodmove
(self, direction: str, value: int = 1)
notesh/drawables/drawable.py:92
↓ 1 callersMethodmove_drawable
(self, direction: str, value: int)
notesh/play_area.py:138
↓ 1 callersMethodmultiline_array_changed
(self, event: TextArea.Changed)
notesh/drawables/drawable.py:171
↓ 1 callersMethodnext_border
(self)
notesh/drawables/box.py:111
↓ 1 callersFunctionrun
()
notesh/command_line.py:7
↓ 1 callersFunctionsave_drawables
( file_name: str, drawables: list[Drawable], layers: list[str], background: Optional[dict[Any, Any]] = Non
notesh/utils.py:50
↓ 1 callersMethodset_play_area
(self, play_area: PlayArea)
notesh/widgets/sidebar_left.py:63
↓ 1 callersMethodupdate_layout
(self, duration: float = 1.0)
notesh/play_area.py:72
↓ 1 callersMethodupdate_layout
(self, duration: float = 1.0)
notesh/drawables/sticknote.py:80
Method__init__
( self, )
notesh/play_area.py:194
Method__init__
( self, watch_css: bool = False, file: str = DEFAULT_FILE, )
notesh/main.py:64
Method__init__
( self, *children: Widget, name: str | None = None, id: str | None = None,
notesh/widgets/sidebar_left.py:19
Method__init__
(self, multiline_input: MultilineInput)
notesh/widgets/multiline_input.py:33
Method__init__
(self, sender: MultilineArray)
notesh/widgets/multiline_input.py:93
Method__init__
(self, drawable: Drawable)
notesh/widgets/sidebar.py:18
Method__init__
( self, *children: Widget, parent: ColorPicker, color_arg: str = "", i
notesh/widgets/color_picker.py:26
Method__init__
(self, color: Color | str, argument: str)
notesh/widgets/color_picker.py:151
Method__init__
( self, id: str | None = None, body: str = "", color: str = "#ffaa00",
notesh/drawables/drawable.py:27
Method__init__
(self, value: str | None)
notesh/drawables/drawable.py:199
Method__init__
(self, index: str, display_sidebar: bool = False)
notesh/drawables/drawable.py:204
Method__init__
( self, drawable: Drawable, offset: Offset, )
notesh/drawables/drawable.py:210
Method__init__
( self, drawable: Drawable, )
notesh/drawables/drawable.py:222
Method__init__
( self, parent: Drawable, name: str | None = None, id: str | None = None,
notesh/drawables/drawable.py:233
Method__init__
( self, parent: Drawable, name: str | None = None, id: str | None = None,
notesh/drawables/drawable.py:269
Method__init__
( self, *children: Widget, id: str | None = None, classes: str | None = None,
notesh/drawables/box.py:157
Method__init__
( self, title: str = "", body: str = "", color: str = "#ffaa00", pos:
notesh/drawables/sticknote.py:33
Method_bring
(self, direction: str)
notesh/main.py:115
Method_move_drawable
(self, direction: str)
notesh/main.py:108
Method_on_mouse_scroll_down
Finalize the selection that has been made using the mouse.
notesh/drawables/drawable.py:337
Method_on_mouse_scroll_up
Finalize the selection that has been made using the mouse.
notesh/drawables/drawable.py:345
Method_resize
(self, direction: str)
notesh/main.py:119
Method_watch_has_focus
(self, focus: bool)
notesh/drawables/drawable.py:353
Methodaction_add_box
(self)
notesh/main.py:160
Methodaction_add_drawable
(self)
notesh/main.py:156
Methodaction_add_note
(self)
notesh/main.py:152
Methodaction_cursor_down
(self)
notesh/widgets/multiline_input.py:24
Methodaction_cursor_up
(self)
notesh/widgets/multiline_input.py:21
Methodaction_delete
(self)
notesh/main.py:90
Methodaction_delete_left
(self)
notesh/widgets/multiline_input.py:27
Methodaction_edit
(self)
notesh/main.py:101
next →1–100 of 186, ranked by callers