33 |
|
|
34 |
void SetCuts(){ |
void SetCuts(){ |
35 |
TMapIter *n= (TMapIter *)fcutcontmap.MakeIterator(); |
TMapIter *n= (TMapIter *)fcutcontmap.MakeIterator(); |
36 |
TObject *o; while( o=(TObject *) n->Next()) { |
TObject *o; while( (o=(TObject *) n->Next())) { |
37 |
|
|
38 |
((pCutControl*)fcutcontmap.GetValue(o))->SetCuts(); |
((pCutControl*)fcutcontmap.GetValue(o))->SetCuts(); |
39 |
|
|
44 |
|
|
45 |
std::cout<<"LIST OF CUTS AND CONTROLS FOR REGISTERED MEDIA"<<std::endl; |
std::cout<<"LIST OF CUTS AND CONTROLS FOR REGISTERED MEDIA"<<std::endl; |
46 |
TMapIter *n= (TMapIter *)fcutcontmap.MakeIterator(); |
TMapIter *n= (TMapIter *)fcutcontmap.MakeIterator(); |
47 |
TObject *o; while( o=(TObject *) n->Next()) { |
TObject *o; while( (o=(TObject *) n->Next())) { |
48 |
TString medname =(*(TObjString*)o).GetString(); |
TString medname =(*(TObjString*)o).GetString(); |
49 |
std::cout<<"MEDIA: "<<medname<<std::endl; |
std::cout<<"MEDIA: "<<medname<<std::endl; |
50 |
((pCutControl*)fcutcontmap.GetValue(o))->Print(); |
((pCutControl*)fcutcontmap.GetValue(o))->Print(); |