#include <strokecolor.h>
|
| StrokeColorData () |
|
| StrokeColorData (unsigned int p_r, unsigned int p_g, unsigned int p_b) |
|
| StrokeColorData (unsigned int p_r, unsigned int p_g, unsigned int p_b, unsigned int p_a) |
|
| StrokeColorData (double p_thickness) |
|
virtual | ~StrokeColorData () |
|
void | setThickness (double p_thickness) |
|
double | getThickness () const |
|
StrokeColorData | clone () |
|
std::string | toString () const |
|
| ColorData () |
|
| ColorData (unsigned int p_r, unsigned int p_g, unsigned int p_b) |
|
| ColorData (unsigned int p_r, unsigned int p_g, unsigned int p_b, unsigned int p_a) |
|
virtual | ~ColorData () |
|
void | setR (unsigned int p_r) |
|
void | setG (unsigned int p_g) |
|
void | setB (unsigned int p_b) |
|
void | setA (unsigned int p_a) |
|
unsigned int | getR () const |
|
unsigned int | getG () const |
|
unsigned int | getB () const |
|
unsigned int | getA () const |
|
ColorData | clone () |
|
std::string | toString () |
|
void | copy (ColorData p_color) |
|
bool | equalTo (ColorData p_color) |
|
|
double | thickness |
|
unsigned int | R |
|
unsigned int | G |
|
unsigned int | B |
|
unsigned int | A |
|
◆ StrokeColorData() [1/4]
StrokeColorData::StrokeColorData |
( |
| ) |
|
◆ StrokeColorData() [2/4]
StrokeColorData::StrokeColorData |
( |
unsigned int |
p_r, |
|
|
unsigned int |
p_g, |
|
|
unsigned int |
p_b |
|
) |
| |
◆ StrokeColorData() [3/4]
StrokeColorData::StrokeColorData |
( |
unsigned int |
p_r, |
|
|
unsigned int |
p_g, |
|
|
unsigned int |
p_b, |
|
|
unsigned int |
p_a |
|
) |
| |
◆ StrokeColorData() [4/4]
StrokeColorData::StrokeColorData |
( |
double |
p_thickness | ) |
|
◆ ~StrokeColorData()
StrokeColorData::~StrokeColorData |
( |
| ) |
|
|
virtual |
◆ clone()
◆ getThickness()
double StrokeColorData::getThickness |
( |
| ) |
const |
◆ setThickness()
void StrokeColorData::setThickness |
( |
double |
p_thickness | ) |
|
◆ toString()
std::string StrokeColorData::toString |
( |
| ) |
const |
◆ thickness
double StrokeColorData::thickness |
|
protected |
The documentation for this class was generated from the following files: