29#include "../base/PComplexData.h"
30#include "../utility/PError.h"
47 mBackgroundColor(
PColor(0,0,0,0)),
74 mBackgroundColor(
PColor(0,0,0,0)),
154 else if (name ==
"BGCOLOR")
156 PColor bgcolor = *((
PColor*)(v.GetComplexData()->GetObject().get()));
159 else if (name ==
"VISIBLE")
165 }
else if (name==
"PARENT")
208 name ==
"ROTATION" ||
282 out <<
"<Unknown PWidget>" << std::flush;
360 std::list<PWidget*>::iterator i =
mSubWidgets.begin();
364 (*i)->SetParent(
NULL);
@ OVE_INVALID_PROPERTY_NAME
virtual bool InitializeProperty(std::string name, Variant v)
virtual bool SetProperty(std::string name, Variant v)
Variant GetProperty(std::string) const
void SignalFatalError(const std::string &message)