Definition at line 368 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 372 of file TQConnection.cxx.
|
inlinevirtual |
Definition at line 375 of file TQConnection.cxx.
Delete slot if there is no reference to it.
Definition at line 432 of file TQConnection.cxx.
TQSlot * TQSlotPool::New | ( | const char * | class_name, |
const char * | funcname | ||
) |
Create new slot or return already existing one.
Definition at line 387 of file TQConnection.cxx.
Create new slot or return already existing one.
Definition at line 406 of file TQConnection.cxx.
|
private |
Definition at line 370 of file TQConnection.cxx.