Fl_Display_Device Class Reference

A display to which the computer can draw. More...

#include <Fl_Device.H>

Inheritance diagram for Fl_Display_Device:

Fl_Surface_Device Fl_Device

List of all members.

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_Devicedisplay_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.


Detailed Description

A display to which the computer can draw.

Member Data Documentation

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.


The documentation for this class was generated from the following files:

FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.