| 76 | scopy::HoverPosition TutorialChapter::getAnchor() const { return anchor; } |
| 77 | |
| 78 | void TutorialChapter::setAnchor(scopy::HoverPosition newAnchor) { anchor = newAnchor; } |
| 79 | |
| 80 | scopy::HoverPosition TutorialChapter::getContent() const { return content; } |
| 81 |