#include <DecoratorNoneInstancer.h>


Public Member Functions | |
| virtual Decorator * | InstanceDecorator (const String &name, const PropertyDictionary &properties) |
| virtual void | ReleaseDecorator (Decorator *decorator) |
| virtual void | Release () |
| Releases the instancer. | |
| virtual Decorator* Rocket::Core::DecoratorNoneInstancer::InstanceDecorator | ( | const String & | name, | |
| const PropertyDictionary & | properties | |||
| ) | [virtual] |
Instances a decorator given the property tag and attributes from the RCSS file.
| name | The type of decorator desired. For example, "background-decorator: simple;" is declared as type "simple". | |
| properties | All RCSS properties associated with the decorator. |
Implements Rocket::Core::DecoratorInstancer.
| void Rocket::Core::DecoratorNoneInstancer::ReleaseDecorator | ( | Decorator * | decorator | ) | [virtual] |
Releases the given decorator.
| decorator | Decorator to release. This is guaranteed to have been constructed by this instancer. |
Implements Rocket::Core::DecoratorInstancer.