Hi,
I defined one class, and would use this class to add a branch in a tree. As you know, all the data members of the class will become leaves of the branch created after adding. My question is how to only let some of data members of the class instead of all members become leaves? I mean I want to screen some members to be shown in the created branch. How can I do that?