Definition at line 360 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 364 of file TQConnection.cxx.
|
inlinevirtual |
Definition at line 367 of file TQConnection.cxx.
void TQSlotPool::Free | ( | TQSlot * | slot | ) |
Delete slot if there is no reference to it.
Definition at line 424 of file TQConnection.cxx.
Create new slot or return already existing one.
Definition at line 379 of file TQConnection.cxx.
Create new slot or return already existing one.
Definition at line 398 of file TQConnection.cxx.
|
private |
Definition at line 362 of file TQConnection.cxx.