#include <grabber.h>
Signals | |
void | startCapture () |
void | finishCapture () |
void | startSave () |
void | finishSave () |
void | message (const QString &msg, int type=Configuration::Normal) |
Public Member Functions | |
Grabber (QObject *parent=0, const char *name=0) | |
virtual | ~Grabber () |
QPixmap | capture () |
void | saveFiles () |
Definition at line 44 of file grabber.h.
|
Default constructor Definition at line 49 of file grabber.cpp. |
|
default destructor Definition at line 55 of file grabber.cpp. |
|
Performs the capture according to capture settings. Definition at line 59 of file grabber.cpp. References Configuration::Capture, CaptureConfig::CaptureMode, Config(), finishCapture(), CaptureConfig::IncludeWD, message(), and startCapture(). Referenced by KWebSnap::KWebSnap(), and KWebSnap::slotSnapshot(). |
|
This signal is emitted when we finish capture. Referenced by capture(). |
|
This signal is emitted when we finish saving of files. Referenced by saveFiles(). |
|
This signal is emitted at some important events, to broadcast what happenned. Referenced by capture(), and saveFiles(). |
|
Saves the images to files according to the file settings. Definition at line 175 of file grabber.cpp. References Config(), Configuration::File, finishSave(), Configuration::Ftp, message(), FileConfig::PathMain, FileConfig::PathThumb, startSave(), and FtpConfig::UseThumb. Referenced by KWebSnap::slotSnapshot(). |
|
This signal is emitted when we begin capture. Referenced by capture(). |
|
This signal is emitted when we begin saving of files. Referenced by saveFiles(). |