Source Code (Use browser search to find items of interest.)

Class Index

qt'QPaintDeviceX11Data (./qt-2.1.0/src/kernel/qpaintdevice.h:229)

struct Q_EXPORT QPaintDeviceX11Data {
    Display*	x_display;
    int		x_screen;
    int		x_depth;
    int		x_cells;
    HANDLE	x_colormap;
    bool	x_defcolormap;
    void*	x_visual;
    bool	x_defvisual;
};

#endif

/*****************************************************************************
  Inline functions
 *****************************************************************************/