Home
last modified time | relevance | path

Searched refs:m_levelPath (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmagpiefileimportpopup.cpp55 , m_levelPath() { in MagpieFileImportPopup()
227 m_levelPath = levelPath; in onLevelPathChanged()
229 std::string format = m_levelPath.getType(); in onLevelPathChanged()
231 std::wstring name = m_levelPath.getWideName(); in onLevelPathChanged()
235 QString::fromStdString(m_levelPath.getDottedType())); in onLevelPathChanged()
238 bool ok = scene->convertLevelIfNeeded(m_levelPath); in onLevelPathChanged()
242 m_flipbook->setLevel(m_levelPath); in onLevelPathChanged()
248 if (m_levelPath.isEmpty() || m_levelPath.getUndottedType().empty() || in onOkPressed()
249 !TSystem::doesExistFileOrLevel(m_levelPath)) { in onOkPressed()
281 bool ret = IoCmd::importLipSync(m_levelPath, frameList, commentList, in onOkPressed()
H A Dformatsettingspopups.h40 void setLevelPath(const TFilePath &path) { m_levelPath = path; } in setLevelPath()
46 TFilePath m_levelPath; variable
H A Dmatchlinecommand.cpp45 m_levelPath = TFilePath(QString(m_saveInFileFld->getPath() + "\\" + in accept()
50 m_levelPath); in accept()
56 .arg(QString::fromStdWString(m_levelPath.getWideString())), in accept()
72 , m_levelPath(levelPath) { in MergeCmappedDialog()
76 QString::fromStdWString(m_levelPath.getParentDir().getWideString()); in MergeCmappedDialog()
77 QString name = QString::fromStdString(m_levelPath.getName()); in MergeCmappedDialog()
H A Dformatsettingspopups.cpp43 , m_levelPath(TFilePath()) in FormatSettingsPopup()
256 if (m_levelPath.isEmpty()) in showEvent()
259 TLevelReaderP lr(m_levelPath); in showEvent()
H A Dmagpiefileimportpopup.h50 TFilePath m_levelPath; variable
H A Dmatchline.h32 TFilePath &m_levelPath; variable