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

Method setFilePath

crengine/include/hist.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 void setSeries( const lString16 & s ) { _series = s; }
138 void setFileName( const lString16 & s ) { _fname = s; }
139 void setFilePath( const lString16 & s ) { _fpath = s; }
140 void setFileSize( lvsize_t sz ) { _size = sz; }
141 CRFileHistRecord()
142 : _size(0)

Callers 2

OnTextMethod · 0.80
savePositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected