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)  

Fl_File_Icon.cxx File Reference

#include <stdio.h>
#include <stdlib.h>
#include <FL/fl_utf8.h>
#include "flstring.h"
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <FL/Fl_File_Icon.H>
#include <FL/Fl_Widget.H>
#include <FL/fl_draw.H>
#include <FL/filename.H>
Include dependency graph for Fl_File_Icon.cxx:

Go to the source code of this file.

Defines

#define S_ISBLK(m)   (((m) & S_IFMT) == S_IFBLK)
#define S_ISCHR(m)   (((m) & S_IFMT) == S_IFCHR)
#define S_ISDIR(m)   (((m) & S_IFMT) == S_IFDIR)
#define S_ISFIFO(m)   (((m) & S_IFMT) == S_IFIFO)
#define S_ISLNK(m)   (((m) & S_IFMT) == S_IFLNK)

Define Documentation

#define S_ISBLK (   m)    (((m) & S_IFMT) == S_IFBLK)

Definition at line 69 of file Fl_File_Icon.cxx.

Referenced by Fl_File_Icon::find().

#define S_ISCHR (   m)    (((m) & S_IFMT) == S_IFCHR)

Definition at line 70 of file Fl_File_Icon.cxx.

Referenced by Fl_File_Icon::find().

#define S_ISDIR (   m)    (((m) & S_IFMT) == S_IFDIR)

Definition at line 71 of file Fl_File_Icon.cxx.

Referenced by Fl_File_Icon::find().

#define S_ISFIFO (   m)    (((m) & S_IFMT) == S_IFIFO)

Definition at line 72 of file Fl_File_Icon.cxx.

Referenced by Fl_File_Icon::find().

#define S_ISLNK (   m)    (((m) & S_IFMT) == S_IFLNK)

Definition at line 73 of file Fl_File_Icon.cxx.

Referenced by Fl_File_Icon::find().