MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / setName

Method setName

src/csvwindow.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void CsvWindow::setName(std::string name) {
308 this->name = name;
309 this->displayName = name;
310 win->copy_label(this->displayName.c_str());
311}
312
313std::string CsvWindow::getName() {
314 return name;

Callers 1

saveFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected