![]() |
Blamite Game Engine - Keystone
00408.01.06.24.1723.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class representing the Tag Class Settings dialog. More...
#include <PluginSettingsDialog.h>
Inheritance diagram for PluginSettingsDialog:
Collaboration diagram for PluginSettingsDialog:Public Member Functions | |
| PluginSettingsDialog (BlamPlugin *_plugin, QWidget *parent=Q_NULLPTR) | |
| Constructs a new Tag Class Settings Dialog. More... | |
| ~PluginSettingsDialog () | |
| bool | IsCancelled () |
| Checks whether the dialog has been closed with the cancel or save button. More... | |
Class representing the Tag Class Settings dialog.
This dialog allows the user to configure a number of details about a tag class, such as the long/short class name, short and long descriptions, revisions, and more.
| PluginSettingsDialog::PluginSettingsDialog | ( | BlamPlugin * | _plugin, |
| QWidget * | parent = Q_NULLPTR |
||
| ) |
Constructs a new Tag Class Settings Dialog.
| _plugin | - Pointer to the plugin being configured. |
| parent | - The parent widget of this dialog. Defaults to nullptr. |
| PluginSettingsDialog::~PluginSettingsDialog | ( | ) |
| bool PluginSettingsDialog::IsCancelled | ( | ) |
Checks whether the dialog has been closed with the cancel or save button.
true if the dialog has been cancelled, otherwise returns false. If this returns false, then it indicates that the Save button has been clicked, and some additional operations may need to be performed as a result.