开发者

reference for QMetaObject::activate

Searching all over the net, I found no references of QMetaObject, except for this. This class has ot开发者_运维知识库her methods as well. Who knows where to find all details about QMetaObject class?


You can find all information about QMetaObject by downloading and reading the sources from https://doc.qt.io/. "activate" are 4 private static member functions of QMetaObject declared in qobjectdefs.h and are for "internal index-based signal activation".


QMetaObject is about signal and slot mechanism. Look this

  1. https://doc.qt.io/archives/qt-4.7/metaobjects.html#meta-object-system

  2. https://doc.qt.io/archives/qt-4.7/metaobjects.html#qt-s-property-system

  3. https://doc.qt.io/archives/qt-4.7/signalsandslots.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜