Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
Fluid::SceneGraph::BasicVertex Struct Reference

#include <geometry.h>

Inheritance diagram for Fluid::SceneGraph::BasicVertex:
Fluid::SceneGraph::RectangleVertex Fluid::SceneGraph::ShadowVertex

Public Member Functions

void setPoint (float x, float y) noexcept
 
void setPoint (QVector2D v) noexcept
 
void setColor (QRgb c) noexcept
 
void setColor (const QColor &c) noexcept
 

Public Attributes

float x
 
float y
 
float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 13 of file geometry.h.

Member Function Documentation

◆ setColor() [1/2]

void Fluid::SceneGraph::BasicVertex::setColor ( const QColor &  c)
inlinenoexcept

Definition at line 42 of file geometry.h.

◆ setColor() [2/2]

void Fluid::SceneGraph::BasicVertex::setColor ( QRgb  c)
inlinenoexcept

Definition at line 35 of file geometry.h.

◆ setPoint() [1/2]

void Fluid::SceneGraph::BasicVertex::setPoint ( float  x,
float  y 
)
inlinenoexcept

Definition at line 25 of file geometry.h.

◆ setPoint() [2/2]

void Fluid::SceneGraph::BasicVertex::setPoint ( QVector2D  v)
inlinenoexcept

Definition at line 30 of file geometry.h.

Member Data Documentation

◆ a

float Fluid::SceneGraph::BasicVertex::a

Definition at line 23 of file geometry.h.

◆ b

float Fluid::SceneGraph::BasicVertex::b

Definition at line 22 of file geometry.h.

◆ g

float Fluid::SceneGraph::BasicVertex::g

Definition at line 21 of file geometry.h.

◆ r

float Fluid::SceneGraph::BasicVertex::r

Definition at line 20 of file geometry.h.

◆ x

float Fluid::SceneGraph::BasicVertex::x

Definition at line 16 of file geometry.h.

◆ y

float Fluid::SceneGraph::BasicVertex::y

Definition at line 17 of file geometry.h.


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