Searched refs:m_connection (Results 1 – 3 of 3) sorted by relevance
56 m_connection = m_document.connect(boost::bind(&TextView::refresh, this)); in TextView()61 m_connection.disconnect(); in ~TextView()70 boost::signals2::connection m_connection; member in TextView80 m_connection = m_document.connect(boost::bind(&HexView::refresh, this)); in HexView()85 m_connection.disconnect(); in ~HexView()101 boost::signals2::connection m_connection; member in HexView
57 m_connection = xcb_connect(name, NULL); in XcbDisplay()58 const xcb_setup_t *setup = xcb_get_setup(m_connection); in XcbDisplay()65 xcb_disconnect (m_connection); in ~XcbDisplay()71 while ((ev = xcb_poll_for_event(m_connection))) in processEvents()
43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection()51 xcb_connection_t* m_connection; member in tcu::lnx::x11::XcbDisplay