Defines the ScreenshotManager class for coordinating screenshot capture in ASAPCabinetFE. More...
#include "capture/iscreenshot_manager.h"
#include "capture/screenshot_window.h"
#include "capture/screenshot_capture.h"
#include "capture/process_handler.h"
#include <string>
Go to the source code of this file.
Classes | |
class | ScreenshotManager |
Manages screenshot capture mode. More... | |
Defines the ScreenshotManager class for coordinating screenshot capture in ASAPCabinetFE.
This header provides the ScreenshotManager class, which implements the IScreenshotManager interface to manage screenshot mode. It launches a process, displays a UI via ScreenshotWindow, captures screenshots with ScreenshotCapture, and provides audio feedback via ISoundManager.