Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_painting_assistant.h File Reference
#include <QString>
#include <QPointF>
#include <QRect>
#include <QFile>
#include <QObject>
#include <QColor>
#include <QXmlStreamWriter>
#include <QMap>
#include <kritaui_export.h>
#include <kis_shared.h>
#include <kis_types.h>
#include <kis_shared_ptr.h>
#include <KoGenericRegistry.h>

Go to the source code of this file.

Classes

class  KisPaintingAssistant
 
class  KisPaintingAssistantFactory
 
class  KisPaintingAssistantFactoryRegistry
 
class  KisPaintingAssistantHandle
 

Typedefs

typedef KisSharedPtr< KisPaintingAssistantHandleKisPaintingAssistantHandleSP
 

Enumerations

enum  HandleType {
  NORMAL , SIDE , CORNER , VANISHING_POINT ,
  ANCHOR
}
 

Typedef Documentation

◆ KisPaintingAssistantHandleSP

Enumeration Type Documentation

◆ HandleType

enum HandleType
Enumerator
NORMAL 
SIDE 
CORNER 
VANISHING_POINT 
ANCHOR 

Definition at line 41 of file kis_painting_assistant.h.

41 {
42 NORMAL,
43 SIDE,
44 CORNER,
46 ANCHOR
47};
@ VANISHING_POINT