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 42 of file kis_painting_assistant.h.

42 {
43 NORMAL,
44 SIDE,
45 CORNER,
47 ANCHOR
48};
@ VANISHING_POINT