MCPcopy Create free account
hub / github.com/YACReader/yacreader / create

Method create

YACReaderLibrary/library_window.cpp:1793–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1791}
1792
1793void LibraryWindow::create(QString source, QString dest, QString name)
1794{
1795 QLOG_INFO() << QString("About to create a library from '%1' to '%2' with name '%3'").arg(source, dest, name);
1796 libraryCreator->createLibrary(source, dest);
1797 libraryCreator->start();
1798 _lastAdded = name;
1799 _sourceLastAdded = source;
1800
1801 importWidget->setImportLook();
1802 showImportingWidget();
1803}
1804
1805void LibraryWindow::reloadCurrentLibrary()
1806{

Callers 8

updateImageDataMethod · 0.45
updateImageDataMethod · 0.45
initializeMethod · 0.45
ensurePipelineMethod · 0.45
renderMethod · 0.45
executeDrawWithOffsetMethod · 0.45
syncRibbonTexturesMethod · 0.45

Calls 4

startMethod · 0.80
setImportLookMethod · 0.80
QStringClass · 0.70
createLibraryMethod · 0.45

Tested by

no test coverage detected