Searched refs:m_nItemType (Results 1 – 3 of 3) sorted by relevance
125 if (pItem->m_nItemType == PIT_VAR) { in DrawItem()156 if (pItem->m_nItemType == PIT_VAR) { in AddPropItem()204 if (pItem->m_nItemType==PIT_COMBO) { in OnSelchange()241 else if (pItem->m_nItemType==PIT_EDIT) { in OnSelchange()262 } else if (pItem->m_nItemType != PIT_VAR) { in OnSelchange()343 if (pItem->m_nItemType == PIT_COLOR) { in OnButton()364 } else if (pItem->m_nItemType == PIT_FILE) { in OnButton()382 } else if (pItem->m_nItemType == PIT_FONT) { in OnButton()390 } else if (pItem->m_nItemType == PIT_MODEL) { in OnButton()400 } else if (pItem->m_nItemType == PIT_GUI) { in OnButton()[all …]
337 pi->m_nItemType = PIT_EDIT; in SetKeyValPairs()340 pi->m_nItemType = PIT_EDIT; in SetKeyValPairs()344 pi->m_nItemType = PIT_COLOR; in SetKeyValPairs()350 pi->m_nItemType = PIT_MODEL; in SetKeyValPairs()353 pi->m_nItemType = PIT_GUI; in SetKeyValPairs()365 pi->m_nItemType = PIT_MODEL; in SetKeyValPairs()368 pi->m_nItemType = PIT_COLOR; in SetKeyValPairs()371 pi->m_nItemType = PIT_GUI; in SetKeyValPairs()374 pi->m_nItemType = PIT_GUI; in SetKeyValPairs()377 pi->m_nItemType = PIT_GUI; in SetKeyValPairs()[all …]
62 int m_nItemType; variable72 m_nItemType = nItemType; in CPropertyItem()