#pragma once #include #include #include class CSigmaDoc; class PathItemDrawer; class SelectedItemMotionGraphDrawer { public: SelectedItemMotionGraphDrawer(); bool Init(CSigmaDoc * pDoc, CPositionList * selectionSet); void Reset(); void Translate(Gdiplus::Matrix * matrix); void Draw(CDC * pDC); protected: COLORREF m_colorPath; CArray m_paths; };