Imaging Control 4 C++ Library 1.2.0
|
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. | |
A structure containing options customizing the appearance and behavior of the property dialog displayed by the ic4gui::showDevicePropertyDialog() and ic4gui::showPropertyDialog() functions.
std::string category = {} |
The category from the property map to show the properties for.
If not set, the Root
category is displayed.