implementation of the GLC_Texture class. More...
#include "glc_texture.h"#include "../glc_exception.h"#include "../glc_global.h"#include "../quazip/quazip.h"#include "../quazip/quazipfile.h"#include <QtDebug>Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const GLC_Texture &texture) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &stream, GLC_Texture &texture) |
implementation of the GLC_Texture class.
Definition in file glc_texture.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, | |
| const GLC_Texture & | texture | |||
| ) |
Non-member stream operator.
Definition at line 327 of file glc_texture.cpp.
References GLC_Texture::fileName().
| QDataStream& operator>> | ( | QDataStream & | stream, | |
| GLC_Texture & | texture | |||
| ) |
Definition at line 333 of file glc_texture.cpp.