ModelEditor Class Reference
#include <ModelEditor.hh>
Public Member Functions | |
| ModelEditor () | |
| Constructor.   | |
| ~ModelEditor () | |
| Destructor.   | |
| void | Load () | 
| Load the model editor.   | |
| void | Update (const UpdateInfo &_info, EntityComponentManager &_ecm) | 
| Update the model editor with data from ECM.   | |
Protected Member Functions | |
| bool | eventFilter (QObject *_obj, QEvent *_event) override | 
Detailed Description
Model Editor.
Constructor & Destructor Documentation
◆ ModelEditor()
| ModelEditor | ( | ) | 
Constructor.
◆ ~ModelEditor()
| ~ModelEditor | ( | ) | 
Destructor.
Member Function Documentation
◆ eventFilter()
      
  | 
  overrideprotected | 
◆ Load()
| void Load | ( | ) | 
Load the model editor.
◆ Update()
| void Update | ( | const UpdateInfo & | _info, | 
| EntityComponentManager & | _ecm | ||
| ) | 
Update the model editor with data from ECM.
- Parameters
 - 
  
[in] _info Simulator update info [in] _ecm Reference to Entity Component Manager  
The documentation for this class was generated from the following file: