Need help,Please

[size=134]Hello, Thank you in advance.

I arrange some markers in a pad. and then I use mouse to change the status of different markers. I use member function SetMarker() to set the initial state of markers and put them in different position. I need the information about each marker after some changes.

The question is how can I recorded the status information of each marker in a array and used by other member function? by the way, I use a static member function “ChangeMarker()” to change the status of different marker by add:
gPad->AddExec(“name”,“MyClass::ChangeMarker()”);

[/size]

[size=134]
I found that I can only SetUniqueID to identify different marker. But how can I use other
nonstatic member function to access this UniqueID ?

thanks.
[/size]

mymarker->GetUniqueID()

Rene

[size=134]
thank you.
[/size]