MCPcopy Create free account
hub / github.com/KDE/labplot / spreadCount

Method spreadCount

src/3rdparty/liborigin/OriginFile.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201vector<Origin::SpreadSheet>::size_type OriginFile::spreadCount() const
202{
203 return parser->spreadSheets.size();
204}
205
206Origin::SpreadSheet &OriginFile::spread(vector<Origin::SpreadSheet>::size_type s) const
207{

Callers 4

hasUnusedObjectsMethod · 0.80
findSpreadsheetByNameMethod · 0.80
getSpreadsheetByNameMethod · 0.80
handleLooseWindowsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected