Searched refs:whichType (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp103 of the given type \param whichType)
106 DiagramItemGroup::CountItems(uint32 whichType) const
110 if (whichType & fTypes) {
111 if (whichType & DiagramItem::M_BOX) {
116 if (whichType & DiagramItem::M_WIRE) {
121 if (whichType & DiagramItem::M_ENDPOINT) {
136 DiagramItemGroup::ItemAt(uint32 index, uint32 whichType) const
139 if (fTypes & whichType) {
140 if (whichType & DiagramItem::M_BOX) {
147 if (whichType
301 SortItems(uint32 whichType, int (*compareFunc)(const void *, const void *)) argument
333 DrawItems(BRect updateRect, uint32 whichType, BRegion* updateRegion) argument
[all...]
H A DDiagramItemGroup.h66 uint32 CountItems(uint32 whichType = DiagramItem::M_ANY) const;
68 uint32 whichType = DiagramItem::M_ANY) const;
77 void DrawItems(BRect updateRect, uint32 whichType = DiagramItem::M_ANY,

Completed in 35 milliseconds