27#ifndef __PLATFORMIMAGEBOX_H__
28#define __PLATFORMIMAGEBOX_H__
31#include "../../objects/PImageBox.h"
32#include "../../base/PEBLObject.h"
58 virtual bool LoadImage(
const std::string & imagefilename);
61 virtual std::string
ObjectName()
const{
return "PlatformImageBox\n";};
67 virtual std::ostream &
SendToStream(std::ostream& out)
const;