25#ifndef __VALIDATOR_PLATFORMWINDOW_H__
26#define __VALIDATOR_PLATFORMWINDOW_H__
28#include "../../objects/PWindow.h"
41 virtual std::string
ObjectName()
const {
return "PlatformWindow (validator)"; }
44 virtual bool Resize(
int w,
int h) {
return true; }
45 virtual long int DrawFor(
unsigned int cycles) {
return 0; }
virtual bool SetProperty(std::string, Variant v)
virtual ObjectValidationError ValidateProperty(std::string, Variant v) const