Definition at line 362 of file TQConnection.cxx.
Public Member Functions | |
TQSlotPool () | |
virtual | ~TQSlotPool () |
void | Free (TQSlot *slot) |
Delete slot if there is no reference to it. | |
TQSlot * | New (const char *class_name, const char *funcname) |
Create new slot or return already existing one. | |
TQSlot * | New (TClass *cl, const char *method, const char *func) |
Create new slot or return already existing one. | |
Private Attributes | |
THashTable * | fTable |
|
inline |
Definition at line 366 of file TQConnection.cxx.
|
inlinevirtual |
Definition at line 369 of file TQConnection.cxx.
void TQSlotPool::Free | ( | TQSlot * | slot | ) |
Delete slot if there is no reference to it.
Definition at line 426 of file TQConnection.cxx.
Create new slot or return already existing one.
Definition at line 381 of file TQConnection.cxx.
Create new slot or return already existing one.
Definition at line 400 of file TQConnection.cxx.
|
private |
Definition at line 364 of file TQConnection.cxx.