![]() |
Blamite Game Engine - Keystone
00417.04.28.24.2058.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>
Inheritance diagram for FontToolLaunchDialog:
Collaboration diagram for FontToolLaunchDialog: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.
Here is the caller graph for this function:| 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.
Here is the caller graph for this function:| bool FontToolLaunchDialog::ShouldExit | ( | ) |
Checks if the application should exit.
true if the application should exit, otherwise returns false.
Here is the caller graph for this function: