1.

What Are Limitations Of Moc?

Answer»
  • MOC does not handle all of C++.e.g.
  • The main PROBLEM is that class templates cannot have SIGNALS or slots.
  • Function Pointers Cannot Be SIGNAL or Slot Parameters
  • Type Macros Cannot Be Used for Signal and Slot Parameters
  • Nested CLASSES Cannot Have Signals or Slots
  • Signal/Slot return types cannot be references



Discussion

No Comment Found