PropertyDialogOptions Struct Reference

A structure containing options customizing the appearance and behavior of the property dialog displayed by the ic4gui::showDevicePropertyDialog() and ic4gui::showPropertyDialog() functions. More...

Public Attributes

PropertyDialogFlags
flags = PropertyDialogFlags::Default

A bitwise combination of flags.

ic4::PropVisibility 
initial_visibility = ic4::PropVisibility::Beginner

The initially selected value in the visibility dropdown box.

std::string 
initial_filter = {}

The initially configured filter text.

std::string 
category = {}

The category from the property map to show the properties for.

std::string 
title = {}

A title for the dialog box.

Detailed Description

A structure containing options customizing the appearance and behavior of the property dialog displayed by the ic4gui::showDevicePropertyDialog() and ic4gui::showPropertyDialog() functions.

Member Data Documentation

◆ category

std::string category = {}

The category from the property map to show the properties for.

If not set, the Root category is displayed.