Searched refs:m_pIconTree (Results 1 – 2 of 2) sorted by relevance
160 m_pIconTree(NULL), in Document()169 if (m_pIconTree) in ~Document()171 m_pIconTree->DeleteIconTree(); in ~Document()172 delete m_pIconTree; in ~Document()173 m_pIconTree = NULL; in ~Document()1666 if (!m_pIconTree) in addIcon()1667 m_pIconTree = new IconTree(); in addIcon()1673 m_pIconTree->InsertIconElement(pNewIcon); in addIcon()1682 if (!m_pIconTree) in icons()1690 int iIconTreeLength = m_pIconTree->GetLength(); in icons()[all …]
188 IconTree* m_pIconTree; variable