Home
last modified time | relevance | path

Searched refs:m_srcPath (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dstudiopalettecmd.cpp257 TFilePath m_dstPath, m_srcPath; member in __anon9ab3cfc10111::MovePaletteUndo
262 : m_dstPath(dstPath), m_srcPath(srcPath) { in MovePaletteUndo()
263 m_isRename = (m_srcPath.getParentDir() == m_dstPath.getParentDir()); in MovePaletteUndo()
270 StudioPalette::instance()->movePalette(m_srcPath, m_dstPath); in undo()
283 StudioPalette::instance()->movePalette(m_dstPath, m_srcPath); in redo()
295 .arg(QString::fromStdString(m_srcPath.getName())) in getHistoryString()
299 .arg(QString::fromStdString(m_srcPath.getName())) in getHistoryString()
300 .arg(QString::fromStdString(m_srcPath.getParentDir().getName())) in getHistoryString()
H A Dtxshsimplelevel.cpp1588 TFilePath &m_dstPath, &m_srcPath; in saveSimpleLevel() member
1589 ~CopyOnExit() { m_dstPath = m_srcPath; } in saveSimpleLevel()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexoutputparser.h102 return m_srcPath; in path()
164 QString m_log, m_source, m_srcPath; variable
H A Dlatexoutputparser.cpp716 m_srcPath = QFileInfo(src).path(); in setSource()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexoutputfilter.h93 const QString &path() const { return m_srcPath; } in path()
102 QString m_log, m_source, m_srcPath; variable
H A Dlatexoutputfilter.cpp140 m_srcPath = QFileInfo(src).path(); in setSource()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dstudiopalettecmd.cpp175 TFilePath m_dstPath, m_srcPath; member in __anon95ca146a0111::MovePaletteUndo
179 : m_dstPath(dstPath), m_srcPath(srcPath) {} in MovePaletteUndo()
182 StudioPalette::instance()->movePalette(m_srcPath, m_dstPath); in undo()
185 StudioPalette::instance()->movePalette(m_dstPath, m_srcPath); in redo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp569 , m_srcPath (srcPath) in BinaryRegistryReader()
583 …ryIndexAccess(de::MovePtr<tcu::Resource>(m_archive.getResource(getIndexPath(m_srcPath).c_str())))); in loadProgram()
596 const string fullPath = getProgramPath(m_srcPath, *indexPos); in loadProgram()
H A DvkBinaryRegistry.hpp185 const std::string m_srcPath; member in vk::BinaryRegistryDetail::BinaryRegistryReader