Wavelength
Privacy-focused, cross-platform, and open-source communication application
Loading...
Searching...
No Matches
InstanceInfo Struct Reference

Structure holding information about a connected application instance. More...

#include <app_instance_manager.h>

Collaboration diagram for InstanceInfo:

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.
 

Detailed Description

Structure holding information about a connected application instance.

Member Data Documentation

◆ blob_center

QPointF InstanceInfo::blob_center

Center position of the blob within its window.

◆ instance_id

QString InstanceInfo::instance_id

Unique identifier for the instance.

◆ is_creator

bool InstanceInfo::is_creator

Flag indicating if this instance is the creator (was opened first).

◆ window_position

QPoint InstanceInfo::window_position

Global position of the instance's window.

◆ window_size

QSize InstanceInfo::window_size

Size of the instance's window.


The documentation for this struct was generated from the following file: