40 while (this->rowCount() > 0)
51 data.connection =
nullptr;
67 ArmarXManagerInterfacePrx
76 return data.connection;
82 return data.endpointStr;
100 this->data.name = name;
109 this->data.online = online;
117 this->data.proxy = proxy;
123 data.appProperties = properties;
129 this->data.connection = connection;
135 this->data.endpointStr = endpointStr;
138 const ObjectPropertyInfos&
141 return data.appProperties;
void setAppProperties(const ObjectPropertyInfos &properties)
ArmarXManagerInterfacePrx getManagerProxy() const
Ice::ConnectionPtr getConnection() const
ArmarXManagerItem(const QString &name)
std::mutex & getMutex()
Returns the access mutex.
void setName(QString name)
const ObjectPropertyInfos & getAppProperties() const
QString getEndpointStr() const
void setOnline(bool online)
void clear(bool clearProxy=true)
Clears the item data.
void setEndpointStr(const QString &endpointStr)
void setManagerProxy(ArmarXManagerInterfacePrx proxy)
QMap< QString, ManagedIceObjectItem > ObjectMap
void setConnection(Ice::ConnectionPtr connection)
This file offers overloads of toIce() and fromIce() functions for STL container types.