project.dict_generator module

Summary

Functions:

add_lang_dialog

Add language dialog to left window.

cancel_inspect_mode

change_lang_inspect_mode

Go into inspection mode.

change_option

Change view.

close_application

create_new_dict

Initialize a new dict.

create_table

Create a new table.

fill_new_language

Fill new language adding it to the dict_state.

finish_new_language

Forward button when adding new language.

handle_table_click

new_dict_begin_dialog

Open dialog to add a new dictionary and start with entering a new language.

new_dict_dialog

Switch to new dict dialog window.

next_new_language

Forward button when adding new language.

open_dialog

Open a file dialog to read json dict from file.

prev_new_language

Back button when adding new language.

save_dialog

Open a file dialog to save json dict to file.

set_left_window

Go into inspection mode.

update_lang_inspect_table

Update language table.

updated_table

Updated table.

write_to_dict

Write

Reference

project.dict_generator.save_dialog()[source]

Open a file dialog to save json dict to file.

project.dict_generator.open_dialog()[source]

Open a file dialog to read json dict from file.

project.dict_generator.add_lang_dialog()[source]

Add language dialog to left window.

project.dict_generator.new_dict_dialog()[source]

Switch to new dict dialog window.

project.dict_generator.new_dict_begin_dialog()[source]

Open dialog to add a new dictionary and start with entering a new language.

project.dict_generator.create_table()[source]

Create a new table.

project.dict_generator.updated_table()[source]

Updated table.

project.dict_generator.fill_new_language()[source]

Fill new language adding it to the dict_state.

project.dict_generator.prev_new_language()[source]

Back button when adding new language.

project.dict_generator.next_new_language()[source]

Forward button when adding new language.

project.dict_generator.finish_new_language()[source]

Forward button when adding new language.

project.dict_generator.handle_table_click(row, column)[source]
project.dict_generator.set_left_window(idx)[source]

Go into inspection mode.

project.dict_generator.create_new_dict()[source]

Initialize a new dict.

project.dict_generator.change_option()[source]

Change view.

project.dict_generator.change_lang_inspect_mode(row, colum)[source]

Go into inspection mode.

project.dict_generator.update_lang_inspect_table()[source]

Update language table.

project.dict_generator.cancel_inspect_mode()[source]
project.dict_generator.write_to_dict()[source]

Write

project.dict_generator.close_application()[source]