dispatcher.cpp
83 connect( recv, TQ_SIGNAL( destroyed( TQObject * ) ), this, TQ_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
Dispatch change notifications from the KCMs to the program.
Definition: dispatcher.h:52
void syncConfiguration()
When this slot is called the TDEConfig objects of all the registered instances are sync()ed.
Definition: dispatcher.cpp:127
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
void reparseConfiguration(const TQCString &instanceName)
Call this slot when the configuration belonging to the associated instance name has changed.
Definition: dispatcher.cpp:110
TDEConfig * configForInstanceName(const TQCString &instanceName)
Definition: dispatcher.cpp:86
TQCString instanceName() const
TDEConfig * config() const
kndbgstream & endl(kndbgstream &s)
kdbgstream kdDebug(int area=0)
A collection of classes to create configuration dialogs that work over component boundaries.
Definition: componentsdialog.cpp:33