38 #include <visp3/core/vpConfig.h> 39 #include <visp3/core/vpDisplay.h> 41 #if ( defined(VISP_HAVE_GDI) ) 43 #ifndef vpDisplayGDI_HH 44 #define vpDisplayGDI_HH 46 #include <visp3/gui/vpDisplayWin32.h> 132 vpDisplayGDI(
int winx,
int winy,
const std::string &title=
"");
Display for windows using GDI (available on any windows 32 platform).
vpScaleType
Values that could be applied to a display to down scale the size of the display.
Base abstract class for Windows 32 displays. Implements the window creation in a separate thread and ...