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

Import/export macro for the db library, plus the central list of DB entry pointer types declared opaque to Qt's metatype system. More...

#include <QtCore/qglobal.h>
Include dependency graph for db_autoport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DB_AUTOPORT   Q_DECL_IMPORT
 Expands to the correct dllexport/dllimport decoration for this library.

Detailed Description

Import/export macro for the db library, plus the central list of DB entry pointer types declared opaque to Qt's metatype system.

The db counterpart to savefile_autoport.h. Unlike the savefile tree (whose objects QML traverses, so they must be complete types), DB entry pointers are declared opaque here once and shared library-wide – QML reaches DB entries through invokable accessors, not by traversing a deep property chain.

Definition in file db_autoport.h.

Macro Definition Documentation

◆ DB_AUTOPORT

#define DB_AUTOPORT   Q_DECL_IMPORT

Expands to the correct dllexport/dllimport decoration for this library.

Definition at line 37 of file db_autoport.h.