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
00433.02.16.25.2127.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
9
class
sapien_run_command
:
public
QDialog
10
{
11
Q_OBJECT
12
13
private
:
14
Ui::sapien_run_command ui;
15
16
public
:
17
sapien_run_command
(QWidget *parent = Q_NULLPTR);
18
~sapien_run_command
();
19
20
private
slots:
21
22
void
RunButtonClicked();
23
};
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:9
keystone
components
ui
sapien
windows
run_command
sapien_run_command.h
Generated on Mon Feb 17 2025 00:22:47 for Blamite Game Engine - Keystone by
1.8.17