#include <video_cheatsheet.h>

Classes | |
| struct | HelpSection |
Public Member Functions | |
| HelpVideo (QWidget *parent=nullptr) | |
| ~HelpVideo () | |
Private Slots | |
| void | handleError (QMediaPlayer::Error) |
Private Member Functions | |
| void | setupHelps () |
Private Attributes | |
| std::vector< HelpSection > | _help_sections |
| QMediaPlayer * | _media_player |
| QMediaPlaylist * | _playlist |
| QLabel * | _text |
Definition at line 61 of file video_cheatsheet.h.
| HelpVideo::HelpVideo | ( | QWidget * | parent = nullptr | ) |
Definition at line 58 of file video_cheatsheet.cpp.
| HelpVideo::~HelpVideo | ( | ) |
Definition at line 131 of file video_cheatsheet.cpp.
|
privateslot |
Definition at line 192 of file video_cheatsheet.cpp.
|
private |
Definition at line 136 of file video_cheatsheet.cpp.
|
private |
Definition at line 80 of file video_cheatsheet.h.
|
private |
Definition at line 82 of file video_cheatsheet.h.
|
private |
Definition at line 83 of file video_cheatsheet.h.
|
private |
Definition at line 84 of file video_cheatsheet.h.