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

Method GetLastRecentFileName

cr3wx/src/view.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68lString16 cr3view::GetLastRecentFileName()
69{
70 if ( getDocView() && getDocView()->getHistory()->getRecords().length()>0 )
71 return getDocView()->getHistory()->getRecords()[0]->getFilePathName();
72 return lString16();
73}
74
75cr3view::cr3view(CRPropRef props, lString16 exeDirPath )
76: _normalCursor(wxCURSOR_ARROW)

Callers 1

OnInitDialogMethod · 0.80

Calls 4

lString16Class · 0.85
getFilePathNameMethod · 0.80
lengthMethod · 0.45
getHistoryMethod · 0.45

Tested by

no test coverage detected