Home
last modified time | relevance | path

Searched refs:tilesetFormat (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilesetdocument.cpp99 auto tilesetFormat = findFileFormat<TilesetFormat>(mTileset->format(), FileFormat::Write);; in save() local
100 if (!tilesetFormat) { in save()
106 if (!tilesetFormat->write(*tileset(), fileName)) { in save()
108 *error = tilesetFormat->errorString(); in save()
H A Dmapeditor.cpp872 TilesetFormat *tilesetFormat = findSupportingTilesetFormat(fileName); in handleExternalTilesetsAndImages() local
873 if (tilesetFormat) { in handleExternalTilesetsAndImages()
874 tileset = tilesetFormat->read(fileName); in handleExternalTilesetsAndImages()
877 tileset->setFormat(tilesetFormat->shortName()); in handleExternalTilesetsAndImages()
881 error = tilesetFormat->errorString(); in handleExternalTilesetsAndImages()
896 if (!tilesetFormat) in handleExternalTilesetsAndImages()
H A Dscriptmodule.h105 Q_INVOKABLE Tiled::ScriptTilesetFormatWrapper *tilesetFormat(const QString &shortName) const;
H A Dscriptmodule.cpp380 ScriptTilesetFormatWrapper *ScriptModule::tilesetFormat(const QString &shortName) const in tilesetFormat() function in Tiled::ScriptModule
H A Ddocumentmanager.cpp660 } else if (TilesetFormat *tilesetFormat = qobject_cast<TilesetFormat*>(fileFormat)) { in loadDocument() local
665 document = TilesetDocument::load(fileName, tilesetFormat, error); in loadDocument()
/dports/graphics/tiled/tiled-1.7.2/docs/scripting-doc/
H A Dindex.d.ts2602 export function tilesetFormat(shortName: string): TilesetFormat;
2691 tilesetFormat: ScriptedTilesetFormat
/dports/graphics/tiled/tiled-1.7.2/docs/_build/gettext/
H A Dreference.pot1720 msgid "List of supported tileset format names. Use :ref:`tilesetFormat <script-tilesetFormat>` to g…
2120 msgid "string, tilesetFormat"
2128 msgid "The ``tilesetFormat`` object is expected to have the following properties:"
2402 msgid "tiled.tilesetFormat(shortName : :ref:`script-tilesetformatwrapper`"
/dports/graphics/tiled/tiled-1.7.2/docs/locale/pt_BR/LC_MESSAGES/
H A Dreference.po1720 msgid "List of supported tileset format names. Use :ref:`tilesetFormat <script-tilesetFormat>` to g…
2120 msgid "string, tilesetFormat"
2128 msgid "The ``tilesetFormat`` object is expected to have the following properties:"
2402 msgid "tiled.tilesetFormat(shortName : :ref:`script-tilesetformatwrapper`"