Imaging Control 4 C Library  1.2.0
IC4_PROPERTY_DIALOG_OPTIONS Struct Reference

A structure containing options customizing the appearance and behavior of the property dialog displayed by the ic4_gui_grabber_show_device_properties() and ic4_gui_show_property_map() functions. More...

Data Fields

enum IC4_PROPERTY_DIALOG_FLAGS flags
 A bitwise combination of flags.
 
enum IC4_PROPERTY_VISIBILITY initial_visibility
 The initially selected value in the visibility dropdown box.
 
const char * initial_filter
 The initially configured filter text.
 
const char * category
 The category from the property map to show the properties for. More...
 
const char * 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 ic4_gui_grabber_show_device_properties() and ic4_gui_show_property_map() functions.

Field Documentation

◆ category

const char* category

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

If not set, the Root category is displayed.