![]() |
NDEVR
API Documentation
|
Provides access to the TableColumn and row index for a given property enum value. More...
Static Public Member Functions | |
| static TableColumn * | column (const DesignInfo *object, t_property_enum property) |
| Retrieves the TableColumn pointer for a given property on the specified design object. | |
| static uint04 | index (const DesignInfo *object, t_property_enum property) |
| Retrieves the row index for a given property on the specified design object. | |
Provides access to the TableColumn and row index for a given property enum value.
Specializations of this class map each property enum to the correct column in the DesignObjectBase property database.
Definition at line 84 of file DesignProperties.h.
|
static |
Retrieves the TableColumn pointer for a given property on the specified design object.
| [in] | object | The design object to query. |
| [in] | property | The property enum value identifying the column. |
Referenced by PropertyInterface< t_property_enum >::column().
|
static |
Retrieves the row index for a given property on the specified design object.
| [in] | object | The design object to query. |
| [in] | property | The property enum value. |
Referenced by PropertyInterface< t_property_enum >::index().