ModelEditor Class Reference
#include <ModelEditor.hh>
Public Member Functions | |
ModelEditor () | |
Constructor. More... | |
~ModelEditor () | |
Destructor. More... | |
void | Load () |
Load the model editor. More... | |
void | Update (const UpdateInfo &_info, EntityComponentManager &_ecm) |
Update the model editor with data from ECM. More... | |
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: