Skip to content

classHPropertyInfo 03

Member Function Documentation

static void HPropertyInfo::DeleteHandle HPropertyInfo handle  )  [static]
 

BOOL HPropertyInfo::GetCacheAnimatable  ) 
 

DrawWhen HPropertyInfo::GetDrawWhen  ) 
 
See also:
HPropertyInfo::DrawWhen

String HPropertyInfo::GetLocalizedName  ) 
 

String HPropertyInfo::GetMatchName  ) 
 

VisibleWhen HPropertyInfo::GetVisibleWhen  ) 
 
See also:
HPropertyInfo::VisibleWhen

BOOL HPropertyInfo::IsAdvanced  ) 
  Only shows up if user has Show Advanced Proerties on

BOOL HPropertyInfo::IsConstant  ) 
  The property does not animate over time

BOOL HPropertyInfo::IsDeletable  ) 
 

BOOL HPropertyInfo::IsNotifyAnimObjectValueChanged  ) 
 

BOOL HPropertyInfo::IsReadOnly  ) 
  Both cache and instanes are read only

BOOL HPropertyInfo::IsReadOnlyOnCache  ) 
 

Cache is read only meaning that the user will not be able to change the values of the cache's property. The user may be able to change the values of the instance's property though.

See also:

void HPropertyInfo::SetReadOnly(BOOL state)

void HPropertyInfo::SetReadOnlyOnInstance(BOOL state)

BOOL HPropertyInfo::IsReadOnlyOnInstance  ) 
 

Instance is read only meaning that the user will not be able to change the values of the instance's property. The user may be able to change the values of the cache's property though.

See also:

void HPropertyInfo::SetReadOnly(BOOL state)

void HPropertyInfo::SetReadOnlyOnCache(BOOL state)

BOOL HPropertyInfo::IsSaveProperty  ) 
 

HPropertyInfo * HPropertyInfo::New const char *  localizedname,
const char *  matchname
[static]
 

Creates a new HPropertyInfo or any of its derived class UI slot in a property panel in the PWS.

Parameters:
localizedname  - String of text used to name the property as it will appear on the left column of the property panel in the PWS.
matchname  - String used in the saved A:M file as a tag to identify and retrieve the saved property value.
See also:
HPropertyInfo::SetLocalizedName and HPropertyInfo::SetMatchName

Reimplemented in HBoolPropertyInfo, HAttrPropertyInfo, HFloatPropertyInfo, HPercentPropertyInfo, HIntPropertyInfo, <