
Public Member Functions | |
| ProxyImage (std::string filename) | |
| ~ProxyImage () | |
| void | displayImage () |
Private Attributes | |
| std::string | filename |
| Image * | image |
Definition at line 41 of file Proxy.cpp.
| ProxyImage::ProxyImage | ( | std::string | filename | ) | [inline, explicit] |
| void ProxyImage::displayImage | ( | ) | [inline, virtual] |
std::string ProxyImage::filename [private] |
Image* ProxyImage::image [private] |
Definition at line 62 of file Proxy.cpp.
Referenced by displayImage(), ProxyImage(), and ~ProxyImage().