MCPcopy Create free account
hub / github.com/MITK/MITK / GetTextData

Method GetTextData

Plugins/org.blueberry.ui.qt/src/berryXMLMemento.cpp:255–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255QString berry::XMLMemento::GetTextData() const
256{
257 Poco::XML::Text* textNode = GetTextNode();
258
259 if (textNode != nullptr)
260 {
261 return QString::fromStdString(textNode->getData());
262 }
263
264 return EMPTY_STRING;
265}
266
267QList<QString> berry::XMLMemento::GetAttributeKeys() const
268{

Callers 2

RestoreStateMethod · 0.80
RestoreStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected