42 #include <visp3/core/vpConfig.h>
44 #if ( defined(VISP_HAVE_GDI) )
46 #include <visp3/gui/vpDisplayGDI.h>
122 init(I,winx,winy,title);
172 init(I,winx,winy,title);
180 #elif !defined(VISP_BUILD_SHARED_LIBS)
182 void dummy_vpDisplayGDI() {};
int m_windowYPosition
display position
virtual ~vpDisplayGDI()
Basic destructor.
unsigned int getWidth() const
vpDisplayGDI()
Basic constructor.
int m_windowXPosition
display position
void setScale(vpScaleType scaleType, unsigned int width, unsigned int height)
vpScaleType
Values that could be applied to a display to down scale the size of the display.
unsigned int getHeight() const
void init(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="")
Base abstract class for Windows 32 displays. Implements the window creation in a separate thread and ...