Home
last modified time | relevance | path

Searched refs:m_parent (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_item.h36 resource_item *Parent() {return m_parent;} in Parent()
119 resource_item *m_parent; variable
Dresource_item.cpp112 m_first = m_next = m_parent = NULL; in Init()
162 child ->m_parent = this; in Attach()
175 if (m_parent) in Detach()
177 if (m_parent->m_first == this) in Detach()
180 m_parent->m_first = m_next; in Detach()
184 previous = m_parent->m_first; in Detach()
193 m_parent = NULL; in Detach()
257 if (m_parent->m_first != this) in Previous()
259 previous = m_parent->m_first; in Previous()