Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
mainwindow.cpp File Reference

Implementation of MainWindow – builds the Bridge, registers QML image providers, injects brg, wires shortcuts, and persists window state. More...

#include <QQmlEngine>
#include <QQmlContext>
#include <QGuiApplication>
#include <QScreen>
#include <QElapsedTimer>
#include <QDebug>
#include <QMessageBox>
#include "mainwindow.h"
#include "../../src/bridge/bridge.h"
#include "../../src/boot/shortcutdefs.h"
#include <pse-common/types.h>
#include <pse-savefile/filemanagement.h>
#include <pse-savefile/savefile.h>
#include <pse-savefile/expanded/savefileexpanded.h>
#include <pse-savefile/expanded/storage.h>
#include <pse-savefile/expanded/fragments/pokemonstorageset.h>
#include <pse-savefile/expanded/fragments/pokemonstoragebox.h>
#include <pse-savefile/expanded/player/player.h>
#include <pse-savefile/expanded/player/playerpokemon.h>
#include <pse-db/db.h>
#include <pse-db/fontsdb.h>
#include <pse-db/entries/fontdbentry.h>
#include "../../src/engine/tilesetprovider.h"
#include "../../src/engine/fontpreviewprovider.h"
Include dependency graph for mainwindow.cpp:

Go to the source code of this file.

Detailed Description

Implementation of MainWindow – builds the Bridge, registers QML image providers, injects brg, wires shortcuts, and persists window state.

See mainwindow.h for the documented API.

Definition in file mainwindow.cpp.