Kanzi 4.0.0
kanzi::PerformanceInfoProperties Struct Reference

Configurable performance info display properties. More...

#include <kanzi/core.ui/application/performance_info_properties.hpp>

Public Attributes

unsigned int fontSize
 Font size of the HUD text.
 
string graphFilter
 Semicolon-separated list of names of main loop tasks to be shown in HUD graphs.
 
int positionX
 X position of the HUD text.
 
int positionY
 Y position of the HUD text.
 

Detailed Description

Configurable performance info display properties.

Member Data Documentation

◆ positionX

int kanzi::PerformanceInfoProperties::positionX

X position of the HUD text.

◆ positionY

int kanzi::PerformanceInfoProperties::positionY

Y position of the HUD text.

◆ graphFilter

string kanzi::PerformanceInfoProperties::graphFilter

Semicolon-separated list of names of main loop tasks to be shown in HUD graphs.

◆ fontSize

unsigned int kanzi::PerformanceInfoProperties::fontSize

Font size of the HUD text.


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