Searched refs:m_savedState (Results 1 - 2 of 2) 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.cpp216 m_savedState = savedState;
224 if (m_savedState)
226 m_savedState->SetCanvas(NULL);
227 delete m_savedState;
239 // Then save old shape in m_savedState (actually swap pointers)
242 wxASSERT( (m_savedState == NULL) ); // new state will be 'nothing'
272 m_savedState = m_shapeOnCanvas;
274 if (m_savedState->IsKindOf(CLASSINFO(wxLineShape)))
277 wxLineShape* lineShape = (wxLineShape*) m_savedState;
296 // The app has given the command state a new m_savedState
[all...]
H A Ddoc.h114 inline void SetSavedState(wxShape *s) { m_savedState = s; }
115 inline wxShape *GetSavedState() const { return m_savedState; }
120 wxShape* m_savedState; // Previous state, for restoring on Undo member in class:csCommandState

Completed in 112 milliseconds