| Long name (short name) | 
Argument types | 
Properties | 
-type(-typ) | 
string | 
  | 
 | 
Use static attributes from nodes of type TYPE. Includes
attributes inherited from parent class nodes. | 
 
 
 | 
-typeExact(-tex) | 
string | 
  | 
 | 
Use static attributes only from nodes of type TYPE. Does not
included inherited attributes. | 
 
 
 | 
-node(-n) | 
name | 
  | 
 | 
Use all attributes from node named NAME | 
 
 
 | 
-exists(-ex) | 
 | 
  | 
 | 
Return true if the attribute exists | 
 
 
 | 
-internal(-i) | 
 | 
  | 
 | 
Return true if the attribute is either internalSet or
internalGet | 
 
 
 | 
-internalSet(-is) | 
 | 
  | 
 | 
Return true if the attribute must be set through
setCachedValue | 
 
 
 | 
-internalGet(-ig) | 
 | 
  | 
 | 
Return true if the attribute come from getCachedValue | 
 
 
 | 
-keyable(-k) | 
 | 
  | 
 | 
Return the keyable status of the attribute | 
 
 
 | 
-connectable(-c) | 
 | 
  | 
 | 
Return the connectable status of the attribute | 
 
 
 | 
-message(-msg) | 
 | 
  | 
 | 
Return true if the attribute is a message attribute | 
 
 
 | 
-enum(-e) | 
 | 
  | 
 | 
Return true if the attribute is a enum attribute | 
 
 
 | 
-hidden(-h) | 
 | 
  | 
 | 
Return the hidden status of the attribute | 
 
 
 | 
-indexMatters(-im) | 
 | 
  | 
 | 
Return the indexMatters status of the attribute | 
 
 
 | 
-readable(-rd) | 
 | 
  | 
 | 
Return the readable status of the attribute | 
 
 
 | 
-storable(-st) | 
 | 
  | 
 | 
Return true if the attribute is storable | 
 
 
 | 
-writable(-w) | 
 | 
  | 
 | 
Return the writable status of the attribute | 
 
 
 | 
-multi(-m) | 
 | 
  | 
 | 
Return true if the attribute is a multi-attribute | 
 
 
 | 
-minimum(-min) | 
 | 
  | 
 | 
Return the hard minimum of the attribute's value | 
 
 
 | 
-maximum(-max) | 
 | 
  | 
 | 
Return the hard maximum of the attribute's value | 
 
 
 | 
-range(-r) | 
 | 
  | 
 | 
Return the hard range of the attribute's value | 
 
 
 | 
-usedAsColor(-uac) | 
 | 
  | 
 | 
Return true if the attribute should bring up a color
picker | 
 
 
 | 
-softRange(-s) | 
 | 
  | 
 | 
Return the soft range (slider range) of the attribute's
value | 
 
 
 | 
-softMin(-smn) | 
 | 
  | 
 | 
Return the soft min (slider range) of the attribute's
value | 
 
 
 | 
-softMax(-smx) | 
 | 
  | 
 | 
Return the soft max (slider range) of the attribute's
value | 
 
 
 | 
-numberOfChildren(-nc) | 
 | 
  | 
 | 
Return the number of children the attribute has | 
 
 
 | 
-listSiblings(-ls) | 
 | 
  | 
 | 
Return the list of sibling attributes of the given
attribute. | 
 
 
 | 
-listChildren(-lc) | 
 | 
  | 
 | 
Return the list of children attributes of the given
attribute. | 
 
 
 | 
-listParent(-lp) | 
 | 
  | 
 | 
Return the parent of the given attribute. | 
 
 
 | 
-listEnum(-le) | 
 | 
  | 
 | 
Return the list of enum strings for the given attribute. | 
 
 
 | 
-listDefault(-ld) | 
 | 
  | 
 | 
Return the default values of numeric and compound numeric
attributes. | 
 
 
 | 
-minExists(-mne) | 
 | 
  | 
 | 
Return true if the attribute has a hard minimum. A max does not
have to be present. | 
 
 
 | 
-maxExists(-mxe) | 
 | 
  | 
 | 
Return true if the attribute has a hard maximum. A min does not
have to be present. | 
 
 
 | 
-rangeExists(-re) | 
 | 
  | 
 | 
Return true if the attribute has a hard range. Both min and max
must be present. | 
 
 
 | 
-softMinExists(-sme) | 
 | 
  | 
 | 
Return true if the attribute has a soft minimum. A max does not
have to be present. | 
 
 
 | 
-softMaxExists(-sxe) | 
 | 
  | 
 | 
Return true if the attribute has a soft maximum. A min does not
have to be present. | 
 
 
 | 
-softRangeExists(-se) | 
 | 
  | 
 | 
Return true if the attribute has a soft range. Both min and max
must be present. | 
 
 
 | 
-longName(-ln) | 
 | 
  | 
 | 
Return the long name of the attribute. | 
 
 
 | 
-shortName(-sn) | 
 | 
  | 
 | 
Return the short name of the attribute. | 
 
 
 | 
-niceName(-nn) | 
 | 
  | 
 | 
Return the nice name (or "UI name") of the attribute. | 
 
 
 |