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

Method setHelpFile

cr3gui/src/mainwnd.cpp:741–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740
741bool V3DocViewWin::setHelpFile( lString16 filename )
742{
743 if ( LVFileExists( filename ) ) {
744 _helpFile = filename;
745 return true;
746 }
747 return false;
748}
749
750lString16 V3DocViewWin::getHelpFile( )
751{

Callers 4

InitDocFunction · 0.80
InitDocFunction · 0.80
WinMainFunction · 0.80
InitDocFunction · 0.80

Calls 1

LVFileExistsFunction · 0.85

Tested by

no test coverage detected