Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
sapien_run_command.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_sapien_run_command.h"
5
6
class
sapien_run_command
:
public
QDialog
7
{
8
Q_OBJECT
9
10
private
:
11
Ui::sapien_run_command ui;
12
13
public
:
14
sapien_run_command
(QWidget *parent = Q_NULLPTR);
15
~sapien_run_command
();
16
17
private
slots:
18
19
void
RunButtonClicked();
20
};
sapien_run_command.h
sapien_run_command::sapien_run_command
sapien_run_command(QWidget *parent=Q_NULLPTR)
Definition:
sapien_run_command.cpp:5
sapien_run_command::~sapien_run_command
~sapien_run_command()
Definition:
sapien_run_command.cpp:12
sapien_run_command
Definition:
sapien_run_command.h:6
keystone
components
ui
sapien
windows
run_command
sapien_run_command.h
Generated on Fri Jun 16 2023 09:52:59 for Blamite Game Engine - Keystone by
1.8.17