Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QT_BEGIN_NAMESPACE::Vertex Struct Reference
+ Inheritance diagram for QT_BEGIN_NAMESPACE::Vertex:
+ Collaboration diagram for QT_BEGIN_NAMESPACE::Vertex:

Public Member Functions

void set (float primary, float secondary, Color4ub ncolor, bool vertical)
 
void set (float primary, float secondary, Color4ub ncolor, bool vertical)
 

Public Attributes

float x
 
float y
 
Color4ub color
 

Detailed Description

Definition at line 33 of file qsgbasicinternalrectanglenode.cpp.

Member Function Documentation

◆ set() [1/2]

void QT_BEGIN_NAMESPACE::Vertex::set ( float primary,
float secondary,
Color4ub ncolor,
bool vertical )
inline

Definition at line 38 of file qsgbasicinternalrectanglenode.cpp.

References color, x, and y.

Referenced by QT_BEGIN_NAMESPACE::SmoothVertex::set().

+ Here is the caller graph for this function:

◆ set() [2/2]

void QT_BEGIN_NAMESPACE::Vertex::set ( float primary,
float secondary,
Color4ub ncolor,
bool vertical )
inline

Definition at line 38 of file qsgbasicinternalrectanglenode.cpp.

Member Data Documentation

◆ color

Color4ub Vertex::color

Definition at line 36 of file qsgbasicinternalrectanglenode.cpp.

Referenced by set().

◆ x

float Vertex::x

Definition at line 35 of file qsgbasicinternalrectanglenode.cpp.

Referenced by set().

◆ y

float Vertex::y

Definition at line 35 of file qsgbasicinternalrectanglenode.cpp.

Referenced by set().


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