Skip to content

Struct CaptureContext#

ClassList > CaptureContext

Public Attributes#

Type Name
int circleCount
QColor color
bool fullscreen
QPoint mousePos
QPixmap origScreenshot
CaptureRequest request = = CaptureRequest::GRAPHICAL_MODE
QString savePath
QPixmap screenshot
QRect selection
int toolSize
QPoint widgetOffset

Public Functions#

Type Name
QPixmap selectedScreenshotArea () const

Public Attributes Documentation#

variable circleCount#

int CaptureContext::circleCount;

variable color#

QColor CaptureContext::color;

variable fullscreen#

bool CaptureContext::fullscreen;

variable mousePos#

QPoint CaptureContext::mousePos;

variable origScreenshot#

QPixmap CaptureContext::origScreenshot;

variable request#

CaptureRequest CaptureContext::request;

variable savePath#

QString CaptureContext::savePath;

variable screenshot#

QPixmap CaptureContext::screenshot;

variable selection#

QRect CaptureContext::selection;

variable toolSize#

int CaptureContext::toolSize;

variable widgetOffset#

QPoint CaptureContext::widgetOffset;

Public Functions Documentation#

function selectedScreenshotArea#

QPixmap CaptureContext::selectedScreenshotArea () const