Qt 5.10 Book Examples
Public Member Functions | Properties | List of all members
Ellipse Class Reference

#include <Ellipse.h>

Inheritance diagram for Ellipse:

Public Member Functions

 Ellipse (QQuickItem *pqi=0)
 
void paint (QPainter *ppainter)
 
QColor colorValue () const
 
void setColorValue (const QColor &)
 

Properties

QColor color
 

Detailed Description

Definition at line 18 of file Ellipse.h.

Constructor & Destructor Documentation

◆ Ellipse()

Ellipse::Ellipse ( QQuickItem *  pqi = 0)

Definition at line 15 of file Ellipse.cpp.

Member Function Documentation

◆ colorValue()

QColor Ellipse::colorValue ( ) const

Definition at line 30 of file Ellipse.cpp.

◆ paint()

void Ellipse::paint ( QPainter *  ppainter)

Definition at line 21 of file Ellipse.cpp.

◆ setColorValue()

void Ellipse::setColorValue ( const QColor &  col)

Definition at line 36 of file Ellipse.cpp.

Property Documentation

◆ color

QColor Ellipse::color
readwrite

Definition at line 23 of file Ellipse.h.


The documentation for this class was generated from the following files: