layer_editor module¶
Start script that inicialize main window
- class layer_editor.LayerEditor(app, args=None)¶
Bases:
object
Analyzis editor main class
- add_shape_file()¶
open set file
- make_mesh()¶
open Make mesh dialog
- new_file()¶
New file action handler. return close if no file is created nor openned.
- open_file(in_file=None)¶
open file menu action handler for triggered signal.
- open_recent(action)¶
open recent file menu action
- parse_args(args)¶
Parse cmd line args. :return:
- qapp_setup()¶
Modify setup of QApp object. :return:
- run()¶
go
- save_as()¶
save file menu action
- save_file()¶
save file menu action
- save_old_file()¶
If file not saved, display confirmation dialog and if is needed, do it
return: False if action have to be aborted
- setup_logging()¶