26 bool create()
override;
28 void setup(xcb_window_t window)
override;
31 void setShape(
const QRegion ®);
32 void resize(
const QSize &size)
override;
34 void destroy()
override;
35 xcb_window_t window()
const override;
36 bool isVisible()
const override;
37 void setVisibility(
bool visible)
override;
39 bool event(xcb_generic_event_t *event)
override;
42 void setNoneBackgroundPixmap(xcb_window_t window);
43 void setupInputShape(xcb_window_t window);
50 xcb_window_t m_window;