Class LocalFileItem
ClassList > LocalFileItem
Public Properties
| Type |
Name |
| property bool |
checked
|
| property QString |
format
|
| property LocalFilesModel::ItemMetaType |
metaType
|
| property QString |
path
|
| property qint64 |
size
|
| property QString |
title
|
| property LocalFilesModel::ItemType |
type
|
Public Functions
| Type |
Name |
|
LocalFileItem () = default
|
|
LocalFileItem (LocalFilesModel::ItemMetaType metaType, LocalFilesModel::ItemType type, const QString & title, const QString & format, const QString & path, qint64 size=0, bool checked=false)
|
| bool |
checked () const
|
| QString |
format () const
|
| LocalFilesModel::ItemMetaType |
metaType () const
|
| QString |
path () const
|
| void |
setChecked (bool checked)
|
| qint64 |
size () const
|
| QString |
title () const
|
| LocalFilesModel::ItemType |
type () const
|
Public Properties Documentation
property checked [1/2]
bool LocalFileItem::checked;
QString LocalFileItem::format;
LocalFilesModel::ItemMetaType LocalFileItem::metaType;
property path [1/2]
QString LocalFileItem::path;
property size [1/2]
qint64 LocalFileItem::size;
property title [1/2]
QString LocalFileItem::title;
property type [1/2]
LocalFilesModel::ItemType LocalFileItem::type;
Public Functions Documentation
function LocalFileItem [1/2]
LocalFileItem::LocalFileItem () = default
function LocalFileItem [2/2]
inline LocalFileItem::LocalFileItem (
LocalFilesModel::ItemMetaType metaType,
LocalFilesModel::ItemType type,
const QString & title,
const QString & format,
const QString & path,
qint64 size=0,
bool checked=false
)
function checked [2/2]
inline bool LocalFileItem::checked () const
inline QString LocalFileItem::format () const
inline LocalFilesModel::ItemMetaType LocalFileItem::metaType () const
function path [2/2]
inline QString LocalFileItem::path () const
function setChecked
inline void LocalFileItem::setChecked (
bool checked
)
function size [2/2]
inline qint64 LocalFileItem::size () const
function title [2/2]
inline QString LocalFileItem::title () const
function type [2/2]
inline LocalFilesModel::ItemType LocalFileItem::type () const
The documentation for this class was generated from the following file src/core/localfilesmodel.h