MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / GetImageFile

Method GetImageFile

Src/ParameterCompone/ParameterRecord.cpp:214–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214QString CParameterRecord::GetImageFile(bool bAuto)
215{
216 QString szPath = GetImagePath();
217 if(bAuto) {
218 m_szImageFile = szPath
219 + QDir::separator()
220 + QDateTime::currentDateTime().toLocalTime()
221 .toString("yyyy_MM_dd_hh_mm_ss_zzz") + ".png";
222 }
223 return m_szImageFile;
224}
225
226void CParameterRecord::SetImageFile(const QString &newImageFile)
227{

Callers 5

slotScreenShotMethod · 0.80
InitialMethod · 0.80
slotCapturePageMethod · 0.80
slotCaptureFullPageMethod · 0.80
slotVideoFrameChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected