Add message boxes and user input windows to API

This commit is contained in:
GriffinR
2022-07-14 16:10:04 -04:00
parent 11661818b6
commit c8b28be0b4
4 changed files with 65 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ public:
static QJSValue position(int x, int y);
static QJSEngine *getEngine();
static QImage getImage(QString filepath);
static QJSValue dialogInput(QJSValue input, bool selectedOk);
static void init(MainWindow *mainWindow);
static void registerAction(QString functionName, QString actionName);
static int numRegisteredActions();