All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
OnionSkinSubPainter Class Reference

A Sub Painter class is meant to be used in existing painter classes It does not and should not cary the same responsibility as a Painter class It works as a sort of utility class for functionality that makes sense to reuse Eg. More...

#include <onionskinsubpainter.h>

Public Member Functions

void paint (QPainter &painter, const Layer *layer, const OnionSkinPainterOptions &options, int frameIndex, const std::function< void(OnionSkinPaintState, int)> &state) const
 

Detailed Description

A Sub Painter class is meant to be used in existing painter classes It does not and should not cary the same responsibility as a Painter class It works as a sort of utility class for functionality that makes sense to reuse Eg.

OnionSkinSubPainter is used by CanvasPainter and CameraPainter

Definition at line 31 of file onionskinsubpainter.h.


The documentation for this class was generated from the following files: