enum EE::UI::Models::FileSystemModel::Column

#include <filesystemmodel.hpp>

enum Column {
    Icon             = 0,
    Name,
    Size,
    Owner,
    Group,
    Permissions,
    ModificationTime,
    Inode,
    Path,
    SymlinkTarget,
    Count,
};