#include <PictureBox.h>
Public Member Functions | |
| PictureBox (Shell *const shell) | |
| virtual | ~PictureBox (void) |
| const Image & | GetImage () const |
| Image & | GetImage () |
| void | SetImage (const Image &image) |
The class for displaying user images.
| fl7::faces::PictureBox::PictureBox | ( | Shell *const | shell | ) |
Explicit constructor.
| fl7::faces::PictureBox::~PictureBox | ( | void | ) | [virtual] |
Destructor.
| const Image& fl7::faces::PictureBox::GetImage | ( | ) | const [inline] |
Returns the image to display.
| Image& fl7::faces::PictureBox::GetImage | ( | ) | [inline] |
Returns the image to display.
| void fl7::faces::PictureBox::SetImage | ( | const Image & | image | ) | [inline] |
Sets the image to display.
1.7.1