Searched refs:mapEditor (Results 1 – 10 of 10) sorted by relevance
81 auto mapEditor = static_cast<KWMapEditor *>(parent()); in createEditor() local82 return new InlineEditor(mapEditor); in createEditor()88 auto mapEditor = static_cast<KWMapEditor *>(parent()); in updateEditorGeometry() local89 const QRect geo = mapEditor->visualRect(index); in updateEditorGeometry()90 editor->move(mapEditor->mapToGlobal(geo.topLeft())); in updateEditorGeometry()101 auto mapEditor = static_cast<KWMapEditor *>(parent()); in setEditorData() local102 e->setText(mapEditor->item(index.row(), index.column())->text()); in setEditorData()112 auto mapEditor = static_cast<KWMapEditor *>(parent()); in setModelData() local113 mapEditor->item(index.row(), index.column())->setText(e->toPlainText()); in setModelData()
67 Q_PROPERTY(Tiled::MapEditor *mapEditor READ mapEditor)89 MapEditor *mapEditor() const;
189 MapEditor *ScriptModule::mapEditor() const in mapEditor() function in Tiled::ScriptModule
316 if (MapEditor *mapEditor = qobject_cast<MapEditor*>(editor)) in setEditor() local317 mMapEditor = mapEditor; in setEditor()
1758 … auto mapEditor = static_cast<MapEditor*>(mDocumentManager->editor(Document::MapDocumentType)); in toggleClearView() local1759 mapView = mapEditor->currentMapView(); in toggleClearView()1890 auto mapEditor = static_cast<MapEditor*>(mDocumentManager->currentEditor()); in addExternalTileset() local1891 mapEditor->addExternalTilesets(fileNames); in addExternalTileset()
893 MapEditor *mapEditor; variable
194 mapEditor = NULL; in initUI()4239 if ( !mapEditor ) mapEditor = new MapEditor( this ); in getMapEditor()4240 return mapEditor; in getMapEditor()
2390 export const mapEditor: MapEditor;
1700 msgid "**mapEditor** : :ref:`script-mapeditor`"