Skip to content

Struct RecentProjectListModel::RecentProject

ClassList > RecentProjectListModel > RecentProject

Public Attributes

Type Name
QString path
bool sample = false
QString title
ProjectType type = ProjectType::LocalProject

Public Functions

Type Name
RecentProject () = default
RecentProject (ProjectType type, const QString & title, const QString & path, bool sample)

Public Attributes Documentation

variable path

QString RecentProjectListModel::RecentProject::path;

variable sample

bool RecentProjectListModel::RecentProject::sample;

variable title

QString RecentProjectListModel::RecentProject::title;

variable type

ProjectType RecentProjectListModel::RecentProject::type;

Public Functions Documentation

function RecentProject [1/2]

RecentProjectListModel::RecentProject::RecentProject () = default

function RecentProject [2/2]

inline RecentProjectListModel::RecentProject::RecentProject (
    ProjectType type,
    const QString & title,
    const QString & path,
    bool sample
) 


The documentation for this class was generated from the following file src/core/recentprojectlistmodel.h