#include <oracleimporter.h>
|
| static const QRegularExpression | formatRegex = QRegularExpression("^format-") |
◆ OracleImporter()
| OracleImporter::OracleImporter |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ addCard()
| CardInfoPtr OracleImporter::addCard |
( |
QString | name, |
|
|
const QString & | text, |
|
|
bool | isToken, |
|
|
QVariantHash | properties, |
|
|
const QList< CardRelation * > & | relatedCards, |
|
|
const PrintingInfo & | printingInfo ) |
|
private |
◆ clear()
| void OracleImporter::clear |
( |
| ) |
|
◆ dataReadProgress
| void OracleImporter::dataReadProgress |
( |
int | bytesRead, |
|
|
int | totalBytes ) |
|
signal |
◆ getCardList()
| const CardNameMap & OracleImporter::getCardList |
( |
| ) |
const |
|
inline |
◆ getSets()
◆ importCardsFromSet()
| int OracleImporter::importCardsFromSet |
( |
const CardSetPtr & | currentSet, |
|
|
const QList< QVariant > & | cardsList ) |
◆ readSetsFromByteArray()
| bool OracleImporter::readSetsFromByteArray |
( |
const QByteArray & | data | ) |
|
◆ saveToFile()
| bool OracleImporter::saveToFile |
( |
const QString & | fileName, |
|
|
const QString & | sourceUrl, |
|
|
const QString & | sourceVersion ) |
◆ setIndexChanged
| void OracleImporter::setIndexChanged |
( |
int | cardsImported, |
|
|
int | setIndex, |
|
|
const QString & | setName ) |
|
signal |
◆ startImport()
| int OracleImporter::startImport |
( |
| ) |
|
◆ allSets
◆ cards
The cards, indexed by name.
◆ formatRegex
| const QRegularExpression OracleImporter::formatRegex = QRegularExpression("^format-") |
|
staticprivate |
◆ sets
The sets, indexed by short name.
The documentation for this class was generated from the following files: