-
Notifications
You must be signed in to change notification settings - Fork 0
API Module icescopy frameslider
Bo Chen edited this page Apr 23, 2026
·
1 revision
Timeline slider widgets and custom paint/hit logic.
- File:
src/icescopy_frameslider.py
| Class | Purpose | Page |
|---|---|---|
FrameSlider |
Primary timeline slider with keyframe, flag, and platform-specific rendering behavior. | FrameSlider |
SliderZoom_Slider |
Secondary slider used to control timeline resolution and zoom granularity. | SliderZoom_Slider |
| Variable | Line | Explanation |
|---|---|---|
IS_WINDOWS |
8 | Tracks whether is windows. |
module_dir |
9 | Stores module dir. |
resources_dir |
10 | Stores resources dir. |
ui_images_dir |
13 | Stores UI images dir. |
slider_handle_path |
14 | Filesystem path for slider handle path. |
None.