MCPcopy Create free account
hub / github.com/YACReader/yacreader / setBookmark

Method setBookmark

YACReader/viewer.cpp:1245–1255  ·  view source on GitHub ↗

TODO

Source from the content-addressed store, hash-verified

1243
1244// TODO
1245void Viewer::setBookmark(bool set)
1246{
1247 render->setBookmark();
1248 if (set) // add bookmark
1249 {
1250 render->setBookmark();
1251 } else // remove bookmark
1252 {
1253 render->removeBookmark();
1254 }
1255}
1256
1257void Viewer::save()
1258{

Callers

nothing calls this directly

Calls 1

removeBookmarkMethod · 0.45

Tested by

no test coverage detected