mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 13:52:36 +00:00
This patch expands the object model of this program quite a bit. We now have a RemoteProcess object that contains a list of remote root RemoteObject objects. The RemoteProcess vends a RemoteObjectGraphModel&, and indices in that model have internal_data() pointing to a corresponding RemoteObject. RemoteObjects in turn vend a RemoteObjectPropertyModel&, which is what we use to show the object properties. This is pretty cool :^) |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| Makefile | ||
| RemoteObject.cpp | ||
| RemoteObject.h | ||
| RemoteObjectGraphModel.cpp | ||
| RemoteObjectGraphModel.h | ||
| RemoteObjectPropertyModel.cpp | ||
| RemoteObjectPropertyModel.h | ||
| RemoteProcess.cpp | ||
| RemoteProcess.h | ||