|
Krita Source Code Documentation
|
Typedefs | |
| template<typename SpinBox > | |
| using | value_of_spin_box_t = typename value_of_spin_box<SpinBox>::type |
Functions | |
| addFactory (MyPaintAscensionId, -180, 180, "", "", i18n("%")) | |
| addFactory (MyPaintCustomId, -20, 20, "", "", i18n("%")) | |
| addFactory (MyPaintDeclinationId, 0, 90, "", "", i18n("%")) | |
| addFactory (MyPaintDirectionId, 0, 180, "", "", "") | |
| addFactory (MyPaintFineSpeedId, -20, 20, "", "", "") | |
| addFactory (MyPaintGrossSpeedId, -20, 20, "", "", "") | |
| addFactory (MyPaintPressureId, 0, 20, "", "", "") | |
| addFactory (MyPaintRandomId, 0, 1, "", "", "") | |
| addFactory (MyPaintStrokeId, 0, 1, "", "", "") | |
| template<typename T , int(*)(T *) P> | |
| void | checkCStyleResultWrapper (T *ptr) |
| template<typename T > | |
| KisPaintOpConfigWidget * | createConfigWidget (QWidget *parent, KisResourcesInterfaceSP resourcesInterface, KoCanvasResourcesInterfaceSP canvasResourcesInterface, std::enable_if_t< supports_extended_initilization< T >::value > *=0) |
| template<typename T > | |
| KisPaintOpConfigWidget * | createConfigWidget (QWidget *parent, KisResourcesInterfaceSP resourcesInterface, KoCanvasResourcesInterfaceSP canvasResourcesInterface, std::enable_if_t<!supports_extended_initilization< T >::value > *=0) |
| template<typename T > | |
| KisInterstrokeDataFactory * | createInterstrokeDataFactory (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t< has_create_interstroke_data_factory< T >::value > *=0) |
| template<typename T > | |
| KisInterstrokeDataFactory * | createInterstrokeDataFactory (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t<!has_create_interstroke_data_factory< T >::value > *=0) |
| qreal | io2sp (int x, int min, int max) |
| qreal | io2sp (qreal x, qreal min, qreal max) |
| template<typename MergePolicy > | |
| QVector< QRect >::iterator | mergeRects (QVector< QRect >::iterator beginIt, QVector< QRect >::iterator endIt, MergePolicy policy) |
| KisOptimizedBrushOutline * | outlineFactory (const KisBrush *brush) |
| template<typename T > | |
| QList< KoResourceLoadResult > | prepareEmbeddedResources (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t< has_prepare_embedded_resources< T >::value > *=0) |
| template<typename T > | |
| QList< KoResourceLoadResult > | prepareEmbeddedResources (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t<!has_prepare_embedded_resources< T >::value > *=0) |
| template<typename T > | |
| QList< KoResourceLoadResult > | prepareLinkedResources (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t< has_prepare_linked_resources< T >::value > *=0) |
| template<typename T > | |
| QList< KoResourceLoadResult > | prepareLinkedResources (const KisPaintOpSettingsSP settings, KisResourcesInterfaceSP resourcesInterface, std::enable_if_t<!has_prepare_linked_resources< T >::value > *=0) |
| template<typename Data , typename SensorData = std::copy_const_t<Data, KisSensorData>> | |
| std::vector< SensorData * > | sensors (Data *data) |
| void | setupStep (QDoubleSpinBox *spinBox, qreal min, qreal max) |
| void | setupStep (QSpinBox *spinBox, int min, int max) |
| int | sp2io (qreal x, int min, int max) |
| qreal | sp2io (qreal x, qreal min, qreal max) |
| template<typename Policy , typename RowMergeOp , typename OutIt > | |
| void | splitRects (QVector< QRect >::iterator beginIt, QVector< QRect >::iterator endIt, OutIt resultIt, QVector< QRect > tempBuf[2], int gridSize, RowMergeOp rowMergeOp) |
| QString | warningLabelText (qreal realBrushSize, qreal theoreticalMaskingBrushSize) |
| bool | warningLabelVisible (qreal theoreticalBrushSize) |
| bool | willChangeSpinBox (const QDoubleSpinBox *spinBox, qreal newValue) |
| bool | willChangeSpinBox (const QSpinBox *spinBox, int newValue) |
Variables | |
| KIS_DECLARE_STATIC_INITIALIZER | |
| using detail::value_of_spin_box_t = typename value_of_spin_box<SpinBox>::type |
Definition at line 36 of file KisCurveWidgetControlsManager.h.
| detail::addFactory | ( | MyPaintAscensionId | , |
| - | 180, | ||
| 180 | , | ||
| "" | , | ||
| "" | , | ||
| i18n("%") | ) |
| detail::addFactory | ( | MyPaintCustomId | , |
| - | 20, | ||
| 20 | , | ||
| "" | , | ||
| "" | , | ||
| i18n("%") | ) |
| detail::addFactory | ( | MyPaintDeclinationId | , |
| 0 | , | ||
| 90 | , | ||
| "" | , | ||
| "" | , | ||
| i18n("%") | ) |
| detail::addFactory | ( | MyPaintDirectionId | , |
| 0 | , | ||
| 180 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| detail::addFactory | ( | MyPaintFineSpeedId | , |
| - | 20, | ||
| 20 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| detail::addFactory | ( | MyPaintGrossSpeedId | , |
| - | 20, | ||
| 20 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| detail::addFactory | ( | MyPaintPressureId | , |
| 0 | , | ||
| 20 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| detail::addFactory | ( | MyPaintRandomId | , |
| 0 | , | ||
| 1 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| detail::addFactory | ( | MyPaintStrokeId | , |
| 0 | , | ||
| 1 | , | ||
| "" | , | ||
| "" | , | ||
| "" | ) |
| void detail::checkCStyleResultWrapper | ( | T * | ptr | ) |
Definition at line 26 of file KoFontLibraryResourceUtils.h.
References P.
| KisPaintOpConfigWidget * detail::createConfigWidget | ( | QWidget * | parent, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| KoCanvasResourcesInterfaceSP | canvasResourcesInterface, | ||
| std::enable_if_t< supports_extended_initilization< T >::value > * | = 0 ) |
Definition at line 132 of file kis_simple_paintop_factory.h.
| KisPaintOpConfigWidget * detail::createConfigWidget | ( | QWidget * | parent, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| KoCanvasResourcesInterfaceSP | canvasResourcesInterface, | ||
| std::enable_if_t<!supports_extended_initilization< T >::value > * | = 0 ) |
Definition at line 142 of file kis_simple_paintop_factory.h.
| KisInterstrokeDataFactory * detail::createInterstrokeDataFactory | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t< has_create_interstroke_data_factory< T >::value > * | = 0 ) |
Definition at line 106 of file kis_simple_paintop_factory.h.
| KisInterstrokeDataFactory * detail::createInterstrokeDataFactory | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t<!has_create_interstroke_data_factory< T >::value > * | = 0 ) |
Definition at line 113 of file kis_simple_paintop_factory.h.
| qreal detail::io2sp | ( | int | x, |
| int | min, | ||
| int | max ) |
Definition at line 18 of file KisCurveWidgetControlsManager.cpp.
References KisSpinBoxSplineUnitConverter::io2sp().
| qreal detail::io2sp | ( | qreal | x, |
| qreal | min, | ||
| qreal | max ) |
Definition at line 30 of file KisCurveWidgetControlsManager.cpp.
References qFuzzyIsNull().
| QVector< QRect >::iterator detail::mergeRects | ( | QVector< QRect >::iterator | beginIt, |
| QVector< QRect >::iterator | endIt, | ||
| MergePolicy | policy ) |
Definition at line 52 of file KisRegion.cpp.
| KisOptimizedBrushOutline * detail::outlineFactory | ( | const KisBrush * | brush | ) |
Definition at line 106 of file kis_brush.cpp.
References KisFixedPaintDevice::bounds(), KisBoundary::generateBoundary(), outlineFactory(), KisBrush::outlineSourceImage(), and KisBoundary::path().
| QList< KoResourceLoadResult > detail::prepareEmbeddedResources | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t< has_prepare_embedded_resources< T >::value > * | = 0 ) |
Definition at line 81 of file kis_simple_paintop_factory.h.
| QList< KoResourceLoadResult > detail::prepareEmbeddedResources | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t<!has_prepare_embedded_resources< T >::value > * | = 0 ) |
Definition at line 89 of file kis_simple_paintop_factory.h.
| QList< KoResourceLoadResult > detail::prepareLinkedResources | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t< has_prepare_linked_resources< T >::value > * | = 0 ) |
Definition at line 55 of file kis_simple_paintop_factory.h.
| QList< KoResourceLoadResult > detail::prepareLinkedResources | ( | const KisPaintOpSettingsSP | settings, |
| KisResourcesInterfaceSP | resourcesInterface, | ||
| std::enable_if_t<!has_prepare_linked_resources< T >::value > * | = 0 ) |
Definition at line 63 of file kis_simple_paintop_factory.h.
|
inline |
Definition at line 21 of file KisKritaSensorPack.cpp.
| void detail::setupStep | ( | QDoubleSpinBox * | spinBox, |
| qreal | min, | ||
| qreal | max ) |
Definition at line 48 of file KisCurveWidgetControlsManager.cpp.
| void detail::setupStep | ( | QSpinBox * | spinBox, |
| int | min, | ||
| int | max ) |
Definition at line 42 of file KisCurveWidgetControlsManager.cpp.
| int detail::sp2io | ( | qreal | x, |
| int | min, | ||
| int | max ) |
Definition at line 24 of file KisCurveWidgetControlsManager.cpp.
References KisSpinBoxSplineUnitConverter::sp2io().
| qreal detail::sp2io | ( | qreal | x, |
| qreal | min, | ||
| qreal | max ) |
Definition at line 36 of file KisCurveWidgetControlsManager.cpp.
| void detail::splitRects | ( | QVector< QRect >::iterator | beginIt, |
| QVector< QRect >::iterator | endIt, | ||
| OutIt | resultIt, | ||
| QVector< QRect > | tempBuf[2], | ||
| int | gridSize, | ||
| RowMergeOp | rowMergeOp ) |
Definition at line 165 of file KisRegion.cpp.
| QString detail::warningLabelText | ( | qreal | realBrushSize, |
| qreal | theoreticalMaskingBrushSize ) |
Definition at line 43 of file KisMaskingBrushOption.cpp.
| bool detail::warningLabelVisible | ( | qreal | theoreticalBrushSize | ) |
Definition at line 52 of file KisMaskingBrushOption.cpp.
References KisImageConfig::maxMaskingBrushSize().
| bool detail::willChangeSpinBox | ( | const QDoubleSpinBox * | spinBox, |
| qreal | newValue ) |
Definition at line 61 of file KisCurveWidgetControlsManager.cpp.
| bool detail::willChangeSpinBox | ( | const QSpinBox * | spinBox, |
| int | newValue ) |
Definition at line 56 of file KisCurveWidgetControlsManager.cpp.
| detail::KIS_DECLARE_STATIC_INITIALIZER |
Definition at line 27 of file MyPaintSensorPack.cpp.