Loading...
Searching...
No Matches
score::ProjectInfo Namespace Reference
Detailed Description
Project-wide information stored inside every .score file: name, author, description, web page, dates and a thumbnail.
It is a regular project settings plug-in, so it shows up as the "Project" page of the Project Settings dialog and travels with the document like the other project settings. The thumbnail is a PNG stored as base64 in the JSON. By default it is refreshed from a capture of the document view every time the document is saved; the user can instead pick a fixed image.
ProjectInfo::peek() reads this information back from a .score file on disk without loading the document, for the start screen and similar browsers.
Functions | |
| std::optional< Info > | peek (const QString &path) |