serenity/DevTools/Inspector
Andreas Kling 4f3234148a Inspector: Show remote object properties in a table view
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 :^)
2019-08-19 20:29:52 +02:00
..
main.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
Makefile Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectGraphModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectGraphModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteProcess.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteProcess.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00