|
SDFormat Editor
|
Class to manage overall program operation. More...
#include <file_editor_runner.h>

Public Member Functions | |
| FileEditorRunner (bool data_dir_created=false) | |
| Constructor that calls the top level method. | |
| int | RunProgram () |
| Top level method that starts the program. | |
Public Attributes | |
| bool | gui_initalization_successful |
| Variable for checking if the gui was initilized successfully. | |
| bool | model_viewer_initalization_successful |
| Variable for checking if the model viewer was initilized successfully. | |
| std::shared_ptr< SDFormatParserI > | sdformatParser |
| Pointer to SDFormatParser which will be null until the user opens a file. | |
| std::shared_ptr< GUII > | gui |
| Pointer to the GUI class instance. | |
| std::shared_ptr< CommandFactoryI > | command_factory |
| Pointer to the CommandFactory class instance. | |
| std::shared_ptr< ModelViewerI > | model_viewer |
| Pointer to the model viewer object. | |
Class to manage overall program operation.
| FileEditorRunner::FileEditorRunner | ( | bool | data_dir_created = false | ) |
Constructor that calls the top level method.
| [in] | data_dir_created | boolean that communicates if the file to contain the previously opened model exists |
| int FileEditorRunner::RunProgram | ( | ) |
Top level method that starts the program.