#include <Fl_Device.H>
Public Member Functions | |
Fl_Display_Device (Fl_Graphics_Driver *graphics_driver) | |
A constructor that sets the graphics driver used by the display. | |
Static Public Member Functions | |
static Fl_Display_Device * | display_device () |
Returns the platform's display device. | |
Static Public Attributes | |
static const char * | device_type = "Fl_Display_Device" |
A string that identifies each subclass of Fl_Device. |
const char * Fl_Display_Device::device_type = "Fl_Display_Device" [static] |
A string that identifies each subclass of Fl_Device.
Function type() applied to a device of this class returns this string.
Reimplemented from Fl_Surface_Device.