outliner module

class outliner.Outliner(*args, master, width: int = 100, height: int = 30, fg_color='#383838', corner_radius=0, parent_app, **kwargs)[source]

Bases: CTkFrame

Custom class that generates an outliner with clickable index buttons that navigates to the linked image.

create_file_index()[source]

Loops through the loaded images, creates and assigns an outliner button element for each image and hardcodes the command with the index as parameter.

Returns:

None

outline_scroll_handler(event)[source]

Scrolls the outliner.(Method for in Linux)

Parameters:

event – Mouse Wheel event

Returns:

None

toggle_sequence_naming()[source]

When Called, the outliner changes the text of the indexes from file name to sequence codes.

Returns:

False