纹理类 更多...
#include <Texture.h>
Public 成员函数 | |
| Texture (const PixelMap &bitmap) | |
| 从位图构造纹理 | |
| Texture (const std::wstring &path) | |
| 从文件构造纹理 | |
| Texture (const Texture &other) | |
| Texture (Texture &&other) | |
| ~Texture () | |
| Texture & | operator= (const Texture &other) |
| Texture & | operator= (Texture &&other) |
友元 | |
| class | BrushSet |
纹理类
| GFt::Texture::Texture | ( | const std::wstring & | path | ) |
从文件构造纹理
| path | 纹理文件路径 |
| GFt::Texture::Texture | ( | const PixelMap & | bitmap | ) |
从位图构造纹理
| bitmap | 位图 |
| GFt::Texture::Texture | ( | const Texture & | other | ) |
| GFt::Texture::Texture | ( | Texture && | other | ) |
| GFt::Texture::~Texture | ( | ) |
|
friend |