Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirList.h>
Inheritance diagram for FX::FXDirItem:
Public Member Functions | |
FXDirItem (const FXString &text, FXIcon *oi=NULL, FXIcon *ci=NULL, void *ptr=NULL) | |
FXbool | isFile () const |
FXbool | isDirectory () const |
FXbool | isExecutable () const |
FXbool | isSymlink () const |
FXbool | isChardev () const |
FXbool | isBlockdev () const |
FXbool | isFifo () const |
FXbool | isSocket () const |
FXFileAssoc * | getAssoc () const |
unsigned long | getSize () const |
FXTime | getDate () const |
See also:
|
Constructor.
|
|
Return true if this is a file item.
|
|
Return true if this is a directory item.
|
|
Return true if this is an executable item.
|
|
Return true if this is a symbolic link item.
|
|
Return true if this is a character device item.
|
|
Return true if this is a block device item.
|
|
Return true if this is an FIFO item.
|
|
Return true if this is a socket.
|
|
Return the file-association object for this item.
|
|
Return the file size for this item.
|
|
Return the date for this item.
|
Copyright © 1997-2004 Jeroen van der Zijp |