cee::ug::ViewClippingPlanePropertyHandler
- 
class ViewClippingPlanePropertyHandler
 Property handler for view clipping plane properties.
Public Types
- 
enum PropertyKey
 List of property keys for CameraPropertyHandler.
Values:
- 
enumerator POINT
 Point in plane.
- 
enumerator POINT
 
Public Functions
- 
ViewClippingPlanePropertyHandler(PropertySet *propSet)
 Creates a view clipping plane property handler from a given property set propSet.
- 
Variant propertyValue(PropertyKey key) const
 Returns the property value for the specified property key.
Returns an empty Variant if the property key was not found.
- 
void setPropertyValue(PropertyKey key, Variant data)
 Sets the property key and value to this handlers property set.
If key exists in the property set, the paired property value is updated to data. Otherwise the key/value pair is added to the property set.
Public Static Functions
- 
static bool isValidPropertySet(const PropertySet &propSet)
 Returns true if the specified property set is a valid view clipping plane property set.
- 
enum PropertyKey