|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QAbstractFileEngine.FileName
public static final class QAbstractFileEngine.FileName
These values are used to request a file name in a particular format.
fileName()
, and setFileName()
.
Field Summary | |
---|---|
static QAbstractFileEngine.FileName |
AbsoluteName
The absolute path to the file (including the base name). |
static QAbstractFileEngine.FileName |
AbsolutePathName
The absolute path to the file (excluding the base name). |
static QAbstractFileEngine.FileName |
BaseName
The name of the file excluding the path. |
static QAbstractFileEngine.FileName |
BundleName
Returns the name of the bundle implies BundleType is set. |
static QAbstractFileEngine.FileName |
CanonicalName
Often very similar to LinkName . |
static QAbstractFileEngine.FileName |
CanonicalPathName
Same as CanonicalName , excluding the base name. |
static QAbstractFileEngine.FileName |
DefaultName
The same filename that was passed to the QAbstractFileEngine . |
static QAbstractFileEngine.FileName |
LinkName
The full file name of the file that this file is a link to. |
static QAbstractFileEngine.FileName |
PathName
The path to the file excluding the base name. |
Method Summary | |
---|---|
static QAbstractFileEngine.FileName |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAbstractFileEngine.FileName |
valueOf(java.lang.String name)
|
static QAbstractFileEngine.FileName[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QAbstractFileEngine.FileName DefaultName
QAbstractFileEngine
.
public static final QAbstractFileEngine.FileName BaseName
public static final QAbstractFileEngine.FileName PathName
public static final QAbstractFileEngine.FileName AbsoluteName
public static final QAbstractFileEngine.FileName AbsolutePathName
public static final QAbstractFileEngine.FileName LinkName
public static final QAbstractFileEngine.FileName CanonicalName
LinkName
. Will return the true path to the file.
public static final QAbstractFileEngine.FileName CanonicalPathName
CanonicalName
, excluding the base name.
public static final QAbstractFileEngine.FileName BundleName
BundleType
is set.
Method Detail |
---|
public static QAbstractFileEngine.FileName[] values()
public static QAbstractFileEngine.FileName valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAbstractFileEngine.FileName resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |