dispatcher.cpp
83 connect( recv, TQT_SIGNAL( destroyed( TQObject * ) ), this, TQT_SLOT( unregisterInstance( TQObject * ) ) );
104 for( TQMap<TQCString, InstanceInfo>::ConstIterator it = m_instanceInfo.begin(); it != m_instanceInfo.end(); ++it )
129 for( TQMap<TQCString, InstanceInfo>::ConstIterator it = m_instanceInfo.begin(); it != m_instanceInfo.end(); ++it )
139 m_instanceName.remove( obj ); //obj will be destroyed when we return, so we better remove this entry
void syncConfiguration()
When this slot is called the TDEConfig objects of all the registered instances are sync()ed...
Definition: dispatcher.cpp:127
Definition: dispatcher.h:30
kdbgstream kdDebug(int area=0)
TDEConfig * configForInstanceName(const TQCString &instanceName)
Definition: dispatcher.cpp:86
Dispatch change notifications from the KCMs to the program.
Definition: dispatcher.h:51
kndbgstream & endl(kndbgstream &s)
void reparseConfiguration(const TQCString &instanceName)
Call this slot when the configuration belonging to the associated instance name has changed...
Definition: dispatcher.cpp:110
void registerInstance(TDEInstance *instance, TQObject *recv, const char *slot)
Register a slot to be called when the configuration for the instance has changed. ...
Definition: dispatcher.cpp:61