Qt 4.8
QGLShaderProgram Member List

This is the complete list of members for QGLShaderProgram, including all inherited members.

addShader(QGLShader *shader)QGLShaderProgram
addShaderFromSourceCode(QGLShader::ShaderType type, const char *source)QGLShaderProgram
addShaderFromSourceCode(QGLShader::ShaderType type, const QByteArray &source)QGLShaderProgram
addShaderFromSourceCode(QGLShader::ShaderType type, const QString &source)QGLShaderProgram
addShaderFromSourceFile(QGLShader::ShaderType type, const QString &fileName)QGLShaderProgram
attributeLocation(const char *name) constQGLShaderProgram
attributeLocation(const QByteArray &name) constQGLShaderProgram
attributeLocation(const QString &name) constQGLShaderProgram
bind()QGLShaderProgram
bindAttributeLocation(const char *name, int location)QGLShaderProgram
bindAttributeLocation(const QByteArray &name, int location)QGLShaderProgram
bindAttributeLocation(const QString &name, int location)QGLShaderProgram
blockSignals(bool b)QObject
childEvent(QChildEvent *)QObjectprotectedvirtual
children() constQObjectinline
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connectNotify(const char *signal)QObjectprotectedvirtual
customEvent(QEvent *)QObjectprotectedvirtual
d_ptrQObjectprotected
deleteLater()QObjectslot
destroyed(QObject *=0)QObjectsignal
disableAttributeArray(int location)QGLShaderProgram
disableAttributeArray(const char *name)QGLShaderProgram
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=0, const QObject *receiver=0, const char *member=0)QObjectinline
disconnect(const QObject *receiver, const char *member=0)QObjectinline
disconnectNotify(const char *signal)QObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
enableAttributeArray(int location)QGLShaderProgram
enableAttributeArray(const char *name)QGLShaderProgram
event(QEvent *)QObjectvirtual
eventFilter(QObject *, QEvent *)QObjectvirtual
findChild(const QString &aName=QString()) constQObjectinline
findChildren(const QString &aName=QString()) constQObjectinline
findChildren(const QRegExp &re) constQObjectinline
geometryInputType() constQGLShaderProgram
geometryOutputType() constQGLShaderProgram
geometryOutputVertexCount() constQGLShaderProgram
hasOpenGLShaderPrograms(const QGLContext *context=0)QGLShaderProgramstatic
inherits(const char *classname) constQObjectinline
init()QGLShaderProgramprivate
installEventFilter(QObject *)QObject
isLinked() constQGLShaderProgram
isWidgetType() constQObjectinline
killTimer(int id)QObject
link()QGLShaderProgramvirtual
log() constQGLShaderProgram
maxGeometryOutputVertices() constQGLShaderProgram
metaObject() constQObjectvirtual
moveToThread(QThread *thread)QObject
objectName() constQObject
parent() constQObjectinline
programId() constQGLShaderProgram
property(const char *name) constQObject
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QRegExp &regExp)()QObjectrelated
QGLShaderProgram(QObject *parent=0)QGLShaderProgramexplicit
QGLShaderProgram(const QGLContext *context, QObject *parent=0)QGLShaderProgramexplicit
QObject(QObject *parent=0)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=0)QObjectprotected
qobject_cast(QObject *object)QObjectrelated
QObjectListQObjectrelated
qt_find_obj_child(QObject *parent, const char *type, const QString &name)QObjectrelated
receivers(const char *signal) constQObjectprotected
registerUserData()QObjectstatic
release()QGLShaderProgram
removeAllShaders()QGLShaderProgram
removeEventFilter(QObject *)QObject
removeShader(QGLShader *shader)QGLShaderProgram
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setAttributeArray(int location, const GLfloat *values, int tupleSize, int stride=0)QGLShaderProgram
setAttributeArray(int location, const QVector2D *values, int stride=0)QGLShaderProgram
setAttributeArray(int location, const QVector3D *values, int stride=0)QGLShaderProgram
setAttributeArray(int location, const QVector4D *values, int stride=0)QGLShaderProgram
setAttributeArray(int location, GLenum type, const void *values, int tupleSize, int stride=0)QGLShaderProgram
setAttributeArray(const char *name, const GLfloat *values, int tupleSize, int stride=0)QGLShaderProgram
setAttributeArray(const char *name, const QVector2D *values, int stride=0)QGLShaderProgram
setAttributeArray(const char *name, const QVector3D *values, int stride=0)QGLShaderProgram
setAttributeArray(const char *name, const QVector4D *values, int stride=0)QGLShaderProgram
setAttributeArray(const char *name, GLenum type, const void *values, int tupleSize, int stride=0)QGLShaderProgram
setAttributeBuffer(int location, GLenum type, int offset, int tupleSize, int stride=0)QGLShaderProgram
setAttributeBuffer(const char *name, GLenum type, int offset, int tupleSize, int stride=0)QGLShaderProgram
setAttributeValue(int location, GLfloat value)QGLShaderProgram
setAttributeValue(int location, GLfloat x, GLfloat y)QGLShaderProgram
setAttributeValue(int location, GLfloat x, GLfloat y, GLfloat z)QGLShaderProgram
setAttributeValue(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)QGLShaderProgram
setAttributeValue(int location, const QVector2D &value)QGLShaderProgram
setAttributeValue(int location, const QVector3D &value)QGLShaderProgram
setAttributeValue(int location, const QVector4D &value)QGLShaderProgram
setAttributeValue(int location, const QColor &value)QGLShaderProgram
setAttributeValue(int location, const GLfloat *values, int columns, int rows)QGLShaderProgram
setAttributeValue(const char *name, GLfloat value)QGLShaderProgram
setAttributeValue(const char *name, GLfloat x, GLfloat y)QGLShaderProgram
setAttributeValue(const char *name, GLfloat x, GLfloat y, GLfloat z)QGLShaderProgram
setAttributeValue(const char *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)QGLShaderProgram
setAttributeValue(const char *name, const QVector2D &value)QGLShaderProgram
setAttributeValue(const char *name, const QVector3D &value)QGLShaderProgram
setAttributeValue(const char *name, const QVector4D &value)QGLShaderProgram
setAttributeValue(const char *name, const QColor &value)QGLShaderProgram
setAttributeValue(const char *name, const GLfloat *values, int columns, int rows)QGLShaderProgram
setGeometryInputType(GLenum inputType)QGLShaderProgram
setGeometryOutputType(GLenum outputType)QGLShaderProgram
setGeometryOutputVertexCount(int count)QGLShaderProgram
setObjectName(const QString &name)QObject
setParent(QObject *)QObject
setProperty(const char *name, const QVariant &value)QObject
setUniformValue(int location, GLfloat value)QGLShaderProgram
setUniformValue(int location, GLint value)QGLShaderProgram
setUniformValue(int location, GLuint value)QGLShaderProgram
setUniformValue(int location, GLfloat x, GLfloat y)QGLShaderProgram
setUniformValue(int location, GLfloat x, GLfloat y, GLfloat z)QGLShaderProgram
setUniformValue(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)QGLShaderProgram
setUniformValue(int location, const QVector2D &value)QGLShaderProgram
setUniformValue(int location, const QVector3D &value)QGLShaderProgram
setUniformValue(int location, const QVector4D &value)QGLShaderProgram
setUniformValue(int location, const QColor &color)QGLShaderProgram
setUniformValue(int location, const QPoint &point)QGLShaderProgram
setUniformValue(int location, const QPointF &point)QGLShaderProgram
setUniformValue(int location, const QSize &size)QGLShaderProgram
setUniformValue(int location, const QSizeF &size)QGLShaderProgram
setUniformValue(int location, const QMatrix2x2 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix2x3 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix2x4 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix3x2 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix3x3 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix3x4 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix4x2 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix4x3 &value)QGLShaderProgram
setUniformValue(int location, const QMatrix4x4 &value)QGLShaderProgram
setUniformValue(int location, const GLfloat value[2][2])QGLShaderProgram
setUniformValue(int location, const GLfloat value[3][3])QGLShaderProgram
setUniformValue(int location, const GLfloat value[4][4])QGLShaderProgram
setUniformValue(int location, const QTransform &value)QGLShaderProgram
setUniformValue(const char *name, GLfloat value)QGLShaderProgram
setUniformValue(const char *name, GLint value)QGLShaderProgram
setUniformValue(const char *name, GLuint value)QGLShaderProgram
setUniformValue(const char *name, GLfloat x, GLfloat y)QGLShaderProgram
setUniformValue(const char *name, GLfloat x, GLfloat y, GLfloat z)QGLShaderProgram
setUniformValue(const char *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)QGLShaderProgram
setUniformValue(const char *name, const QVector2D &value)QGLShaderProgram
setUniformValue(const char *name, const QVector3D &value)QGLShaderProgram
setUniformValue(const char *name, const QVector4D &value)QGLShaderProgram
setUniformValue(const char *name, const QColor &color)QGLShaderProgram
setUniformValue(const char *name, const QPoint &point)QGLShaderProgram
setUniformValue(const char *name, const QPointF &point)QGLShaderProgram
setUniformValue(const char *name, const QSize &size)QGLShaderProgram
setUniformValue(const char *name, const QSizeF &size)QGLShaderProgram
setUniformValue(const char *name, const QMatrix2x2 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix2x3 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix2x4 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix3x2 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix3x3 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix3x4 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix4x2 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix4x3 &value)QGLShaderProgram
setUniformValue(const char *name, const QMatrix4x4 &value)QGLShaderProgram
setUniformValue(const char *name, const GLfloat value[2][2])QGLShaderProgram
setUniformValue(const char *name, const GLfloat value[3][3])QGLShaderProgram
setUniformValue(const char *name, const GLfloat value[4][4])QGLShaderProgram
setUniformValue(const char *name, const QTransform &value)QGLShaderProgram
setUniformValueArray(int location, const GLfloat *values, int count, int tupleSize)QGLShaderProgram
setUniformValueArray(int location, const GLint *values, int count)QGLShaderProgram
setUniformValueArray(int location, const GLuint *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QVector2D *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QVector3D *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QVector4D *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix2x2 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix2x3 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix2x4 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix3x2 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix3x3 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix3x4 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix4x2 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix4x3 *values, int count)QGLShaderProgram
setUniformValueArray(int location, const QMatrix4x4 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const GLfloat *values, int count, int tupleSize)QGLShaderProgram
setUniformValueArray(const char *name, const GLint *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const GLuint *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QVector2D *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QVector3D *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QVector4D *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix2x2 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix2x3 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix2x4 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix3x2 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix3x3 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix3x4 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix4x2 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix4x3 *values, int count)QGLShaderProgram
setUniformValueArray(const char *name, const QMatrix4x4 *values, int count)QGLShaderProgram
setUserData(uint id, QObjectUserData *data)QObject
shaderDestroyed()QGLShaderProgramprivateslot
shaders() constQGLShaderProgram
signalsBlocked() constQObjectinline
startTimer(int interval)QObject
staticMetaObjectQObjectstatic
staticQtMetaObjectQObjectprotectedstatic
thread() constQObject
timerEvent(QTimerEvent *)QObjectprotectedvirtual
tr(const char *sourceText, const char *comment=0, int n=-1)QObjectstatic
trUtf8(const char *sourceText, const char *comment=0, int n=-1)QObjectstatic
uniformLocation(const char *name) constQGLShaderProgram
uniformLocation(const QByteArray &name) constQGLShaderProgram
uniformLocation(const QString &name) constQGLShaderProgram
userData(uint id) constQObject
~QGLShaderProgram()QGLShaderProgramvirtual
~QObject()QObjectvirtual