Lines Matching refs:QObject
773 QObject::connect(timer, SIGNAL(timeout()), this, SLOT(timeOut())); in GuiReceiver()
1054 QObject *obj = list.at(i); in destroyAllWindow()
1304 QObject::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(update(int))); in create()
1306 QObject::connect(label, SIGNAL(clicked()), this, SLOT(createDialog())); in create()
1420 QObject::connect(button, SIGNAL(clicked(bool)), button, SLOT(callCallBack(bool))); in addButton()
1422 QObject::connect(button, SIGNAL(toggled(bool)), button, SLOT(callCallBack(bool))); in addButton()
1506 CvWinProperties::CvWinProperties(QString name_paraWindow, QObject* /*parent*/) in CvWinProperties() argument
1931 QObject::connect(vect_QActions[0], SIGNAL(triggered()), view, SLOT(siftWindowOnLeft())); in createActions()
1935 QObject::connect(vect_QActions[1], SIGNAL(triggered()), view, SLOT(siftWindowOnRight())); in createActions()
1939 QObject::connect(vect_QActions[2], SIGNAL(triggered()), view, SLOT(siftWindowOnUp())); in createActions()
1943 QObject::connect(vect_QActions[3], SIGNAL(triggered()), view, SLOT(siftWindowOnDown()) ); in createActions()
1947 QObject::connect(vect_QActions[4], SIGNAL(triggered()), view, SLOT(resetZoom())); in createActions()
1951 QObject::connect(vect_QActions[5], SIGNAL(triggered()), view, SLOT(imgRegion())); in createActions()
1955 QObject::connect(vect_QActions[6], SIGNAL(triggered()), view, SLOT(ZoomIn())); in createActions()
1959 QObject::connect(vect_QActions[7], SIGNAL(triggered()), view, SLOT(ZoomOut())); in createActions()
1963 QObject::connect(vect_QActions[8], SIGNAL(triggered()), view, SLOT(saveView())); in createActions()
1967 QObject::connect(vect_QActions[9], SIGNAL(triggered()), this, SLOT(displayPropertiesWin())); in createActions()
1981 QObject::connect(vect_QShortcuts[0], SIGNAL(activated()), view, SLOT(siftWindowOnLeft())); in createShortcuts()
1984 QObject::connect(vect_QShortcuts[1], SIGNAL(activated()), view, SLOT(siftWindowOnRight())); in createShortcuts()
1987 QObject::connect(vect_QShortcuts[2], SIGNAL(activated()), view, SLOT(siftWindowOnUp())); in createShortcuts()
1990 QObject::connect(vect_QShortcuts[3], SIGNAL(activated()), view, SLOT(siftWindowOnDown())); in createShortcuts()
1993 QObject::connect(vect_QShortcuts[4], SIGNAL(activated()), view, SLOT(resetZoom())); in createShortcuts()
1996 QObject::connect(vect_QShortcuts[5], SIGNAL(activated()), view, SLOT(imgRegion())); in createShortcuts()
1999 QObject::connect(vect_QShortcuts[6], SIGNAL(activated()), view, SLOT(ZoomIn())); in createShortcuts()
2002 QObject::connect(vect_QShortcuts[7], SIGNAL(activated()), view, SLOT(ZoomOut())); in createShortcuts()
2005 QObject::connect(vect_QShortcuts[8], SIGNAL(activated()), view, SLOT(saveView())); in createShortcuts()
2008 QObject::connect(vect_QShortcuts[9], SIGNAL(activated()), this, SLOT(displayPropertiesWin())); in createShortcuts()