Searched refs:GetTreeState (Results 1 – 3 of 3) sorted by relevance
97 void GetTreeState(CArray<int> *state_array);98 void GetTreeState(HTREEITEM hParent, CArray<int> *state_array);
2874 void project_view::GetTreeState(CArray<int> *state_array) in GetTreeState() function in project_view2890 GetTreeState(child, state_array); in GetTreeState()2898 void project_view::GetTreeState(HTREEITEM hParent, CArray<int> *state_array) in GetTreeState() function in project_view2912 GetTreeState(child, state_array); in GetTreeState()
1617 GetProjectView()->GetTreeState(&proj_tree_state); in OnRecordmacro()