![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirList.h>
Inheritance diagram for FX::FXDirItem:

Public Types | |
| enum | { FOLDER = 512, EXECUTABLE = 1024, SYMLINK = 2048, CHARDEV = 4096, BLOCKDEV = 8192, FIFO = 16384, SOCK = 32768 } |
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 |
| FXlong | getSize () const |
| FXTime | getDate () const |
Friends | |
| class | FXDirList |
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.
|
|
|
Reimplemented from FX::FXTreeItem. |
|
|