MCPcopy Create free account
hub / github.com/commontk/CTK / currentPath

Method currentPath

Libs/Widgets/ctkPathLineEdit.cpp:791–795  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

789
790//------------------------------------------------------------------------------
791QString ctkPathLineEdit::currentPath()const
792{
793 Q_D(const ctkPathLineEdit);
794 return d->LineEdit ? d->LineEdit->text() : QString();
795}
796
797//------------------------------------------------------------------------------
798void ctkPathLineEdit::setCurrentPath(const QString& path)

Callers 12

browseMethod · 0.95
retrieveHistoryMethod · 0.95
updateHasValidInputMethod · 0.95
directoryMethod · 0.45
instantScreenshotMethod · 0.45
on_EditButton_clickedMethod · 0.45
openAddFilesDialogMethod · 0.45
openAddDirDialogMethod · 0.45
ctkPathLineEditTest1Function · 0.45

Calls 2

QStringClass · 0.70
textMethod · 0.45

Tested by 1

ctkPathLineEditTest1Function · 0.36