MCPcopy Create free account
hub / github.com/buggins/coolreader / getFileName

Method getFileName

cr3wx/src/cr3.cpp:63–63  ·  view source on GitHub ↗

returns document file name

Source from the content-addressed store, hash-verified

61 LVPtrVector<CRDocAuthor> & getAuthors() { return _authors; }
62 /// returns document file name
63 lString16 getFileName() { return _fileName; }
64 /// returns document file size
65 lvsize_t getFileSize() { return _fileSize; }
66 /// returns document format

Callers 3

OnHistItemActivatedMethod · 0.45
OnGetItemTextMethod · 0.45
RecentBooksDlgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected