Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、プラグインが使用するタグ<object type="something" data="myfile.mytype"></object>です。プラグインのソース コードで src 値を使用したいのですが、どうすればアクセスできますか?
<object type="something" data="myfile.mytype"></object>
try { std::string test = m_host->getDOMElement()->getProperty<std::string>("src"); } catch (...) { // There wasn't a value to fetch }