Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgMeshStop Struct Reference

#include <SvgMeshPatch.h>

Public Member Functions

bool isValid () const
 
 SvgMeshStop ()
 
 SvgMeshStop (QColor color, QPointF point)
 

Public Attributes

QColor color
 
QPointF point
 

Detailed Description

Definition at line 19 of file SvgMeshPatch.h.

Constructor & Destructor Documentation

◆ SvgMeshStop() [1/2]

SvgMeshStop::SvgMeshStop ( )
inline

Definition at line 23 of file SvgMeshPatch.h.

24 {}

◆ SvgMeshStop() [2/2]

SvgMeshStop::SvgMeshStop ( QColor color,
QPointF point )
inline

Definition at line 26 of file SvgMeshPatch.h.

28 {}
QPointF point

Member Function Documentation

◆ isValid()

bool SvgMeshStop::isValid ( ) const
inline

Definition at line 30 of file SvgMeshPatch.h.

30{ return color.isValid(); }

References color.

Member Data Documentation

◆ color

QColor SvgMeshStop::color

Definition at line 20 of file SvgMeshPatch.h.

◆ point

QPointF SvgMeshStop::point

Definition at line 21 of file SvgMeshPatch.h.


The documentation for this struct was generated from the following file: