ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
IGraphicsFlags

The Graphics device flags. More...

Public Types

enum  {
  DEVICE_GDI = 0x0001 , DEVICE_QT = 0x0002 , DEVICE_SWT = 0x0004 , DEVICE_X11 = 0x0008 ,
  DEVICE_SDL = 0x0010 , SUPPORT_OPENGL = 0x0100 , FULLSCREEN_MODE = 0x0200 , SUPPORT_ADTF25 = 0x0400
}
 definition of several graphic flags More...
 

Detailed Description

The Graphics device flags.

Definition at line 49 of file gfxlibinterfaces.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

definition of several graphic flags

Enumerator
DEVICE_GDI 

Win32 GDI device.

DEVICE_QT 

Qt device support.

DEVICE_SWT 

SWT device support.

DEVICE_X11 

Standard X11 device support.

DEVICE_SDL 

SDL frame buffer support.

SUPPORT_OPENGL 

The device supports OpenGL.

FULLSCREEN_MODE 

The device is in full screen mode.

SUPPORT_ADTF25 

this needs to be put into the flags to synchronize to avoid deadlocks with 2.5 adtf x system cBaseDisplayFilter had bug before while synchronizing OnPaint and OnTimer Method

Definition at line 53 of file gfxlibinterfaces.h.