Kexi API Documentation (2.0 alpha)

KFormDesigner::Connection Class Reference

#include <events.h>

List of all members.

Public Member Functions

 Connection (const QString &sender, const QString &signal, const QString &receiver, const QString &slot)
 Connection ()
 ~Connection ()
QString sender () const
QString receiver () const
QString signal () const
QString slot () const
void setSender (const QString &v)
void setReceiver (const QString &v)
void setSignal (const QString &v)
void setSlot (const QString &v)

Protected Attributes

QString m_sender
QString m_signal
QString m_receiver
QString m_slot


Constructor & Destructor Documentation

KFormDesigner::Connection::Connection const QString sender,
const QString signal,
const QString receiver,
const QString slot
 

Definition at line 27 of file events.cpp.

References m_receiver, m_sender, m_signal, and m_slot.

KFormDesigner::Connection::Connection  )  [inline]
 

Definition at line 35 of file events.h.

KFormDesigner::Connection::~Connection  )  [inline]
 

Definition at line 36 of file events.h.


Member Function Documentation

QString KFormDesigner::Connection::receiver  )  const [inline]
 

Definition at line 39 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::allConnectionsForWidget(), KFormDesigner::ConnectionBuffer::fixName(), KFormDesigner::FormManager::menuSignalChosen(), KFormDesigner::ConnectionBuffer::removeAllConnectionsForWidget(), KFormDesigner::ConnectionBuffer::save(), KFormDesigner::ConnectionDialog::slotConnectionCreated(), and KFormDesigner::ConnectionDialog::updateTableData().

QString KFormDesigner::Connection::sender  )  const [inline]
 

Definition at line 38 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::allConnectionsForWidget(), KFormDesigner::ConnectionBuffer::fixName(), KFormDesigner::FormManager::menuSignalChosen(), KFormDesigner::ConnectionBuffer::removeAllConnectionsForWidget(), KFormDesigner::ConnectionBuffer::save(), KFormDesigner::ConnectionDialog::slotConnectionCreated(), and KFormDesigner::ConnectionDialog::updateTableData().

void KFormDesigner::Connection::setReceiver const QString v  )  [inline]
 

Definition at line 44 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::fixName(), KFormDesigner::ConnectionBuffer::load(), and KFormDesigner::ConnectionDialog::slotOk().

void KFormDesigner::Connection::setSender const QString v  )  [inline]
 

Definition at line 43 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::fixName(), KFormDesigner::ConnectionBuffer::load(), and KFormDesigner::ConnectionDialog::slotOk().

void KFormDesigner::Connection::setSignal const QString v  )  [inline]
 

Definition at line 45 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::load(), KFormDesigner::FormManager::menuSignalChosen(), and KFormDesigner::ConnectionDialog::slotOk().

void KFormDesigner::Connection::setSlot const QString v  )  [inline]
 

Definition at line 46 of file events.h.

Referenced by KFormDesigner::ConnectionBuffer::load(), KFormDesigner::FormManager::menuSignalChosen(), and KFormDesigner::ConnectionDialog::slotOk().

QString KFormDesigner::Connection::signal  )  const [inline]
 

Definition at line 40 of file events.h.

Referenced by KFormDesigner::FormManager::createSlotMenu(), KFormDesigner::FormManager::menuSignalChosen(), KFormDesigner::ConnectionBuffer::save(), KFormDesigner::ConnectionDialog::slotConnectionCreated(), and KFormDesigner::ConnectionDialog::updateTableData().

QString KFormDesigner::Connection::slot  )  const [inline]
 

Definition at line 41 of file events.h.

Referenced by KFormDesigner::FormManager::menuSignalChosen(), KFormDesigner::ConnectionBuffer::save(), KFormDesigner::ConnectionDialog::slotConnectionCreated(), KFormDesigner::FormManager::stopCreatingConnection(), and KFormDesigner::ConnectionDialog::updateTableData().


Member Data Documentation

QString KFormDesigner::Connection::m_receiver [protected]
 

Definition at line 51 of file events.h.

Referenced by Connection().

QString KFormDesigner::Connection::m_sender [protected]
 

Definition at line 49 of file events.h.

Referenced by Connection().

QString KFormDesigner::Connection::m_signal [protected]
 

Definition at line 50 of file events.h.

Referenced by Connection().

QString KFormDesigner::Connection::m_slot [protected]
 

Definition at line 52 of file events.h.

Referenced by Connection().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:58 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003