Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
InspectorWidget Class Reference

#include <InspectorWidget.h>

Inheritance diagram for InspectorWidget:
[legend]
Collaboration diagram for InspectorWidget:
[legend]

Public Member Functions

 InspectorWidget (SceneManager *sceneMgr, QWidget *parent=nullptr)
 
void loadObject (SceneObject *obj)
 
void unloadObject ()
 

Detailed Description

Definition at line 16 of file InspectorWidget.h.

Constructor & Destructor Documentation

◆ InspectorWidget()

InspectorWidget::InspectorWidget ( SceneManager sceneMgr,
QWidget *  parent = nullptr 
)
explicit

Definition at line 19 of file InspectorWidget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ loadObject()

void InspectorWidget::loadObject ( SceneObject obj)

Definition at line 73 of file InspectorWidget.cpp.

Here is the call graph for this function:

◆ unloadObject()

void InspectorWidget::unloadObject ( )

Definition at line 91 of file InspectorWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: