Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_PixMapTexture Class Reference

Provides inline texture data by buffer of data. More...

#include <cadex/ModelData_PixMapTexture.hxx>

Inheritance diagram for cadex::ModelData_PixMapTexture:
cadex::ModelData_Texture cadex::ModelData_BaseObject

Public Types

typedef cadex::internal::ModelData_PixMapTextureImpl ImplType
 
- Public Types inherited from cadex::ModelData_Texture
typedef cadex::internal::ModelData_TextureImpl ImplType
 
- Public Types inherited from cadex::ModelData_BaseObject
typedef int IdType
 Defines a type identifier.
 

Public Member Functions

 ModelData_PixMapTexture ()
 Constructor.
 
 ModelData_PixMapTexture (initialized)
 
 ModelData_PixMapTexture (ImplType *theImpl)
 Constructor (reserved for internal use).
 
 ModelData_PixMapTexture (const ModelData_PixMap &thePixMap)
 
 ModelData_PixMapTexture (const ModelData_PixMap &thePixMap, ModelData_TextureType theTextureType)
 
 ModelData_PixMapTexture (const ModelData_PixMap &thePixMap, ModelData_TextureType theTextureType, const ModelData_TextureParameters &theParameters)
 
ModelData_PixMap PixMap () const
 
void SetPixMap (const ModelData_PixMap &thePixMap)
 
- Public Member Functions inherited from cadex::ModelData_Texture
 ModelData_Texture ()
 Constructor.
 
ModelData_TextureType Type () const
 Returns a texture type.
 
void SetType (ModelData_TextureType theType)
 Sets a texture type.
 
ModelData_TextureParameters Parameters () const
 Returns a texture parameters.
 
void SetParameters (const ModelData_TextureParameters &theParameters)
 Sets a texture parameters.
 
void Accept (ModelData_TextureVisitor &theVisitor) const
 Accepts a texture visitor.
 
bool operator== (const ModelData_Texture &theT) const
 
- Public Member Functions inherited from cadex::ModelData_BaseObject
 ModelData_BaseObject ()
 Constructor.
 
IdType TypeId () const
 Returns an object type id.
 
template<typename T >
bool IsOfType () const
 Returns true if the object has a type T.
 
void SetName (const Base_UTF16String &theName)
 Sets an object name.
 
Base_UTF16String Name () const
 
void SetUuid (const Base_Uuid &theUuid)
 
Base_Uuid Uuid () const
 
void Nullify ()
 Resets reference to implementation object.
 
bool IsNull () const
 Returns true if the object is nullified.
 
 operator bool () const
 Casts the object to the bool type.
 
internal::ModelData_BaseObjectImpl * Impl () const
 Return a handle to backend (reserved for internal use).
 

Static Public Member Functions

static IdType GetTypeId ()
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::ModelData_Texture
 ModelData_Texture (ImplType *theImpl)
 Constructor (reserved for internal use).
 
- Protected Member Functions inherited from cadex::ModelData_BaseObject
 ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl)
 Constructor (reserved for internal use).
 
 ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl, const Base_UTF16String &theName)
 Constructor (reserved for internal use).
 
template<typename T >
T * GetOrCreateImpl ()
 Reserved for internal use.
 

Detailed Description

Provides inline texture data by buffer of data.

Constructor & Destructor Documentation

◆ ModelData_PixMapTexture()

cadex::ModelData_PixMapTexture::ModelData_PixMapTexture ( )

Constructor.

Create empty object.