KFormDesigner::ConnectionBuffer Class Reference
#include <events.h>
Inheritance diagram for KFormDesigner::ConnectionBuffer:

Public Member Functions | |
| ConnectionBuffer () | |
| ~ConnectionBuffer () | |
| void | save (QDomNode &parentNode) |
| void | load (QDomNode parentNode) |
| void | fixName (const QString &oldname, const QString &newName) |
| ConnectionBuffer * | allConnectionsForWidget (const QString &widget) |
| void | saveAllConnectionsForWidget (const QString &widget, QDomNode parentNode) |
| void | removeAllConnectionsForWidget (const QString &widget) |
Constructor & Destructor Documentation
|
|
Definition at line 38 of file events.cpp. Referenced by allConnectionsForWidget(). |
|
|
|
Member Function Documentation
|
|
Definition at line 56 of file events.cpp. References ConnectionBuffer(), KFormDesigner::Connection::receiver(), and KFormDesigner::Connection::sender(). Referenced by saveAllConnectionsForWidget(). |
|
||||||||||||
|
This function is called when a widget is renamed from oldname to newname. All the Connections for this widget are updated. Definition at line 44 of file events.cpp. References KFormDesigner::Connection::receiver(), KFormDesigner::Connection::sender(), KFormDesigner::Connection::setReceiver(), and KFormDesigner::Connection::setSender(). Referenced by KFormDesigner::Form::changeName(). |
|
|
Definition at line 120 of file events.cpp. References KFormDesigner::Connection::setReceiver(), KFormDesigner::Connection::setSender(), KFormDesigner::Connection::setSignal(), and KFormDesigner::Connection::setSlot(). |
|
|
Definition at line 134 of file events.cpp. References KFormDesigner::Connection::receiver(), and KFormDesigner::Connection::sender(). Referenced by KFormDesigner::Form::emitChildRemoved(). |
|
|
Definition at line 70 of file events.cpp. References KFormDesigner::Connection::receiver(), KFormDesigner::Connection::sender(), KFormDesigner::Connection::signal(), and KFormDesigner::Connection::slot(). Referenced by saveAllConnectionsForWidget(). |
|
||||||||||||
|
Definition at line 112 of file events.cpp. References allConnectionsForWidget(), and save(). |
The documentation for this class was generated from the following files:
