|
Krita Source Code Documentation
|
#include <kis_painting_assistants_decoration.h>
Definition at line 27 of file kis_painting_assistants_decoration.h.
| QSize AssistantEditorData::boundingSize = QSize(0, 0) |
Definition at line 48 of file kis_painting_assistants_decoration.h.
| unsigned int AssistantEditorData::buttoncount = 6 |
Definition at line 29 of file kis_painting_assistants_decoration.h.
| const int AssistantEditorData::buttonPadding = 7 |
Definition at line 41 of file kis_painting_assistants_decoration.h.
| const int AssistantEditorData::buttonSize = 24 |
Definition at line 31 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::deleteButtonActivated = true |
Definition at line 37 of file kis_painting_assistants_decoration.h.
| QPointF AssistantEditorData::deleteIconPosition = QPointF(0, 0) |
Definition at line 47 of file kis_painting_assistants_decoration.h.
| const int AssistantEditorData::dragDecorationWidth = 15 |
Definition at line 50 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::duplicateButtonActivated = true |
Definition at line 36 of file kis_painting_assistants_decoration.h.
| QPointF AssistantEditorData::duplicateIconPosition = QPointF(0, 0) |
Definition at line 46 of file kis_painting_assistants_decoration.h.
| const int AssistantEditorData::horizontalButtonLimit = 3 |
Definition at line 60 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::lockButtonActivated = true |
Definition at line 35 of file kis_painting_assistants_decoration.h.
| QPointF AssistantEditorData::lockedIconPosition = QPointF(0, 0) |
Definition at line 45 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconDelete = KisIconUtils::loadIcon("deletelayer").pixmap(buttonSize, buttonSize) |
Definition at line 58 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconDuplicate = KisIconUtils::loadIcon("duplicateitem").pixmap(buttonSize, buttonSize) |
Definition at line 57 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconLockOff = KisIconUtils::loadIcon("layer-unlocked").pixmap(buttonSize, buttonSize) |
Definition at line 56 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconLockOn = KisIconUtils::loadIcon("layer-locked").pixmap(buttonSize, buttonSize) |
Definition at line 55 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconMove = KisIconUtils::loadIcon("transform-move").pixmap(buttonSize+10, buttonSize+10) |
Definition at line 52 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconSnapOff = KisIconUtils::loadIcon("novisible").pixmap(buttonSize, buttonSize) |
Definition at line 54 of file kis_painting_assistants_decoration.h.
| const QPixmap AssistantEditorData::m_iconSnapOn = KisIconUtils::loadIcon("visible").pixmap(buttonSize, buttonSize) |
Definition at line 53 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::moveButtonActivated = true |
Definition at line 33 of file kis_painting_assistants_decoration.h.
| QPointF AssistantEditorData::moveIconPosition = QPointF(0, 0) |
Definition at line 43 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::snapButtonActivated = true |
Definition at line 34 of file kis_painting_assistants_decoration.h.
| QPointF AssistantEditorData::snapIconPosition = QPointF(0, 0) |
Definition at line 44 of file kis_painting_assistants_decoration.h.
| bool AssistantEditorData::widgetActivated = true |
Definition at line 38 of file kis_painting_assistants_decoration.h.
| const int AssistantEditorData::widgetOffset = 10 |
Definition at line 39 of file kis_painting_assistants_decoration.h.