Home
last modified time | relevance | path

Searched refs:mCell (Results 1 – 25 of 68) sorted by relevance

123

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dunpagedworldspacewidget.cpp94 if (mCell) in assetTablesChanged()
95 mCell->reloadAssets(); in assetTablesChanged()
159 return mCell.get(); in getCell()
164 return mCell.get(); in getCell()
186 mCell->reset (elementMask); in reset()
192 if (mCell.get()) in referenceableDataChanged()
200 if (mCell.get()) in referenceableAboutToBeRemoved()
208 if (mCell.get()) in referenceableAdded()
222 if (mCell.get()) in referenceDataChanged()
230 if (mCell.get()) in referenceAboutToBeRemoved()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dreferencecreator.cpp28 command.addValue (cellIdColumn, mCell->text()); in configureCreateCommand()
40 mCell = new CSVWidget::DropLineEdit(CSMWorld::ColumnBase::Display_Cell, this); in ReferenceCreator()
41 mCell->setCompleter(completionManager.getCompleter(CSMWorld::ColumnBase::Display_Cell).get()); in ReferenceCreator()
42 insertBeforeButtons (mCell, true); in ReferenceCreator()
46 connect (mCell, SIGNAL (textChanged (const QString&)), this, SLOT (cellChanged())); in ReferenceCreator()
47 connect (mCell, SIGNAL (returnPressed()), this, SLOT (inputReturnPressed())); in ReferenceCreator()
53 mCell->setText (""); in reset()
63 std::string cell = mCell->text().toUtf8().constData(); in getErrors()
75 mCell->setFocus(); in focus()
91 mCell->setText ( in cloneMode()
H A Dpathgridcreator.cpp16 return mCell->text().toUtf8().constData(); in getId()
41 mCell = new CSVWidget::DropLineEdit(displayType, this); in PathgridCreator()
42 mCell->setCompleter(completionManager.getCompleter(displayType).get()); in PathgridCreator()
43 insertBeforeButtons(mCell, true); in PathgridCreator()
45 connect(mCell, SIGNAL (textChanged(const QString&)), this, SLOT (cellChanged())); in PathgridCreator()
46 connect(mCell, SIGNAL (returnPressed()), this, SLOT (inputReturnPressed())); in PathgridCreator()
58 mCell->setText(table.data(table.getModelIndex(originId, column)).toString()); in cloneMode()
85 mCell->setFocus(); in focus()
91 mCell->setText(""); in reset()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dptr.hpp24 CellStore *mCell; member in MWWorld::Ptr
29 : mRef(liveCellRef), mCell(cell), mContainerStore(nullptr) in Ptr()
69 assert(mCell); in getCell()
70 return mCell; in getCell()
75 return (mContainerStore == nullptr) && (mCell != nullptr); in isInCell()
95 const CellStore *mCell; member in MWWorld::ConstPtr
100 : mRef(liveCellRef), mCell(cell), mContainerStore(nullptr) in ConstPtr()
105 : mRef(ptr.mRef), mCell(ptr.mCell), mContainerStore(ptr.mContainerStore) in ConstPtr()
153 assert(mCell); in getCell()
154 return mCell; in getCell()
[all …]
H A Dcellstore.cpp387 return mCell; in getCell()
539 assert (mCell); in listRefs()
541 if (mCell->mContextList.empty()) in listRefs()
564 std::find(mCell->mMovedRefs.begin(), mCell->mMovedRefs.end(), ref.mRefNum); in listRefs()
593 assert (mCell); in loadRefs()
595 if (mCell->mContextList.empty()) in loadRefs()
618 std::find(mCell->mMovedRefs.begin(), mCell->mMovedRefs.end(), ref.mRefNum); in loadRefs()
646 return mCell->isExterior(); in isExterior()
752 if (mCell->mData.mFlags & ESM::Cell::Interior && mCell->mData.mFlags & ESM::Cell::HasWater) in loadState()
760 state.mId = mCell->getCellId(); in saveState()
[all …]
H A Drecordcmp.hpp30 return Misc::StringUtils::ciLess(x.mCell, y.mCell); in operator()
H A Dptr.cpp41 assert (!mCell); in setContainerStore()
76 assert (!mCell); in setContainerStore()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dcontainerplacer.cpp34 mCell != nullptr ? &mCell->at(x, y) : nullptr); in at()
42 if (mCell != nullptr) in operator ()()
43 return mCell->place(wg, x, y, w, h); in operator ()()
H A Dcontainerplacer.h42 mCell(lc) in ContainerPlacer()
51 { return *mCell; } in A_DEFAULT_COPY()
71 LayoutCell *mCell; variable
/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dcustommarkerstate.hpp15 ESM::CellId mCell; member
21 …return mNote == other.mNote && mCell == other.mCell && mWorldX == other.mWorldX && mWorldY == othe… in operator ==()
H A Dcustommarkerstate.cpp13 mCell.save(esm); in save()
22 mCell.load(esm); in load()
H A Dloadinfo.cpp50 mCell = esm.getHString(); in load()
112 esm.writeHNOCString("ANAM", mCell); in save()
151 mCell.clear(); in blank()
H A Dloadpgrd.cpp52 mCell = esm.getHString(); in load()
154 esm.writeHNCString("NAME", mCell); in save()
186 mCell.clear(); in blank()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dmapobject.cpp109 if (const Tile *tile = mCell.tile()) in effectiveType()
137 if (const Tile *tile = mCell.tile()) { in boundsUseTile()
167 if (!mCell.isEmpty()) { in screenBounds()
172 if (const Tile *tile = mCell.tile()) { in screenBounds()
237 if (Tileset *tileset = mCell.tileset()) in alignment()
244 if (mCell.isEmpty()) in alignment()
344 if (!mCell.isEmpty()) in flip()
367 o->setCell(mCell); in clone()
477 mCell.setFlippedVertically(!mCell.flippedVertically()); in flipTileObject()
H A Dmapobject.h234 Cell mCell; variable
429 { return !mCell.isEmpty(); } in isTileObject()
441 { return mCell; } in cell()
450 { mCell = cell; } in setCell()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Drefcollection.cpp34 ref.mCell = "#" + std::to_string(index.first) + " " + std::to_string(index.second); in load()
49 std::string indexCell = ref.mCell; in load()
50 … ref.mCell = "#" + std::to_string(mref.mTarget[0]) + " " + std::to_string(mref.mTarget[1]); in load()
54 " does not match the target cell (" + ref.mCell + ")", in load()
60 ref.mCell = cell2.mId; in load()
H A Dpathgrid.cpp24 mId = mCell; in load()
25 if (mCell.empty()) in load()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmergecolumns.cpp290 std::vector<TXshCell> mCell(end - start + 1); in mergeColumns() local
294 xsh->getCells(start, mColumn, cell.size(), &(mCell[0])); in mergeColumns()
310 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in mergeColumns()
324 mLevel = mCell[i].getSimpleLevel(); in mergeColumns()
325 else if (mLevel != mCell[i].getSimpleLevel()) { in mergeColumns()
332 TImageP match = mCell[i].getImage(false); in mergeColumns()
334 TFrameId mFid = mCell[i].m_frameId; in mergeColumns()
377 matchingLevels.push_back(MatchlinePair(cell[i], imgAff * dpiAff, mCell[i], in mergeColumns()
399 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in mergeColumns()
401 if (!cell[i].getImage(false) || !mCell[i].getImage(false)) continue; in mergeColumns()
H A Dmergecmapped.cpp463 std::vector<TXshCell> mCell(cell.size()); in mergeCmapped() local
468 xsh->getCells(std::min(start, mStart), mColumn, cell.size(), &(mCell[0])); in mergeCmapped()
490 if (!mLevel) mLevel = mCell[i].getSimpleLevel(); in mergeCmapped()
511 if (cell[i].isEmpty() && mCell[i].isEmpty()) continue; in mergeCmapped()
521 mCell[i].isEmpty() ? TFrameId() : mCell[i].getFrameId(), in mergeCmapped()
554 TImageP match = mCell[i].getImage(true); in mergeCmapped()
556 TFrameId mFid = mCell[i].m_frameId; in mergeCmapped()
571 mCell[i], matchAff * mdpiAff)); in mergeCmapped()
592 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in mergeCmapped()
594 if (!cell[i].getImage(false) || !mCell[i].getImage(false)) continue; in mergeCmapped()
H A Dcolumnselection.cpp218 std::vector<TXshCell> mCell(end - start + 1); in canMergeColumns() local
221 xsh->getCells(start, mColumn, cell.size(), &(mCell[0])); in canMergeColumns()
227 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in canMergeColumns()
237 mLevel = mCell[i].getSimpleLevel(); in canMergeColumns()
238 else if (mLevel != mCell[i].getSimpleLevel()) in canMergeColumns()
H A Dmatchline.cpp690 std::vector<TXshCell> mCell(end - start + 1); in doMatchlines() local
694 if (mColumn != -1) xsh->getCells(start, mColumn, cell.size(), &(mCell[0])); in doMatchlines()
724 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in doMatchlines()
748 mLevel = mCell[i].getSimpleLevel(); in doMatchlines()
749 else if (mLevel != mCell[i].getSimpleLevel()) { in doMatchlines()
766 TImageP match = mCell[i].getImage(true); in doMatchlines()
768 TFrameId mFid = mCell[i].m_frameId; in doMatchlines()
805 mCell[i], matchAff * mdpiAff)); in doMatchlines()
835 TFrameId mFid = mCell[i].m_frameId; in doMatchlines()
871 if (cell[i].isEmpty() || mCell[i].isEmpty()) continue; in doMatchlines()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Dpathfinding.hpp78 , mCell(nullptr) in PathFinder()
86 mCell = nullptr; in clearPath()
141 return mCell; in getPathCell()
208 const MWWorld::CellStore* mCell; member in MWMechanics::PathFinder
H A Daicombat.hpp37 const MWWorld::CellStore* mCell; member
69 mCell(nullptr), in AiCombatStorage()
/dports/graphics/tiled/tiled-1.7.2/src/libtiledquick/
H A Dtilelayeritem.cpp247 , mCell(cell) in TileItem()
260 Tileset *tileset = mCell.tileset(); in updatePaintNode()
266 Tile *tile = mCell.tile(); in updatePaintNode()
282 helper.setTextureCoordinates(data[0], mCell); in updatePaintNode()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/doc/
H A Dsavingstages.cpp219 record.get().mCell : record.get().mOriginalCell; in perform()
237 …record.get().mCell : record.get().mOriginalCell) != stream.str() && !interior && record.mState!=CS… in perform()
287 … CSMWorld::CellCoordinates (refRecord.getCellIndex()).getId("") != refRecord.mCell)) in perform()
339 refRecord.mCell!=stream.str())) in perform()
343 … else if ((refRecord.mOriginalCell.empty() ? refRecord.mCell : refRecord.mOriginalCell) in perform()
399 record.mCell = record.mId; in perform()

123