This is the complete list of members for
KGLLib::Texture, including all inherited members.
| bind() const | KGLLib::TextureBase | [virtual] |
| convertToGLFormat(const QImage &img) const (defined in KGLLib::Texture) | KGLLib::Texture | |
| debugString() const (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [virtual] |
| disable(bool unbind=true) const | KGLLib::TextureBase | [virtual] |
| enable(bool bind=true) const | KGLLib::TextureBase | [virtual] |
| glId() const | KGLLib::TextureBase | [inline, virtual] |
| glTarget() const | KGLLib::Texture | [inline, virtual] |
| height() const | KGLLib::Texture | [inline] |
| init(int width, int height, GLint internalformat=GL_RGBA, GLint format=0) (defined in KGLLib::Texture) | KGLLib::Texture | [protected] |
| init(const QImage &img, GLenum filter) (defined in KGLLib::Texture) | KGLLib::Texture | [protected] |
| init(const QString &filename, GLenum filter) (defined in KGLLib::Texture) | KGLLib::Texture | [protected] |
| isValid() const | KGLLib::TextureBase | [inline] |
| mFormat (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [protected] |
| mGLId (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [protected] |
| mHeight (defined in KGLLib::Texture) | KGLLib::Texture | [protected] |
| mInternalFormat (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [protected] |
| mName (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [protected] |
| mValid (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [protected] |
| mWidth (defined in KGLLib::Texture) | KGLLib::Texture | [protected] |
| name() const | KGLLib::TextureBase | [inline] |
| render(const QRectF &rect) const (defined in KGLLib::Texture) | KGLLib::Texture | |
| setFilter(GLenum filter) | KGLLib::TextureBase | [virtual] |
| setName(const QString &name) | KGLLib::TextureBase | |
| setValid(bool valid) (defined in KGLLib::TextureBase) | KGLLib::TextureBase | [inline, protected] |
| setWrapMode(GLenum mode) | KGLLib::Texture | [virtual] |
| KGLLib::TextureBase::setWrapMode(GLenum coordinate, GLenum mode) | KGLLib::TextureBase | [virtual] |
| size() const | KGLLib::Texture | [inline] |
| Texture(const QImage &img, GLenum filter=GL_LINEAR_MIPMAP_LINEAR) | KGLLib::Texture | [explicit] |
| Texture(const QPixmap &pix, GLenum filter=GL_LINEAR_MIPMAP_LINEAR) | KGLLib::Texture | [explicit] |
| Texture(const QString &filename, GLenum filter=GL_LINEAR_MIPMAP_LINEAR) | KGLLib::Texture | [explicit] |
| Texture(int width, int height, GLint internalformat=GL_RGBA, GLint format=0) | KGLLib::Texture | |
| TextureBase() | KGLLib::TextureBase | |
| TextureBase(const QString &name) | KGLLib::TextureBase | |
| unbind() const | KGLLib::TextureBase | [virtual] |
| width() const | KGLLib::Texture | [inline] |
| ~Texture() (defined in KGLLib::Texture) | KGLLib::Texture | [virtual] |
| ~TextureBase() | KGLLib::TextureBase | [virtual] |