class File_Menu(QMenu):
Method | __init__ |
Initializes the menu. |
Method | close_project |
Closes the project and loads the default project. |
Method | export_image |
Exports the currently displayed scene to a PNG file. |
Method | new_project |
Creates a new project with an INI file. |
Method | open_project |
Opens a project from an INI file. |
Method | save_project_as |
Saves the project to an INI file. |
Method | update |
Updates the menu. |
Instance Variable | gui |
Undocumented |