FLTK 1.3.9
Loading...
Searching...
No Matches
Fl_Device Class Reference

All graphical output devices and all graphics systems. More...

#include <Fl_Device.H>

Inheritance diagram for Fl_Device:
Fl_Graphics_Driver Fl_Surface_Device Fl_GDI_Graphics_Driver Fl_PostScript_Graphics_Driver Fl_Quartz_Graphics_Driver Fl_Xlib_Graphics_Driver Fl_Copy_Surface Fl_Display_Device Fl_Image_Surface Fl_Paged_Device

Public Member Functions

virtual const char * class_name ()
 Returns the name of the class of this object.
 
virtual ~Fl_Device ()
 Virtual destructor.
 

Static Public Attributes

static const char * class_id = "Fl_Device"
 A string that identifies each subclass of Fl_Device.
 

Detailed Description

All graphical output devices and all graphics systems.

This class supports a rudimentary system of run-time type information.

Constructor & Destructor Documentation

◆ ~Fl_Device()

virtual Fl_Device::~Fl_Device ( )
inlinevirtual

Virtual destructor.

The destructor of Fl_Device must be virtual to make the destructors of derived classes being called correctly on destruction.

Member Function Documentation

◆ class_name()

virtual const char * Fl_Device::class_name ( )
inlinevirtual

Returns the name of the class of this object.

Use of the class_name() function is discouraged because it will be removed from future FLTK versions.

The class of an instance of an Fl_Device subclass can be checked with code such as:

if ( instance->class_name() == Fl_Printer::class_id ) { ... }

Reimplemented in Fl_Copy_Surface, Fl_Graphics_Driver, Fl_Quartz_Graphics_Driver, Fl_GDI_Graphics_Driver, Fl_GDI_Printer_Graphics_Driver, Fl_Xlib_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device, Fl_Image_Surface, Fl_Paged_Device, Fl_PostScript_Graphics_Driver, Fl_PostScript_File_Device, Fl_System_Printer, Fl_PostScript_Printer, and Fl_Printer.

Member Data Documentation

◆ class_id

const char * Fl_Device::class_id = "Fl_Device"
static

A string that identifies each subclass of Fl_Device.

Function class_name() applied to a device of this class returns this string.


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