MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / filename

Method filename

app/src/CSV/Player.cpp:127–135  ·  view source on GitHub ↗

* @brief Returns the base filename of the currently open CSV file. */

Source from the content-addressed store, hash-verified

125 * @brief Returns the base filename of the currently open CSV file.
126 */
127QString CSV::Player::filename() const
128{
129 if (isOpen()) {
130 auto fileInfo = QFileInfo(m_csvFile.fileName());
131 return fileInfo.fileName();
132 }
133
134 return "";
135}
136
137/**
138 * @brief Returns the formatted timestamp of the current frame.

Callers 8

RedrawAttachmentViewMethod · 0.45
FileNameMethod · 0.45
GetBlockPropertyMethod · 0.45
ConvertMdfFileMethod · 0.45
LogLocationMethod · 0.45
CsvWriterMethod · 0.45
getStatusMethod · 0.45
getStatusMethod · 0.45

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected