M_ENDPOINT
for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) {
DiagramItemGroup(DiagramItem::M_ENDPOINT),
: DiagramItem(DiagramItem::M_ENDPOINT),
if (whichType & DiagramItem::M_ENDPOINT) {
if (whichType & DiagramItem::M_ENDPOINT) {
if (fEndPoints && (index < CountItems(DiagramItem::M_ENDPOINT)))
if (fTypes & DiagramItem::M_ENDPOINT) {
for (uint32 i = 0; i < CountItems(DiagramItem::M_ENDPOINT); i++) {
DiagramItem *item = ItemAt(i, DiagramItem::M_ENDPOINT);
case DiagramItem::M_ENDPOINT:
case DiagramItem::M_ENDPOINT:
case DiagramItem::M_ENDPOINT:
if (whichType & DiagramItem::M_ENDPOINT) {
for (int32 i = CountItems(DiagramItem::M_ENDPOINT) - 1; i >= 0; i--) {
DiagramItem *item = ItemAt(i, DiagramItem::M_ENDPOINT);
if (fEndPoints && (fTypes & DiagramItem::M_ENDPOINT)) {
SortItems(DiagramItem::M_ENDPOINT, &compareTypeAndID);