| 39 | } |
| 40 | |
| 41 | void |
| 42 | Monitor::MonitorData::getIorList( QList<QString>& iorList) |
| 43 | { |
| 44 | for( MonitorTask::IorKeyMap::const_iterator |
| 45 | location = this->dataSource_->iorKeyMap().begin(); |
| 46 | location != this->dataSource_->iorKeyMap().end(); |
| 47 | ++location) { |
| 48 | iorList.append( QString( QObject::tr( location->first.c_str()))); |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | bool |
| 53 | Monitor::MonitorData::setRepoIor( const QString& ior) |