Searched refs:m_states (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.h97 wxList& GetStates() const { return (wxList&) m_states; }
101 wxList m_states; member in class:csDiagramCommand
H A Ddoc.cpp121 wxObjectList::compatibility_iterator node = m_states.GetFirst();
134 m_states.Append(state);
142 m_states.Insert(state);
148 wxObjectList::compatibility_iterator node = m_states.GetFirst();
173 wxObjectList::compatibility_iterator node = m_states.GetFirst();
186 wxObjectList::compatibility_iterator node = m_states.GetFirst();
201 wxObjectList::compatibility_iterator node = m_states.GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsocket.h203 wxList m_states; // stack of states member in class:wxSocketBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsocket.cpp872 m_states.Append(state);
880 node = m_states.GetLast();
891 m_states.Erase(node);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp873 m_states.Append(state);
881 node = m_states.GetLast();
892 m_states.Erase(node);

Completed in 52 milliseconds