 |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
5 #include "ui_about_blamite.h"
23 void btn_docs_Click();
28 void btn_elaztek_Click();
36 void resizeEvent(QResizeEvent* event);
41 void showEvent(QShowEvent* event);
std::string GetResource(std::string group_id, std::string id)
Retrieves a resource path from the theme.
Definition: BlamEditorTheme.cpp:158
about_blamite(QWidget *parent=Q_NULLPTR)
Constructs the about box.
Definition: about_blamite.cpp:11
KEYSTONE_API bool OpenWebURL(std::string url)
Opens a URL in the user's default web browser.
Definition: keystone_api.cpp:89
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335
KEYSTONE void SetGraphicsViewImage(QGraphicsView *graphics_view, std::string image_path, Qt::AspectRatioMode aspect_ratio_mode)
Applies an image to a graphics view, without the need for extra scene/pixmap management.
Definition: utils.cpp:221
~about_blamite()
Destroys the about box.
Definition: about_blamite.cpp:67
The Blamite About dialog.
Definition: about_blamite.h:10