Home
last modified time | relevance | path

Searched refs:GetTreeState (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dproject_view.h97 void GetTreeState(CArray<int> *state_array);
98 void GetTreeState(HTREEITEM hParent, CArray<int> *state_array);
Dproject_view.cpp2874 void project_view::GetTreeState(CArray<int> *state_array) in GetTreeState() function in project_view
2890 GetTreeState(child, state_array); in GetTreeState()
2898 void project_view::GetTreeState(HTREEITEM hParent, CArray<int> *state_array) in GetTreeState() function in project_view
2912 GetTreeState(child, state_array); in GetTreeState()
DMainFrm.cpp1617 GetProjectView()->GetTreeState(&proj_tree_state); in OnRecordmacro()