Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_suspend_projection_updates_stroke_strategy.cpp File Reference

Go to the source code of this file.

Classes

struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::BlockUILodSync
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::EndBatchUIUpdatesCommand
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendLod0Updates::FullRefreshRequest
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendLod0Updates::Request
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::ResumeAndIssueGraphUpdatesCommand
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::StartBatchUIUpdatesCommand
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::StrokeJobCommand
 
class  KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendLod0Updates
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendUpdatesCommand
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::UndoableData
 
struct  KisSuspendProjectionUpdatesStrokeStrategy::Private::UploadDataToUIData
 

Functions

uint qHash (const QRect &rc)
 

Function Documentation

◆ qHash()

uint qHash ( const QRect & rc)
inline

Definition at line 23 of file kis_suspend_projection_updates_stroke_strategy.cpp.

23 {
24 return rc.x() +
25 (rc.y() << 16) +
26 (rc.width() << 8) +
27 (rc.height() << 24);
28}