27#ifndef __PLATFORMLABEL_H__
28#define __PLATFORMLABEL_H__
32#include "../../objects/PLabel.h"
33#include "../../utility/rc_ptrs.h"
34#include "../../base/PEBLObject.h"
65 virtual void SetText(
const std::string & text);
70 virtual std::string
ObjectName()
const{
return "PlatformLabel";} ;
73 virtual std::ostream &
SendToStream(std::ostream& out)
const;