src/corelib/io/qdir.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
child 8 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     8 **
     8 **
  1123                        with Dirs or Files.
  1123                        with Dirs or Files.
  1124     \value Executable  List files for which the application has
  1124     \value Executable  List files for which the application has
  1125                        execute access. The Executable value needs to be
  1125                        execute access. The Executable value needs to be
  1126                        combined with Dirs or Files.
  1126                        combined with Dirs or Files.
  1127     \value Modified  Only list files that have been modified (ignored
  1127     \value Modified  Only list files that have been modified (ignored
  1128                      under Unix).
  1128                      on Unix).
  1129     \value Hidden  List hidden files (on Unix, files starting with a .).
  1129     \value Hidden  List hidden files (on Unix, files starting with a ".").
  1130     \value System  List system files (on Unix, FIFOs, sockets and
  1130     \value System  List system files (on Unix, FIFOs, sockets and
  1131                    device files)
  1131                    device files are included; on Windows, \c {.lnk}
       
  1132                    files are included)
  1132     \value CaseSensitive  The filter should be case sensitive.
  1133     \value CaseSensitive  The filter should be case sensitive.
  1133 
  1134 
  1134     \omitvalue DefaultFilter
  1135     \omitvalue DefaultFilter
  1135     \omitvalue TypeMask
  1136     \omitvalue TypeMask
  1136     \omitvalue All
  1137     \omitvalue All