java.lang.Object
io.qt.QtObject
io.qt.core.QStorageInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Provides information about currently mounted storage and drives
Java wrapper for Qt class QStorageInfo
-
Constructor Summary
ConstructorDescriptionQStorageInfo
(QDir dir) QStorageInfo
(QStorageInfo other) QStorageInfo
(String path) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStorageInfo other) final int
final long
final long
final long
clone()
Creates and returns a copy of this object.final QByteArray
device()
final String
final boolean
equals
(QStorageInfo second) boolean
final QByteArray
int
hashCode()
Returns the objects's hash code computed byqHash(QStorageInfo)
.final boolean
final boolean
isReady()
final boolean
isRoot()
final boolean
isValid()
static QList<QStorageInfo>
final String
name()
final void
refresh()
static QStorageInfo
root()
final String
rootPath()
final void
final QByteArray
final void
swap
(QStorageInfo other) toString()
Seeoperator<<(QDebug,
QStorageInfo) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QStorageInfo
public QStorageInfo() -
QStorageInfo
-
QStorageInfo
-
QStorageInfo
-
-
Method Details
-
blockSize
-
bytesAvailable
-
bytesFree
-
bytesTotal
-
device
-
displayName
-
fileSystemType
-
isReadOnly
-
isReady
-
isRoot
-
isValid
-
name
-
assign
-
equals
-
refresh
-
rootPath
-
setPath
-
subvolume
-
swap
-
mountedVolumes
-
root
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QStorageInfo)
. -
toString
See
operator<<(QDebug,
QStorageInfo) -
clone
Creates and returns a copy of this object.
-