Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeManager::PaintJobsOrder Struct Reference

#include <KoShapeManager.h>

Public Member Functions

void clear ()
 
bool isEmpty () const
 

Public Attributes

QList< PaintJobjobs
 
QRect uncroppedViewUpdateRect
 

Detailed Description

Definition at line 123 of file KoShapeManager.h.

Member Function Documentation

◆ clear()

void KoShapeManager::PaintJobsOrder::clear ( )
inline

Definition at line 128 of file KoShapeManager.h.

128 {
129 jobs.clear();
130 uncroppedViewUpdateRect = QRect();
131 }

◆ isEmpty()

bool KoShapeManager::PaintJobsOrder::isEmpty ( ) const
inline

Definition at line 133 of file KoShapeManager.h.

133 {
134 return jobs.isEmpty();
135 }

Member Data Documentation

◆ jobs

QList<PaintJob> KoShapeManager::PaintJobsOrder::jobs

Definition at line 126 of file KoShapeManager.h.

◆ uncroppedViewUpdateRect

QRect KoShapeManager::PaintJobsOrder::uncroppedViewUpdateRect

Definition at line 125 of file KoShapeManager.h.


The documentation for this struct was generated from the following file: