Values.PropertyValue Class Reference

Detailed Description

A single value for a particular property. Properties are on complete objects, or e.g. materials.

Inheritance diagram for Values.PropertyValue:
Values.ColourValue Values.NumericValue Values.PropertyValueSet Values.TextureValue Values.TextValue Values.BoolValue Values.ByteArrayValue Values.FloatValue Values.NumberValue Values.UnsignedNumberValue

Public Member Functions

virtual int GetID ()
 
virtual PropertyValue Copy ()
 
virtual PropertyValue Create ()
 
virtual void Read (Reader reader)
 
virtual void Write (Writer writer)
 

Public Attributes

bool Changed =true
 True if the value got changed. More...
 
int UnresolvedID =-1
 

Properties

bool ResolveRequired [get]
 

Member Function Documentation

Member Data Documentation

bool Values.PropertyValue.Changed =true

True if the value got changed.

int Values.PropertyValue.UnresolvedID =-1

Property Documentation

bool Values.PropertyValue.ResolveRequired
get