 |
Blamite Game Engine - Keystone
00389.06.29.23.2106.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
4 #include "ui_PluginSettingsDialog.h"
6 #include <HEKGuerilla/components/tags/tags.h>
13 Ui::PluginSettingsDialog ui;
14 BlamPlugin* plugin =
nullptr;
21 void CancelButtonClicked();
22 void SaveButtonClicked();
23 void EditRevisonsButtonClicked();
void EnableEditMode()
Definition: AddRevisionDialog.cpp:24
KeystoneDialogResult
Enumerator containing all possible generic dialog results.
Definition: keystone_api.h:30
Definition: AddRevisionDialog.h:11
~PluginSettingsDialog()
Definition: PluginSettingsDialog.cpp:39
KEYSTONE KeystoneDialogResult ShowMessageBox(std::string message)
Definition: utils.cpp:279
@ YesNoCancel
Dialog is shown with a [Yes], [No], and [Cancel] button.
Definition: PluginSettingsDialog.h:8
@ Yes
The user pressed the 'Yes' button.
PluginSettingsDialog(BlamPlugin *_plugin, QWidget *parent=Q_NULLPTR)
Definition: PluginSettingsDialog.cpp:10
@ Question
Dialog icon will be a speech bubble with a question mark.
@ No
The user pressed the 'No' button.