This is the complete list of members for project_data.ProjectDataStore, including all inherited members.
__init__(self) | project_data.ProjectDataStore | |
add_to_recent_files(self, file_path) | project_data.ProjectDataStore | |
changed(self, action) | project_data.ProjectDataStore | |
convert_paths_to_absolute(self) | project_data.ProjectDataStore | |
convert_paths_to_relative(self, file_path) | project_data.ProjectDataStore | |
current_filepath | project_data.ProjectDataStore | |
data_type | project_data.ProjectDataStore | |
default_project_filepath | project_data.ProjectDataStore | |
generate_id(self, digits=10) | project_data.ProjectDataStore | |
get(self, key) | project_data.ProjectDataStore | |
has_unsaved_changes | project_data.ProjectDataStore | |
is_image(self, file) | project_data.ProjectDataStore | |
load(self, file_path) | project_data.ProjectDataStore | |
move_temp_paths_to_project_folder(self, file_path) | project_data.ProjectDataStore | |
needs_save(self) | project_data.ProjectDataStore | |
new(self) | project_data.ProjectDataStore | |
read_legacy_project_file(self, file_path) | project_data.ProjectDataStore | |
save(self, file_path, move_temp_files=True, make_paths_relative=True) | project_data.ProjectDataStore | |
set(self, key, value) | project_data.ProjectDataStore | |
upgrade_project_data_structures(self) | project_data.ProjectDataStore | |