![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXFileList.h>

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 |
Friends | |
| class | FXFileList |
See also:
| FX::FXFileItem::FXFileItem | ( | const FXString & | text, | |
| FXIcon * | bi = NULL, |
|||
| FXIcon * | mi = NULL, |
|||
| void * | ptr = NULL | |||
| ) | [inline] |
Constructor.
| FXbool FX::FXFileItem::isFile | ( | ) | const [inline] |
Return true if this is a file item.
| FXbool FX::FXFileItem::isDirectory | ( | ) | const [inline] |
Return true if this is a directory item.
| FXbool FX::FXFileItem::isShare | ( | ) | const [inline] |
Return true if this is a share item.
| FXbool FX::FXFileItem::isExecutable | ( | ) | const [inline] |
Return true if this is an executable item.
| FXbool FX::FXFileItem::isSymlink | ( | ) | const [inline] |
Return true if this is a symbolic link item.
| FXbool FX::FXFileItem::isChardev | ( | ) | const [inline] |
Return true if this is a character device item.
| FXbool FX::FXFileItem::isBlockdev | ( | ) | const [inline] |
Return true if this is a block device item.
| FXbool FX::FXFileItem::isFifo | ( | ) | const [inline] |
Return true if this is an FIFO item.
| FXbool FX::FXFileItem::isSocket | ( | ) | const [inline] |
Return true if this is a socket.
| FXFileAssoc* FX::FXFileItem::getAssoc | ( | ) | const [inline] |
Return the file-association object for this item.
| FXlong FX::FXFileItem::getSize | ( | ) | const [inline] |
Return the file size for this item.
| FXTime FX::FXFileItem::getDate | ( | ) | const [inline] |
Return the date for this item.
friend class FXFileList [friend] |
Reimplemented from FX::FXIconItem.
|
|