Krita Source Code Documentation
Loading...
Searching...
No Matches
PerspectiveAssistantFactory Class Reference

#include <PerspectiveAssistant.h>

+ Inheritance diagram for PerspectiveAssistantFactory:

Public Member Functions

KisPaintingAssistantcreatePaintingAssistant () const override
 
QString id () const override
 
QString name () const override
 
 PerspectiveAssistantFactory ()
 
 ~PerspectiveAssistantFactory () override
 
- Public Member Functions inherited from KisPaintingAssistantFactory
 KisPaintingAssistantFactory ()
 
virtual ~KisPaintingAssistantFactory ()
 

Detailed Description

Definition at line 71 of file PerspectiveAssistant.h.

Constructor & Destructor Documentation

◆ PerspectiveAssistantFactory()

PerspectiveAssistantFactory::PerspectiveAssistantFactory ( )

Definition at line 350 of file PerspectiveAssistant.cc.

351{
352}

◆ ~PerspectiveAssistantFactory()

PerspectiveAssistantFactory::~PerspectiveAssistantFactory ( )
override

Definition at line 354 of file PerspectiveAssistant.cc.

355{
356}

Member Function Documentation

◆ createPaintingAssistant()

KisPaintingAssistant * PerspectiveAssistantFactory::createPaintingAssistant ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 368 of file PerspectiveAssistant.cc.

◆ id()

QString PerspectiveAssistantFactory::id ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 358 of file PerspectiveAssistant.cc.

359{
360 return "perspective";
361}

◆ name()

QString PerspectiveAssistantFactory::name ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 363 of file PerspectiveAssistant.cc.

364{
365 return i18n("Perspective");
366}

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