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
QOpenGLCustomShaderStage Class Reference

#include <qopenglcustomshaderstage_p.h>

Collaboration diagram for QOpenGLCustomShaderStage:

Public Member Functions

 QOpenGLCustomShaderStage ()
virtual ~QOpenGLCustomShaderStage ()
virtual void setUniforms (QOpenGLShaderProgram *)
void setUniformsDirty ()
bool setOnPainter (QPainter *)
void removeFromPainter (QPainter *)
QByteArray source () const
void setInactive ()

Protected Member Functions

void setSource (const QByteArray &)

Detailed Description

Definition at line 28 of file qopenglcustomshaderstage_p.h.

Constructor & Destructor Documentation

◆ QOpenGLCustomShaderStage()

QOpenGLCustomShaderStage::QOpenGLCustomShaderStage ( )

Definition at line 27 of file qopenglcustomshaderstage.cpp.

◆ ~QOpenGLCustomShaderStage()

QOpenGLCustomShaderStage::~QOpenGLCustomShaderStage ( )
virtual

Definition at line 32 of file qopenglcustomshaderstage.cpp.

Member Function Documentation

◆ removeFromPainter()

void QOpenGLCustomShaderStage::removeFromPainter ( QPainter * p)

Definition at line 67 of file qopenglcustomshaderstage.cpp.

◆ setInactive()

void QOpenGLCustomShaderStage::setInactive ( )

Definition at line 92 of file qopenglcustomshaderstage.cpp.

◆ setOnPainter()

bool QOpenGLCustomShaderStage::setOnPainter ( QPainter * p)

Definition at line 49 of file qopenglcustomshaderstage.cpp.

◆ setSource()

void QOpenGLCustomShaderStage::setSource ( const QByteArray & s)
protected

Definition at line 98 of file qopenglcustomshaderstage.cpp.

◆ setUniforms()

virtual void QOpenGLCustomShaderStage::setUniforms ( QOpenGLShaderProgram * )
inlinevirtual

Definition at line 34 of file qopenglcustomshaderstage_p.h.

◆ setUniformsDirty()

void QOpenGLCustomShaderStage::setUniformsDirty ( )

Definition at line 42 of file qopenglcustomshaderstage.cpp.

◆ source()

QByteArray QOpenGLCustomShaderStage::source ( ) const

Definition at line 84 of file qopenglcustomshaderstage.cpp.


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