![]() |
API Documentation
|
Stores settings for setting up and displaying a DesignObjectDialog such as whether the dialog is part of a larger workflow or used for Model creation. More...
#include <ShowPropertySettings.h>
Public Member Functions | |
| void | setupForStyle (DesignDialogStyle style) |
| ShowPropertiesSettings (UUID id, const PopupInfo &origin=PopupInfo()) | |
| ShowPropertiesSettings (UUID id, DesignDialogStyle style, const PopupInfo &origin=PopupInfo()) | |
Public Attributes | |
| String | cancel_button_icon |
| TranslatedString | cancel_button_title |
| std::function< void()> | cancel_function |
| bool | delete_model_on_cancel = false |
| String | finish_button_icon |
| TranslatedString | finish_button_title |
| std::function< void()> | finished_function |
| bool | force_popup = false |
| UUID | id |
| bool | is_creation_dialog = false |
| bool | is_viewport_selection = false |
| PopupInfo | popup_origin |
Stores settings for setting up and displaying a DesignObjectDialog such as whether the dialog is part of a larger workflow or used for Model creation.
| ShowPropertiesSettings | ( | UUID | id, |
| const PopupInfo & | origin = PopupInfo() ) |
| ShowPropertiesSettings | ( | UUID | id, |
| DesignDialogStyle | style, | ||
| const PopupInfo & | origin = PopupInfo() ) |
| void setupForStyle | ( | DesignDialogStyle | style | ) |
| String cancel_button_icon |
| TranslatedString cancel_button_title |
| std::function<void()> cancel_function |
| bool delete_model_on_cancel = false |
| String finish_button_icon |
| TranslatedString finish_button_title |
| std::function<void()> finished_function |
| bool force_popup = false |
| UUID id |
| bool is_creation_dialog = false |
| bool is_viewport_selection = false |
| PopupInfo popup_origin |