Re: Jack-enabled CLI Player

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux