Home
last modified time | relevance | path

Searched defs:CleanupLevel (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppopup.cpp267 struct CleanupPopup::CleanupLevel { struct in CleanupPopup
268 TXshSimpleLevel *m_sl; //!< Level to be cleanupped.
269 TFilePath m_outputPath; //!< Output path for the cleanupped level.
270 std::vector<TFrameId> m_frames; //!< Frames to cleanup.
271 Resolution m_resolution; //!< Resolution for verified file conflicts.
274 CleanupLevel(TXshSimpleLevel *sl, const CleanupParameters &params) in CleanupLevel() function
279 bool empty() const { return m_frames.empty(); } in empty()