classHProperty 01
Detailed Description¶
Father class for all property holder classes.
Classes under HProperty hold the actual property information. In other words, holds the actual values of the property. Since each instance of a plugin holds different values for the same property, the HProperty derived classes should be declared inside the instance and not inside the application as is the case for HPropertyInfo derived classes
HProperty and its derived classes are used to transfer values between the pluging application and the user interface. Hproperty derived classes only hold the value. Their UI manipulation context is supplied through an associated HPropertyInfo derived class.
Note:
In order for the HProperty derived class property to show in the property panel of the PWS, the HProperty must be assigned an index through the DLLPlugin::GetPropertyAt.
See also:
HPropertyInfo, DLLPlugin::GetPropertyAt
Definition at line 82 of file HPropert.h.