|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
Structure holding information about a connected application instance. More...
#include <app_instance_manager.h>
Public Attributes | |
| QPointF | blob_center |
| Center position of the blob within its window. | |
| QString | instance_id |
| Unique identifier for the instance. | |
| bool | is_creator |
| Flag indicating if this instance is the creator (was opened first). | |
| QPoint | window_position |
| Global position of the instance's window. | |
| QSize | window_size |
| Size of the instance's window. | |
Structure holding information about a connected application instance.
| QPointF InstanceInfo::blob_center |
Center position of the blob within its window.
| QString InstanceInfo::instance_id |
Unique identifier for the instance.
| bool InstanceInfo::is_creator |
Flag indicating if this instance is the creator (was opened first).
| QPoint InstanceInfo::window_position |
Global position of the instance's window.
| QSize InstanceInfo::window_size |
Size of the instance's window.