#include <BPIHelper.h>
Facade that helps manipulate IBPIData.
| BPIHelper::BPIHelper | ( | void | | ) | |
| BPIHelper::~BPIHelper | ( | void | | ) | |
| virtual |
| void BPIHelper::FilterForBPIData | ( | UIDList & | itemList | ) | |
| virtual |
Filter the given objects leaving only objects that have IBPIData.
- Parameters
| itemList | list of objects to be filtered |
Find the graphic frame, the spline, that is associated with the given textFrameColumn.
- Parameters
- Returns
- UID of the frame associated with the given textFrameColumn
Get all unique IBPIData values that apply to the given objects.
- Parameters
| itemList | IN of objects for which the IBPIData is wanted. |
| values | OUT unique IBPIData values found in the given objects. If two items have the same IBPIData value only one attribute with this value will be returned in the vector. |
| bool16 BPIHelper::HasBPIData | ( | const UIDList & | itemList | ) | |
| virtual |
Return kTrue if one of the given objects has IBPIData.
- Parameters
| itemList | list of objects to examine for IBPIData capability. |
- Returns
- kTrue if one of the given objects has IBPIData.
| ErrorCode BPIHelper::ProcessBPISetDataCmd | ( | const UIDList & | itemList, | | | const WideString & | value | | ) | | |
| virtual |
Process kBPISetDataCmdBoss to set the IBPIData for the given objects.
- Parameters
| itemList | IN list of objects for which the IBPIData value is to be changed |
| value | IN IBPIData value |
- Returns
- kSuccess on success, other ErrorCode otherwise