IrrIMGUI  0.3.1
Public Member Functions | Public Attributes | List of all members
IrrIMGUI::Private::CGUITexture Class Reference

#include <CGUITexture.h>

Inheritance diagram for IrrIMGUI::Private::CGUITexture:
Inheritance graph
[legend]
Collaboration diagram for IrrIMGUI::Private::CGUITexture:
Collaboration graph
[legend]

Public Member Functions

 CGUITexture (void)
 Constructor. More...
 
virtual ~CGUITexture (void)
 Destructor. More...
 
- Public Member Functions inherited from IrrIMGUI::IGUITexture
virtual ~IGUITexture (void)
 Destructor. More...
 
 operator ImTextureID (void)
 Implicit cast operator to ImTextureID. More...
 
virtual ImTextureID getTextureID (void)
 

Public Attributes

bool mIsUsingOwnMemory
 
TextureSourceType mSourceType
 
TextureSource mSource
 
bool mIsValid
 
ImTextureID mGPUTextureID
 

Additional Inherited Members

- Protected Member Functions inherited from IrrIMGUI::IGUITexture
 IGUITexture (void)
 

Detailed Description

Definition at line 65 of file CGUITexture.h.

Constructor & Destructor Documentation

IrrIMGUI::Private::CGUITexture::CGUITexture ( void  )

Constructor.

Definition at line 39 of file CGUITexture.cpp.

IrrIMGUI::Private::CGUITexture::~CGUITexture ( void  )
virtual

Destructor.

Definition at line 48 of file CGUITexture.cpp.

Member Data Documentation

ImTextureID IrrIMGUI::Private::CGUITexture::mGPUTextureID

Definition at line 78 of file CGUITexture.h.

bool IrrIMGUI::Private::CGUITexture::mIsUsingOwnMemory

Definition at line 74 of file CGUITexture.h.

bool IrrIMGUI::Private::CGUITexture::mIsValid

Definition at line 77 of file CGUITexture.h.

TextureSource IrrIMGUI::Private::CGUITexture::mSource

Definition at line 76 of file CGUITexture.h.

TextureSourceType IrrIMGUI::Private::CGUITexture::mSourceType

Definition at line 75 of file CGUITexture.h.


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