GuiReceiver 65 modules/highgui/src/window_QT.cpp static GuiReceiver *guiMainThread = NULL; GuiReceiver 492 modules/highgui/src/window_QT.cpp guiMainThread = new GuiReceiver; GuiReceiver 689 modules/highgui/src/window_QT.cpp guiMainThread = new GuiReceiver; GuiReceiver 767 modules/highgui/src/window_QT.cpp GuiReceiver::GuiReceiver() : bTimeOut(false), nb_windows(0) GuiReceiver 781 modules/highgui/src/window_QT.cpp void GuiReceiver::isLastWindow() GuiReceiver 796 modules/highgui/src/window_QT.cpp GuiReceiver::~GuiReceiver() GuiReceiver 806 modules/highgui/src/window_QT.cpp void GuiReceiver::putText(void* arr, QString text, QPoint org, void* arg2) GuiReceiver 837 modules/highgui/src/window_QT.cpp void GuiReceiver::saveWindowParameters(QString name) GuiReceiver 846 modules/highgui/src/window_QT.cpp void GuiReceiver::loadWindowParameters(QString name) GuiReceiver 855 modules/highgui/src/window_QT.cpp double GuiReceiver::getRatioWindow(QString name) GuiReceiver 866 modules/highgui/src/window_QT.cpp void GuiReceiver::setRatioWindow(QString name, double arg2) GuiReceiver 879 modules/highgui/src/window_QT.cpp double GuiReceiver::getPropWindow(QString name) GuiReceiver 890 modules/highgui/src/window_QT.cpp void GuiReceiver::setPropWindow(QString name, double arg2) GuiReceiver 902 modules/highgui/src/window_QT.cpp void GuiReceiver::setWindowTitle(QString name, QString title) GuiReceiver 919 modules/highgui/src/window_QT.cpp double GuiReceiver::isFullScreen(QString name) GuiReceiver 930 modules/highgui/src/window_QT.cpp void GuiReceiver::toggleFullScreen(QString name, double arg2) GuiReceiver 943 modules/highgui/src/window_QT.cpp void GuiReceiver::createWindow(QString name, int flags) GuiReceiver 959 modules/highgui/src/window_QT.cpp void GuiReceiver::timeOut() GuiReceiver 965 modules/highgui/src/window_QT.cpp void GuiReceiver::displayInfo(QString name, QString text, int delayms) GuiReceiver 974 modules/highgui/src/window_QT.cpp void GuiReceiver::displayStatusBar(QString name, QString text, int delayms) GuiReceiver 983 modules/highgui/src/window_QT.cpp void GuiReceiver::showImage(QString name, void* arr) GuiReceiver 1015 modules/highgui/src/window_QT.cpp void GuiReceiver::destroyWindow(QString name) GuiReceiver 1033 modules/highgui/src/window_QT.cpp void GuiReceiver::destroyAllWindow() GuiReceiver 1067 modules/highgui/src/window_QT.cpp void GuiReceiver::moveWindow(QString name, int x, int y) GuiReceiver 1076 modules/highgui/src/window_QT.cpp void GuiReceiver::resizeWindow(QString name, int width, int height) GuiReceiver 1088 modules/highgui/src/window_QT.cpp void GuiReceiver::enablePropertiesButtonEachWindow() GuiReceiver 1108 modules/highgui/src/window_QT.cpp void GuiReceiver::addButton(QString button_name, int button_type, int initial_button_state, void* on_change, void* userdata) GuiReceiver 1136 modules/highgui/src/window_QT.cpp void GuiReceiver::addSlider2(QString bar_name, QString window_name, void* value, int count, void* on_change, void *userdata) GuiReceiver 1169 modules/highgui/src/window_QT.cpp void GuiReceiver::addSlider(QString bar_name, QString window_name, void* value, int count, void* on_change) GuiReceiver 1202 modules/highgui/src/window_QT.cpp int GuiReceiver::start() GuiReceiver 1208 modules/highgui/src/window_QT.cpp void GuiReceiver::setOpenGlDrawCallback(QString name, void* callback, void* userdata) GuiReceiver 1216 modules/highgui/src/window_QT.cpp void GuiReceiver::setOpenGlContext(QString name) GuiReceiver 1224 modules/highgui/src/window_QT.cpp void GuiReceiver::updateWindow(QString name) GuiReceiver 1232 modules/highgui/src/window_QT.cpp double GuiReceiver::isOpenGl(QString name) GuiReceiver 105 modules/highgui/src/window_QT.h class GuiReceiver : public QObject GuiReceiver 110 modules/highgui/src/window_QT.h GuiReceiver(); GuiReceiver 111 modules/highgui/src/window_QT.h ~GuiReceiver();