inline Word::ListParagraphs* Document::ListParagraphs() const
{
Word::ListParagraphs* qax_pointer = 0;
qRegisterMetaType<Word::ListParagraphs*>("ListParagraphs*", &qax_pointer);
qRegisterMetaType<Word::ListParagraphs>("ListParagraphs", qax_pointer);
QVariant qax_result = property("ListParagraphs");
if (!qax_result.constData()) return 0;
Q_ASSERT(qax_result.isValid());
return *(Word::ListParagraphs**)qax_result.constData();
}
各位大佬,前三句代碼是什么意思呢?
uj5u.com熱心網友回復:
第一句類的作用域,第二三句是自定義型別如果信號槽想傳遞引數需要進行注冊轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/20348.html
標籤:Qt
