![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXExplorer.h>
Inheritance diagram for FXEX::FXExplorerItem::
Public Methods | |
FXExplorerItem (const FXString &text, FXIcon *oi=NULL, FXIcon *ci=NULL, void *ptr=NULL) | |
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:
Definition at line 49 of file FXExplorer.h.
|
Constructor.
Definition at line 55 of file FXExplorer.h. |
|
is item a directory.
Definition at line 58 of file FXExplorer.h. |
|
is item executable.
Definition at line 61 of file FXExplorer.h. |
|
is item a symlink.
Definition at line 64 of file FXExplorer.h. |
|
is item a character device.
Definition at line 67 of file FXExplorer.h. |
|
is item a block device.
Definition at line 70 of file FXExplorer.h. |
|
is item a FIFO.
Definition at line 73 of file FXExplorer.h. |
|
is item a socket.
Definition at line 76 of file FXExplorer.h. |
|
get the current associations.
Definition at line 79 of file FXExplorer.h. |
|
get item size.
Definition at line 82 of file FXExplorer.h. |
|
get item date.
Definition at line 85 of file FXExplorer.h. |