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

Public Member Functions | |
| FXFileItem (const FXString &text, FXIcon *bi=NULL, FXIcon *mi=NULL, void *ptr=NULL) | |
| FXbool | isFile () const |
| FXbool | isDirectory () const |
| FXbool | isShare () 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 |
See also:
|
||||||||||||||||||||
|
Constructor.
|
|
|
Return true if this is a file item.
|
|
|
Return true if this is a directory item.
|
|
|
Return true if this is a share 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.
|
|
|