User Tools

Site Tools


qt:moc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
qt:moc [2010/12/07 14:53] adminqt:moc [2010/12/07 20:20] (current) mithat
Line 1: Line 1:
 +====== Description ======
 ''moc'' is a command line tool included with Qt. Typically, the programmer does not interact directly with ''moc''. Instead, the project Makefile generated by ''qmake'' will specify the needed ''moc'' actions for a given project. ''moc'' is a command line tool included with Qt. Typically, the programmer does not interact directly with ''moc''. Instead, the project Makefile generated by ''qmake'' will specify the needed ''moc'' actions for a given project.
  
Line 5: Line 6:
 ''moc'' is responsible for generating the code for implementing [[signal and slots]], creating the Qt [[property system]], implementing the Qt introspection mechanisms, and/or anything else that's suggested by a class' descending from [[QObject]] and using the ''[[Q_OBJECT]]'' macro. ''moc'' is responsible for generating the code for implementing [[signal and slots]], creating the Qt [[property system]], implementing the Qt introspection mechanisms, and/or anything else that's suggested by a class' descending from [[QObject]] and using the ''[[Q_OBJECT]]'' macro.
  
- +====== Official documentation ====== 
 +http://doc.qt.nokia.com/moc.html
qt/moc.1291733585.txt.gz · Last modified: 2010/12/07 14:53 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki