22 #ifndef GUI_RECORDER_DIALOG_H 23 #define GUI_RECORDER_DIALOG_H 24 #include "common/stream.h" 25 #include "common/recorderfile.h" 26 #include "gui/dialog.h" 33 class ContainerWidget;
34 class StaticTextWidget;
37 using GUI::Dialog::runModal;
40 bool _firstScreenshotUpdate;
44 int _currentScreenshot;
45 int _screenShotsCount;
60 void updateScreenShotsText();
61 void updateSelection(
bool redraw);
62 void updateScreenshot();
63 void addThumbnailContainerButtonsAndText();
77 void reflowLayout()
override;
Definition: recorderdialog.h:36
Definition: recorderfile.h:79