Home
last modified time | relevance | path

Searched refs:m_callerMachineName (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarm/
H A Dtfarmtask.cpp173 , m_callerMachineName() {} in TFarmTask()
191 , m_callerMachineName() { in TFarmTask()
473 m_callerMachineName = l.at(i + 1); in parseCommandLine()
491 if (m_callerMachineName != "") { in getCommandLine()
493 struct hostent *he = gethostbyname(m_callerMachineName.toLatin1()); in getCommandLine()
495 struct hostent *he = gethostbyname(m_callerMachineName.toAscii()); in getCommandLine()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtfarmtask.h77 QString m_callerMachineName; //!< Name of the... caller (submitter?) machine variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dbatches.cpp632 task->m_callerMachineName = computerName; in start()
641 subtask->m_callerMachineName = computerName; in start()
H A Dtasksviewer.cpp327 m_submittedOn->setText(task->m_callerMachineName); in update()