DoodleCanvas

Search for usage in LXR

DoodleCanvas Class Reference

Inherits QtQuick::Item.

Properties

real brushOpacity
 
int brushShape
 
int brushSize
 
alias buffer
 
int maxBrushSize
 
color paintColor
 

Public Member Functions

void bezierCurve (start, control, end, t)
 
void find_angle (A, B, C)
 
void rgbToHex (r, g, b)
 

Detailed Description

The canvas element for the Doodle component.

Since
org.mauikit.controls 1.0
Note
Use the Doodle element instead, since it has the features implemneted.

Definition at line 9 of file DoodleCanvas.qml.

Property Documentation

◆ brushOpacity

real DoodleCanvas::brushOpacity
read

Definition at line 20 of file DoodleCanvas.qml.

◆ brushShape

int DoodleCanvas::brushShape
read

Definition at line 24 of file DoodleCanvas.qml.

◆ brushSize

int DoodleCanvas::brushSize
read

Definition at line 16 of file DoodleCanvas.qml.

◆ buffer

alias DoodleCanvas::buffer
read

Definition at line 12 of file DoodleCanvas.qml.

◆ maxBrushSize

int DoodleCanvas::maxBrushSize
read

Definition at line 29 of file DoodleCanvas.qml.

◆ paintColor

color DoodleCanvas::paintColor
read

Definition at line 33 of file DoodleCanvas.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:56:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.