From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Shared_Image.html | 96 -------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 documentation/Fl_Shared_Image.html (limited to 'documentation/Fl_Shared_Image.html') diff --git a/documentation/Fl_Shared_Image.html b/documentation/Fl_Shared_Image.html deleted file mode 100644 index ea45f7fd1..000000000 --- a/documentation/Fl_Shared_Image.html +++ /dev/null @@ -1,96 +0,0 @@ - - - Fl_Shared_Image - - - - - -

class Fl_Shared_Image

-
- -

Class Hierarchy

- - - -

Include Files

- - - -

Description

- -

The Fl_Shared_Image class supports caching, loading, -and drawing of image files. Most applications will also want to -link against the fltk_images library and call the -fl_register_images() -function to support standard image formats such as BMP, GIF, JPEG, and PNG.

- -

Methods

- - - -

protected Fl_Shared_Image::Fl_Shared_Image();
-protected Fl_Shared_Image::Fl_Shared_Image(const char *name, Fl_Image *img);

- -

The constructors create a new shared image record in the -image cache. - -

The constructors are protected and cannot be used directly -from a program. Use the get() method instead. - -

protected Fl_Shared_Image::~Fl_Shared_Image();

- -

The destructor free all memory and server resources that are -used by the image. The destructor is protected and cannot be -used directly from a program. Use the release() method -instead. - -

static Fl_Shared_Image *find(const char *n, int W = 0, int H = 0);

- -

static Fl_Shared_Image *get(const char *n, int W = 0, int H = 0);

- -

static Fl_Shared_Image **images();

- -

const char *name();

- -

static int num_images();

- -

int refcount();

- -

void release();

- -

void reload();

- - - -- cgit v1.2.3