|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <x.H>
Public Member Functions | |
| Fl_XFont_On_Demand (XFontStruct *p=NULL) | |
| Fl_XFont_On_Demand & | operator= (const Fl_XFont_On_Demand &x) |
| Fl_XFont_On_Demand & | operator= (XFontStruct *p) |
| XFontStruct * | value () |
| operator XFontStruct * () | |
| XFontStruct & | operator* () |
| XFontStruct * | operator-> () |
| bool | operator== (const Fl_XFont_On_Demand &x) |
| bool | operator!= (const Fl_XFont_On_Demand &x) |
| Fl_XFont_On_Demand::Fl_XFont_On_Demand | ( | XFontStruct * | p = NULL | ) | [inline] |
| Fl_XFont_On_Demand::operator XFontStruct * | ( | ) | [inline] |
| bool Fl_XFont_On_Demand::operator!= | ( | const Fl_XFont_On_Demand & | x | ) | [inline] |
| XFontStruct& Fl_XFont_On_Demand::operator* | ( | ) | [inline] |
| XFontStruct* Fl_XFont_On_Demand::operator-> | ( | ) | [inline] |
| Fl_XFont_On_Demand& Fl_XFont_On_Demand::operator= | ( | const Fl_XFont_On_Demand & | x | ) | [inline] |
| Fl_XFont_On_Demand& Fl_XFont_On_Demand::operator= | ( | XFontStruct * | p | ) | [inline] |
| bool Fl_XFont_On_Demand::operator== | ( | const Fl_XFont_On_Demand & | x | ) | [inline] |
| XFontStruct * Fl_XFont_On_Demand::value | ( | ) |
Definition at line 268 of file fl_font_x.cxx.
Referenced by operator XFontStruct *(), operator*(), and operator->().