#include <Iguana/Studio/interface/IgQtCallbacks.h>
Public Attributes | |
QObject * | m_dest |
std::string | m_signal |
std::string | m_slot |
QObject * | m_source |
Definition at line 21 of file IgQtCallbacks.h.
QObject* IgQtConnection::m_dest |
Definition at line 24 of file IgQtCallbacks.h.
Referenced by createQtConnection(), and qtConnectionCallback().
std::string IgQtConnection::m_signal |
Definition at line 25 of file IgQtCallbacks.h.
Referenced by createQtConnection(), and qtConnectionCallback().
std::string IgQtConnection::m_slot |
Definition at line 26 of file IgQtCallbacks.h.
Referenced by createQtConnection(), and qtConnectionCallback().
QObject* IgQtConnection::m_source |
Definition at line 23 of file IgQtCallbacks.h.
Referenced by createQtConnection(), and qtConnectionCallback().