![]() |
Blamite Game Engine - Keystone
00427.01.12.25.2146.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class used for the FontTool launch window. More...
#include <FontToolLaunchDialog.h>
Public Member Functions | |
FontToolLaunchDialog (QWidget *parent=Q_NULLPTR) | |
~FontToolLaunchDialog () | |
bool | ShouldExit () |
Checks if the application should exit. More... | |
bool | OpenExisting () |
Checks if the user chose to open an existing font package. More... | |
std::string | GetExistingFilePath () |
Retrieves the path of the existing font package. More... | |
Class used for the FontTool launch window.
This window is first displayed to the user upon opening the application, and prompts them to either create a new font package, or modify an existing one.
FontToolLaunchDialog::FontToolLaunchDialog | ( | QWidget * | parent = Q_NULLPTR | ) |
FontToolLaunchDialog::~FontToolLaunchDialog | ( | ) |
std::string FontToolLaunchDialog::GetExistingFilePath | ( | ) |
Retrieves the path of the existing font package.
bool FontToolLaunchDialog::OpenExisting | ( | ) |
Checks if the user chose to open an existing font package.
true
if the user chose to open an existing font package, or false
if the user chose to create a new font package. bool FontToolLaunchDialog::ShouldExit | ( | ) |
Checks if the application should exit.
true
if the application should exit, otherwise returns false
.