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 349 of file PerspectiveAssistant.cc.

350{
351}

◆ ~PerspectiveAssistantFactory()

PerspectiveAssistantFactory::~PerspectiveAssistantFactory ( )
override

Definition at line 353 of file PerspectiveAssistant.cc.

354{
355}

Member Function Documentation

◆ createPaintingAssistant()

KisPaintingAssistant * PerspectiveAssistantFactory::createPaintingAssistant ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 367 of file PerspectiveAssistant.cc.

◆ id()

QString PerspectiveAssistantFactory::id ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 357 of file PerspectiveAssistant.cc.

358{
359 return "perspective";
360}

◆ name()

QString PerspectiveAssistantFactory::name ( ) const
overridevirtual

Implements KisPaintingAssistantFactory.

Definition at line 362 of file PerspectiveAssistant.cc.

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

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