Re: [LAU] Jack-enabled CLI Player

From: Gabriel M. Beddingfield <gabriel@email-addr-hidden>
Date: Sun Aug 02 2009 - 23:53:04 EEST

On Sun, 2 Aug 2009, Julien Claassen wrote:
> Sorry, completely off the mark: but what is moc from Tt?

moc is the "Meta-Object Compiler" for the Qt widget toolkit. Qt uses
'moc' to implement their signal/slot mechanism. It's like a pre-compiler
or pre-processor. It process a class declaration file (.h, .hpp header)
and creates an implementation (.cpp) for some Qt-specific magic.

    MyClass.hpp ---(moc)---> MyClass_moc.cpp--(g++)--> MyClass_moc.o
    MyClass.cpp ---------(g++)-----------------------> MyClass.o

It has nothing to do with music.

Read more about it here:

   http://doc.trolltech.com/4.5/signalsandslots.html
   http://doc.trolltech.com/4.5/signalsandslots.html#meta-object-information

Peace,
Gabriel

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Mon Aug 3 00:15:08 2009

This archive was generated by hypermail 2.1.8 : Mon Aug 03 2009 - 00:15:08 EEST