MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getFilePath

Method getFilePath

Gui/CurveWidgetDialogs.cpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300QString
301ImportExportCurveDialog::getFilePath()
302{
303 // always running in the main thread
304 assert( qApp && qApp->thread() == QThread::currentThread() );
305
306 return _fileLineEdit->text();
307}
308
309double
310ImportExportCurveDialog::getXStart() const

Callers 5

saveMethod · 0.80
restoreMethod · 0.80
CacheEntryHelperClass · 0.80
exportCurveToAsciiMethod · 0.80
importCurveFromAsciiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected