Home
last modified time | relevance | path

Searched refs:m_helpFilePath (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfxsettings.cpp701 , m_helpFilePath("") in ParamsPageSet()
882 m_helpFilePath = is.getTagAttribute("help_file"); in createControls()
883 if (m_helpFilePath != "") { in createControls()
973 if (m_helpFilePath == "") return; in openHelpFile()
983 TFilePath helpFp = TEnv::getStuffDir() + "doc" + helpDocLang + m_helpFilePath; in openHelpFile()
987 helpFp = TEnv::getStuffDir() + "doc" + m_helpFilePath; in openHelpFile()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dfxsettings.h148 std::string m_helpFilePath; variable