Searched refs:m_pIconTree (Results 1 – 2 of 2) sorted by relevance
162 m_pIconTree(NULL), in Document()171 if (m_pIconTree) in ~Document()173 m_pIconTree->DeleteIconTree(); in ~Document()174 delete m_pIconTree; in ~Document()175 m_pIconTree = NULL; in ~Document()1488 if (!m_pIconTree) in addIcon()1489 m_pIconTree = new IconTree(); in addIcon()1495 m_pIconTree->InsertIconElement(pNewIcon); in addIcon()1507 if (!m_pIconTree) in icons()1515 int iIconTreeLength = m_pIconTree->GetLength(); in icons()[all …]
183 IconTree* m_pIconTree; variable