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 |
A bitwise combination of flags. |
ic4::PropVisibility |
The initially selected value in the visibility dropdown box. |
std::string |
The initially configured filter text. |
std::string |
The category from the property map to show the properties for. |
std::string |
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.